From 2460249bafd1db4b6aa57b2d009090743d4ded75 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 24 Apr 2023 07:25:21 +0200 Subject: [PATCH] dns/ddclient: prepare for next version --- 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 3ca84dd22..3eee7b353 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= ddclient -PLUGIN_VERSION= 1.12 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.13 PLUGIN_DEPENDS= ddclient-devel PLUGIN_COMMENT= Dynamic DNS client PLUGIN_MAINTAINER= ad@opnsense.org diff --git a/dns/ddclient/pkg-descr b/dns/ddclient/pkg-descr index 64ea28108..586f76bdb 100644 --- a/dns/ddclient/pkg-descr +++ b/dns/ddclient/pkg-descr @@ -6,6 +6,11 @@ WWW: https://github.com/ddclient/ddclient Plugin Changelog ================ +1.13 + +* Fix not returning IP address as a string in Python backend (contributed by Sean Kelly) +* Fix PID file handling for Python backend + 1.12 * Add cloudflare implementation for Python backend (contributed by Thomas Cekal)