mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
dns/bind: update base to 9.18 (#3192)
This commit is contained in:
parent
005b59f410
commit
9e4a782e3f
2 changed files with 6 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue