dns/bind: update base to 9.18 (#3192)

This commit is contained in:
Michael 2022-11-16 14:36:56 +01:00 committed by GitHub
parent 005b59f410
commit 9e4a782e3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View file

@ -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"

View file

@ -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)