Date: Sat, 23 Nov 2024 13:02:06 GMT From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cd957a097b62 - main - security/acme.sh: Update to 3.1.0 Message-ID: <202411231302.4AND26Xs040337@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd957a097b6277e12737ad949b27e7de32ac5d8a commit cd957a097b6277e12737ad949b27e7de32ac5d8a Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2024-11-23 13:01:08 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2024-11-23 13:02:03 +0000 security/acme.sh: Update to 3.1.0 Minor fixes: https://github.com/acmesh-official/acme.sh/releases/tag/3.1.0 --- security/acme.sh/Makefile | 2 +- security/acme.sh/distinfo | 6 +++--- security/acme.sh/pkg-plist | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/security/acme.sh/Makefile b/security/acme.sh/Makefile index 6d76b0ed93f5..c12a331f9ad8 100644 --- a/security/acme.sh/Makefile +++ b/security/acme.sh/Makefile @@ -1,5 +1,5 @@ PORTNAME= acme.sh -PORTVERSION= 3.0.9 +PORTVERSION= 3.1.0 CATEGORIES= security MAINTAINER= dvl@FreeBSD.org diff --git a/security/acme.sh/distinfo b/security/acme.sh/distinfo index f289683b024e..489479f5a1d4 100644 --- a/security/acme.sh/distinfo +++ b/security/acme.sh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727269126 -SHA256 (acmesh-official-acme.sh-3.0.9_GH0.tar.gz) = a599e8373cd327fb611362bec6f1bfb0bf65c97b3401c440cfea9304a0f0cb41 -SIZE (acmesh-official-acme.sh-3.0.9_GH0.tar.gz) = 298025 +TIMESTAMP = 1732366445 +SHA256 (acmesh-official-acme.sh-3.1.0_GH0.tar.gz) = 5bc8a72095e16a1a177d1a516728bbd3436abf8060232d5d36b462fce74447aa +SIZE (acmesh-official-acme.sh-3.1.0_GH0.tar.gz) = 301978 diff --git a/security/acme.sh/pkg-plist b/security/acme.sh/pkg-plist index ae29c0a50e7f..7b28beba0433 100644 --- a/security/acme.sh/pkg-plist +++ b/security/acme.sh/pkg-plist @@ -3,6 +3,7 @@ sbin/acme.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/ali_cdn.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/ali_dcdn.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/apache.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/cleverreach.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/consul.sh @@ -148,6 +149,7 @@ sbin/acme.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nsupdate.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nw.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_oci.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_omglol.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_one.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_online.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_openprovider.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411231302.4AND26Xs040337>