From b706df5e97a66a6629e8566a1ce88f22bc9c94ea Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 19 Mar 2020 11:05:26 +0100 Subject: [PATCH] dns/bind: update plugin to version 9.16 (#1746) --- dns/bind/Makefile | 4 ++-- dns/bind/pkg-descr | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dns/bind/Makefile b/dns/bind/Makefile index 3b6ed1adc..0cf5b7689 100644 --- a/dns/bind/Makefile +++ b/dns/bind/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= bind -PLUGIN_VERSION= 1.12 +PLUGIN_VERSION= 1.13 PLUGIN_COMMENT= BIND domain name service -PLUGIN_DEPENDS= bind914 +PLUGIN_DEPENDS= bind916 PLUGIN_MAINTAINER= m.muenz@gmail.com .include "../../Mk/plugins.mk" diff --git a/dns/bind/pkg-descr b/dns/bind/pkg-descr index bb0f46fb2..99d74dce5 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.13 + +* Update BIND to 9.16 + 1.12 * Add checkbox to disable prefetch option