dns/bind: new version

This commit is contained in:
Franco Fichtner
2024-04-03 12:28:10 +02:00
parent 1618fc6190
commit 38c731888d
2 changed files with 7 additions and 4 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
PLUGIN_NAME= bind
PLUGIN_VERSION= 1.30
PLUGIN_REVISION= 1
PLUGIN_VERSION= 1.31
PLUGIN_COMMENT= BIND domain name service
PLUGIN_DEPENDS= bind918
PLUGIN_MAINTAINER= m.muenz@gmail.com
+6 -2
View File
@@ -6,13 +6,17 @@ necessary for asking and answering name service questions.
WWW: https://www.isc.org
Plugin Changelog
================
1.31
* Do not add the update-policy if the zone type is secondary (contributed by Brendan Bank)
* Adjust severity log levels (contributed by kulikov-a)
1.30
* Add ability for RNDC key updates from other nameservers
* Add ability for RNDC key updates from other nameservers (contributed by Joachim Friberg)
1.29