From 7967441e431e15f9c97dfb6f9a72865f75df3cac Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 10 Jul 2024 10:46:22 +0200 Subject: [PATCH] dns/bind: release new version --- dns/bind/Makefile | 3 +-- dns/bind/pkg-descr | 6 +++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dns/bind/Makefile b/dns/bind/Makefile index 5b8cb6426..b02187266 100644 --- a/dns/bind/Makefile +++ b/dns/bind/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= bind -PLUGIN_VERSION= 1.31 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.32 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 155d0a82f..e764e3b88 100644 --- a/dns/bind/pkg-descr +++ b/dns/bind/pkg-descr @@ -9,11 +9,15 @@ WWW: https://www.isc.org Plugin Changelog ================ +1.32 + +* Fix handling of multiple ACLs in allow-query/allow-transfer (contributed by Nathan Rennie-Waldock) +* Fix multiple select on Recursion field (contributed by Jordan Stacy) + 1.31 * Do not add the update-policy if the zone type is secondary (contributed by Brendan Bank) * Adjust severity log levels (contributed by kulikov-a) -* Fix handling of multiple ACLs in allow-query/allow-transfer (contributed by Nathan Rennie-Waldock) 1.30