*/*: bind 9.13 is development so go back to 9.12

This commit is contained in:
Franco Fichtner
2018-07-30 23:11:41 +02:00
parent 21cbe4479d
commit 861af8c44e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
PLUGIN_NAME= bind
PLUGIN_VERSION= 0.7
PLUGIN_COMMENT= BIND domain name service
PLUGIN_DEPENDS= bind913
PLUGIN_DEPENDS= bind912
PLUGIN_MAINTAINER= m.muenz@gmail.com
PLUGIN_DEVEL= yes
+1 -1
View File
@@ -2,6 +2,6 @@ PLUGIN_NAME= rfc2136
PLUGIN_VERSION= 1.3
PLUGIN_COMMENT= RFC-2136 Support
PLUGIN_MAINTAINER= franco@opnsense.org
PLUGIN_DEPENDS= bind913
PLUGIN_DEPENDS= bind912
.include "../../Mk/plugins.mk"
+1 -1
View File
@@ -3,6 +3,6 @@ PLUGIN_VERSION= 1.15
PLUGIN_REVISION= 2
PLUGIN_COMMENT= Let's Encrypt client
PLUGIN_MAINTAINER= opnsense@moov.de
PLUGIN_DEPENDS= acme.sh bind913
PLUGIN_DEPENDS= acme.sh bind912
.include "../../Mk/plugins.mk"