From 252e3ec84e51d47a7bb6cfe33dca52f1ae81bddf Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 11 Feb 2025 11:43:16 +0100 Subject: [PATCH] dns/ddclient: new version now --- dns/ddclient/Makefile | 3 +-- dns/ddclient/pkg-descr | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index f52ee87b0..1d004d558 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= ddclient -PLUGIN_VERSION= 1.26 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.27 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 c4aad2a2e..3e91a0e2a 100644 --- a/dns/ddclient/pkg-descr +++ b/dns/ddclient/pkg-descr @@ -6,6 +6,11 @@ WWW: https://github.com/ddclient/ddclient Plugin Changelog ================ +1.27 + +* Add support for altering IPv6 addresses in native backend (contributed by SaarLAN-Pissbeutel) +* Fix Netcup host/domain recognition (contributed by SaarLAN-Pissbeutel) + 1.26 * Add ddclient TTL configuration in Gandi and GoDaddy (contributed by David PHAM-VAN)