From 9e4a782e3fd91ef36067c2f879bba77d3c784122 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 16 Nov 2022 14:36:56 +0100 Subject: [PATCH] dns/bind: update base to 9.18 (#3192) --- dns/bind/Makefile | 5 ++--- dns/bind/pkg-descr | 4 ++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dns/bind/Makefile b/dns/bind/Makefile index a65ef23a5..f128980f2 100644 --- a/dns/bind/Makefile +++ b/dns/bind/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= bind -PLUGIN_VERSION= 1.24 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.25 PLUGIN_COMMENT= BIND domain name service -PLUGIN_DEPENDS= bind916 +PLUGIN_DEPENDS= bind918 PLUGIN_MAINTAINER= m.muenz@gmail.com .include "../../Mk/plugins.mk" diff --git a/dns/bind/pkg-descr b/dns/bind/pkg-descr index 57a8283f3..4091c536b 100644 --- a/dns/bind/pkg-descr +++ b/dns/bind/pkg-descr @@ -9,6 +9,10 @@ WWW: https://www.isc.org Plugin Changelog ================ +1.25 + +* Update base to BIND 9.18 + 1.24 * Separate tables for master and slave zones in UI (contributed by Patrick M. Hausen and Manuel Faux)