From b63e34618b3dde8e59d44f666dfab60c7a6aed55 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 14 Dec 2021 13:23:34 +0100 Subject: [PATCH] dns/bind: new version --- dns/bind/Makefile | 2 +- dns/bind/pkg-descr | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dns/bind/Makefile b/dns/bind/Makefile index 025638dbf..7018cf0f6 100644 --- a/dns/bind/Makefile +++ b/dns/bind/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= bind -PLUGIN_VERSION= 1.19 +PLUGIN_VERSION= 1.20 PLUGIN_COMMENT= BIND domain name service PLUGIN_DEPENDS= bind916 PLUGIN_MAINTAINER= m.muenz@gmail.com diff --git a/dns/bind/pkg-descr b/dns/bind/pkg-descr index b92f8177f..ea2c307f3 100644 --- a/dns/bind/pkg-descr +++ b/dns/bind/pkg-descr @@ -8,6 +8,10 @@ necessary for asking and answering name service questions. Plugin Changelog ================ +1.20 + +* Allow signed zone transfers (contributed by Michael Newton) + 1.19 * Add support for "Query Source [IP|IPv6]" options.