From: Vladimir Ermakov Date: Mon, 12 Jan 2026 16:10:56 +0000 (+0100) Subject: coredns: update 1.14.0 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=d070142451ccc385a8a08de46bb6769e5298cc2b;p=feed%2Fpackages.git coredns: update 1.14.0 - Update version - Add finalize plugin Signed-off-by: Vladimir Ermakov --- diff --git a/net/coredns/Config.in b/net/coredns/Config.in index c37e66cee8..7d22343eb2 100644 --- a/net/coredns/Config.in +++ b/net/coredns/Config.in @@ -70,6 +70,11 @@ config COREDNS_PLUGIN_FANOUT default n select COREDNS_REQUIRE_GO_GET +config COREDNS_PLUGIN_FINALIZE + bool "Finalize plugin" + default n + select COREDNS_REQUIRE_GO_GET + config COREDNS_REQUIRE_GO_GET bool default n diff --git a/net/coredns/Makefile b/net/coredns/Makefile index 573d320a71..3ec5b3f708 100644 --- a/net/coredns/Makefile +++ b/net/coredns/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=coredns -PKG_VERSION:=1.13.2 +PKG_VERSION:=1.14.0 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/coredns/coredns.git -PKG_MIRROR_HASH:=096918cf04ed344d7c8e8763d82d01684a5cb647566a21608d0b034de565eec6 +PKG_MIRROR_HASH:=f54b8bdb2a0d92aeb09484b9630f481b63005a4ea8d8b32bf07c79522a1b14b3 PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_LICENSE:=Apache-2.0 @@ -78,6 +78,7 @@ define Build/Configure $(call configure-plugin,$(CONFIG_COREDNS_PLUGIN_WGSD),wgsd,github.com/jwhited/wgsd) $(call configure-plugin,$(CONFIG_COREDNS_PLUGIN_NETBOX),netbox,github.com/oz123/coredns-netbox-plugin) $(call configure-plugin,$(CONFIG_COREDNS_PLUGIN_FANOUT),fanout,github.com/networkservicemesh/fanout) + $(call configure-plugin,$(CONFIG_COREDNS_PLUGIN_FINALIZE),finalize,github.com/tmeckel/coredns-finalizer) cd $(PKG_BUILD_DIR); \ $(GO_GENERAL_BUILD_CONFIG_VARS) \