From d724e1bd60609e7a5a615e169d8942be20e5e039 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 23 Nov 2021 15:22:38 +0100 Subject: [PATCH] dns/dyndns: new version --- dns/dyndns/Makefile | 3 +-- dns/dyndns/pkg-descr | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dns/dyndns/Makefile b/dns/dyndns/Makefile index 0624e9ecc..67afe795c 100644 --- a/dns/dyndns/Makefile +++ b/dns/dyndns/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= dyndns -PLUGIN_VERSION= 1.26 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.27 PLUGIN_COMMENT= Dynamic DNS Support PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/dns/dyndns/pkg-descr b/dns/dyndns/pkg-descr index d005aa117..8f8dcb232 100644 --- a/dns/dyndns/pkg-descr +++ b/dns/dyndns/pkg-descr @@ -3,6 +3,10 @@ Support for numerous Dynamic DNS services (DynDNS et al) Plugin Changelog ================ +1.27 + +* Add missing digitalocean-v6 switch case (contributed by zarcjap) + 1.26 * Add support for 1984 Hosting Company (contributed by Adrian Fedoreanu)