mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-03 22:08:11 -04:00
dns/bind: update plugin to version 9.16 (#1746)
This commit is contained in:
parent
3254979038
commit
b706df5e97
2 changed files with 6 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue