From 8cab26f71672396204963ef78fe1c5dc499ae2fe Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 7 Nov 2023 19:54:33 +0100 Subject: [PATCH] dns/bind: wrap new version --- 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 f0efb8335..d5a3705c8 100644 --- a/dns/bind/Makefile +++ b/dns/bind/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= bind -PLUGIN_VERSION= 1.27 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.28 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 2b15382ee..2eb158b7e 100644 --- a/dns/bind/pkg-descr +++ b/dns/bind/pkg-descr @@ -10,6 +10,10 @@ WWW: https://www.isc.org Plugin Changelog ================ +1.28 + +* Add break-dnssec toggle when using filter-aaaa on IPv4/IPv6 clients (contributed by doktornotor) + 1.27 * Add DNAME support (contributed by Simon Fischer)