dns/bind: wrap new version

This commit is contained in:
Franco Fichtner
2023-11-07 19:54:33 +01:00
parent 77fa2dce42
commit 8cab26f716
2 changed files with 5 additions and 2 deletions
+1 -2
View File
@@ -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
+4
View File
@@ -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)