From 93c198903688d9eceeb2599504134d88fac14ad0 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 3 Feb 2026 15:26:38 +0100 Subject: [PATCH] dns/ddclient: wrap up version --- dns/ddclient/Makefile | 3 +-- dns/ddclient/pkg-descr | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index 469f49c66..ce25fefbc 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= ddclient -PLUGIN_VERSION= 1.29 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.30 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 7ead5a14f..50f29b10d 100644 --- a/dns/ddclient/pkg-descr +++ b/dns/ddclient/pkg-descr @@ -6,6 +6,10 @@ accounts on many dynamic DNS services. Plugin Changelog ================ +1.30 + +* Add native backend support for Hostinger (contributed by Leandro Scardua) + 1.29 * Add native backend support for Hetzner DNS (contributed by Michael J. Arcan)