From 2c725f15e68aedd447182100384944012aea9bae Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Sat, 30 Dec 2023 17:20:37 +0100 Subject: [PATCH] security/acme-client: bump version --- security/acme-client/Makefile | 3 +-- security/acme-client/pkg-descr | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/security/acme-client/Makefile b/security/acme-client/Makefile index 1f3eaf6ce..d9e7b6a6a 100644 --- a/security/acme-client/Makefile +++ b/security/acme-client/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= acme-client -PLUGIN_VERSION= 3.19 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 3.20 PLUGIN_COMMENT= ACME Client PLUGIN_MAINTAINER= opnsense@moov.de PLUGIN_DEPENDS= acme.sh py${PLUGIN_PYTHON}-dns-lexicon diff --git a/security/acme-client/pkg-descr b/security/acme-client/pkg-descr index 422324153..f9bc03d72 100644 --- a/security/acme-client/pkg-descr +++ b/security/acme-client/pkg-descr @@ -11,12 +11,12 @@ Plugin Changelog 3.20 Added: -* add Bunny DNS API -* add support for DNSExit +* add Bunny DNS API (#3715) +* add DNSExit DNS API (#3724) * add World4You DNS API (#3722) Fixed: -* fix 2FA support in Synology deployhook (#3627) +* fix 2FA support in Synology automation (#3627) Removed: * remove automation: Highwinds CDN (#3626)