From b7295b3275d380918965970f8d0ac39ecb462daa Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 18 Jan 2022 08:04:28 +0100 Subject: [PATCH] dns: bump legacy plugins after function transfer --- dns/dyndns/Makefile | 2 +- dns/rfc2136/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dns/dyndns/Makefile b/dns/dyndns/Makefile index cd0737676..5bb7b9f3f 100644 --- a/dns/dyndns/Makefile +++ b/dns/dyndns/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= dyndns PLUGIN_VERSION= 1.27 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_COMMENT= Dynamic DNS Support PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/dns/rfc2136/Makefile b/dns/rfc2136/Makefile index dc089e39b..9a1a3618e 100644 --- a/dns/rfc2136/Makefile +++ b/dns/rfc2136/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= rfc2136 PLUGIN_VERSION= 1.6 -PLUGIN_REVISION= 2 +PLUGIN_REVISION= 3 PLUGIN_COMMENT= RFC-2136 Support PLUGIN_MAINTAINER= franco@opnsense.org PLUGIN_DEPENDS= bind-tools