From 43588d7929c16b4c33beacb9877df2e5c8486a94 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 10 Jul 2025 08:10:17 +0200 Subject: [PATCH] dns/bind: document change --- dns/bind/Makefile | 3 +-- dns/bind/pkg-descr | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dns/bind/Makefile b/dns/bind/Makefile index b2d897b0f..269b88c4c 100644 --- a/dns/bind/Makefile +++ b/dns/bind/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= bind -PLUGIN_VERSION= 1.33 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.34 PLUGIN_COMMENT= BIND domain name service PLUGIN_DEPENDS= bind920 PLUGIN_MAINTAINER= m.muenz@gmail.com diff --git a/dns/bind/pkg-descr b/dns/bind/pkg-descr index 3457965b8..418a9b4b7 100644 --- a/dns/bind/pkg-descr +++ b/dns/bind/pkg-descr @@ -9,6 +9,10 @@ WWW: https://www.isc.org Plugin Changelog ================ +1.34 + +* Add custom configuration include directory /usr/local/etc/namedb/named.conf.d (contributed by Nicholas Card) + 1.33 * Add option to allow the rndc-key for zone transfers (contributed by Naomi Rennie-Waldock)