coredns: update 1.14.0

- Update version
- Add finalize plugin

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
This commit is contained in:
Vladimir Ermakov
2026-01-12 17:10:56 +01:00
committed by George Sapkin
parent 2891aa4472
commit d070142451
2 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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) \