Date: Sun, 3 Oct 2021 19:04:18 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: a7ff36c516e4 - main - security/acme.sh: Update to 3.0.1 Message-ID: <202110031904.193J4IfQ015292@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=a7ff36c516e45995667a482a214f68857857079d commit a7ff36c516e45995667a482a214f68857857079d Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2021-10-03 18:43:37 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2021-10-03 19:04:14 +0000 security/acme.sh: Update to 3.0.1 More updates for DST root expiring issues re https://github.com/acmesh-official/acme.sh/releases/tag/3.0.1 --- security/acme.sh/Makefile | 2 +- security/acme.sh/distinfo | 6 +++--- security/acme.sh/pkg-plist | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/security/acme.sh/Makefile b/security/acme.sh/Makefile index 8f1433befaf8..7e66722b9ed0 100644 --- a/security/acme.sh/Makefile +++ b/security/acme.sh/Makefile @@ -1,5 +1,5 @@ PORTNAME= acme.sh -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 PORTREVISION= 0 CATEGORIES= security diff --git a/security/acme.sh/distinfo b/security/acme.sh/distinfo index 0f2f94f450b9..2894404d84f1 100644 --- a/security/acme.sh/distinfo +++ b/security/acme.sh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627830100 -SHA256 (Neilpang-acme.sh-3.0.0_GH0.tar.gz) = 4292d3144f9d070f14dd27e3dab679e4ba055509fc9d4ccca9b5e189f18e7b1b -SIZE (Neilpang-acme.sh-3.0.0_GH0.tar.gz) = 237047 +TIMESTAMP = 1633282301 +SHA256 (Neilpang-acme.sh-3.0.1_GH0.tar.gz) = 6212cc0c2bca99a7dd6cbb4236b4c7dd5d1113dab0841e66dae4d307d902a8e6 +SIZE (Neilpang-acme.sh-3.0.1_GH0.tar.gz) = 239311 diff --git a/security/acme.sh/pkg-plist b/security/acme.sh/pkg-plist index 7979394dbe41..e1f22d8be3be 100644 --- a/security/acme.sh/pkg-plist +++ b/security/acme.sh/pkg-plist @@ -14,6 +14,7 @@ sbin/acme.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/haproxy.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/keychain.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/kong.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/lighttpd.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/mailcow.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/myapi.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/mydevil.sh @@ -151,6 +152,7 @@ sbin/acme.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_transip.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_unoeuro.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_variomedia.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_veesp.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_vscale.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_vultr.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_websupport.sh @@ -165,6 +167,7 @@ sbin/acme.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/mailgun.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/pop.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/postmark.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/pushbullet.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/pushover.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/sendgrid.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/slack.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110031904.193J4IfQ015292>