From 5801da41d763552965ae9b067f262d2a17c924a3 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 5 Mar 2024 17:32:53 +0100 Subject: [PATCH] dns/ddclient: new version --- dns/ddclient/Makefile | 1 + dns/ddclient/pkg-descr | 2 ++ 2 files changed, 3 insertions(+) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index d6aaa0648..9bb1936a3 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= ddclient PLUGIN_VERSION= 1.21 +PLUGIN_REVISION= 1 PLUGIN_DEPENDS= ddclient py${PLUGIN_PYTHON}-boto3 PLUGIN_COMMENT= Dynamic DNS client PLUGIN_MAINTAINER= ad@opnsense.org diff --git a/dns/ddclient/pkg-descr b/dns/ddclient/pkg-descr index c15f9eb47..7ca2b5b79 100644 --- a/dns/ddclient/pkg-descr +++ b/dns/ddclient/pkg-descr @@ -9,6 +9,8 @@ Plugin Changelog 1.21 * Add Netcup support (contributed by Ingo Lafrenz) +* Use '==' instead of 'is' in Domeneshop Python support (contributed by ssmendon) +* Update DNS record instead of overwriting in Cloudflare Python support (contributed by lin-xianming) 1.20