From 861af8c44e9bec27be07e31c3268516dd87d1d71 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 30 Jul 2018 23:11:41 +0200 Subject: [PATCH] */*: bind 9.13 is development so go back to 9.12 --- dns/bind/Makefile | 2 +- dns/rfc2136/Makefile | 2 +- security/acme-client/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dns/bind/Makefile b/dns/bind/Makefile index 6f548745b..494c9206a 100644 --- a/dns/bind/Makefile +++ b/dns/bind/Makefile @@ -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 diff --git a/dns/rfc2136/Makefile b/dns/rfc2136/Makefile index c19788c79..a62cfadea 100644 --- a/dns/rfc2136/Makefile +++ b/dns/rfc2136/Makefile @@ -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" diff --git a/security/acme-client/Makefile b/security/acme-client/Makefile index df5d3f60d..ce7f0b7b8 100644 --- a/security/acme-client/Makefile +++ b/security/acme-client/Makefile @@ -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"