From 3505919407f0864e3b4d9e44595bb18a09a99b0f Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 26 Jul 2023 08:23:07 +0200 Subject: [PATCH] dns/bind: mini release --- 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 2bcc8648d..e78625cad 100644 --- a/dns/bind/Makefile +++ b/dns/bind/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= bind -PLUGIN_VERSION= 1.26 -PLUGIN_REVISION= 5 +PLUGIN_VERSION= 1.27 PLUGIN_COMMENT= BIND domain name service PLUGIN_DEPENDS= bind918 PLUGIN_MAINTAINER= m.muenz@gmail.com diff --git a/dns/bind/pkg-descr b/dns/bind/pkg-descr index b995ce64f..2b15382ee 100644 --- a/dns/bind/pkg-descr +++ b/dns/bind/pkg-descr @@ -10,6 +10,10 @@ WWW: https://www.isc.org Plugin Changelog ================ +1.27 + +* Add DNAME support (contributed by Simon Fischer) + 1.26 * Allow multiple ACLs to be selected for Transfers/Queries (contributed by Robbert Rijkse)