From 3635417247d929086f9ecb550a3f2645190fe791 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Fri, 4 Aug 2023 14:13:28 +0200 Subject: [PATCH] security/acme-client: bump version, update changelog --- security/acme-client/Makefile | 2 +- security/acme-client/pkg-descr | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/security/acme-client/Makefile b/security/acme-client/Makefile index 6f2df7bd3..00a0327de 100644 --- a/security/acme-client/Makefile +++ b/security/acme-client/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= acme-client -PLUGIN_VERSION= 3.18 +PLUGIN_VERSION= 3.19 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 2b4b77a79..b0adf45c9 100644 --- a/security/acme-client/pkg-descr +++ b/security/acme-client/pkg-descr @@ -8,6 +8,14 @@ WWW: https://github.com/acmesh-official/acme.sh Plugin Changelog ================ +3.19 + +Added: +* add IPv64.net DNS API (#3504) + +Fixed: +* fix Proxmox VE deployhook (#3517) + 3.18 Added: @@ -15,7 +23,6 @@ Added: * add support for Proxmox VE deployhook (#3422) * add server,port and node name values for Proxmox VE deployhook (#3516) * add Google Domains DNS API -* add IPv64.net DNS API 3.17