From b8aa264c3b555575379aa7ca71593f7041ca981f Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 25 Jan 2024 17:16:12 +0100 Subject: [PATCH] dns/ddclient: document and bump --- dns/ddclient/Makefile | 1 + dns/ddclient/pkg-descr | 1 + 2 files changed, 2 insertions(+) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index b5c549e80..4d766d71c 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= ddclient PLUGIN_VERSION= 1.20 +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 4de70f386..ef258de9c 100644 --- a/dns/ddclient/pkg-descr +++ b/dns/ddclient/pkg-descr @@ -8,6 +8,7 @@ Plugin Changelog 1.20 +* Add system parameter to native dyndns2 requesto (contributed by Jakub Gargul) * Add Digitalocean support (contributed by Mathias Schneuwly) * Add Mythin Beasts support (contributed by PeterF)