Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Aug 2021 16:22:56 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: 14d0e456fd85 - main - security/acme.sh: update to 3.0.0
Message-ID:  <202108011622.171GMuVm056847@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=14d0e456fd85d7f08365fca024257d0e55747eb2

commit 14d0e456fd85d7f08365fca024257d0e55747eb2
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2021-08-01 16:22:40 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2021-08-01 16:22:40 +0000

    security/acme.sh: update to 3.0.0
    
    Support multiple CAs
    
    * Zerossl.com is set a default CA now:
        https://github.com/acmesh-official/acme.sh/wiki/Change-default-CA-to-ZeroSSL
    * SSL.com is supported now:
        https://github.com/acmesh-official/acme.sh/wiki/SSL.com-CA
    * Add more retry logic for unstable network connections.
    * More dns apis are aded.
    * Bug fixes.
---
 security/acme.sh/Makefile  | 4 ++--
 security/acme.sh/distinfo  | 6 +++---
 security/acme.sh/pkg-plist | 3 +++
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/security/acme.sh/Makefile b/security/acme.sh/Makefile
index 88fcfce6f068..8f1433befaf8 100644
--- a/security/acme.sh/Makefile
+++ b/security/acme.sh/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	acme.sh
-PORTVERSION=	2.9.0
-PORTREVISION=	1
+PORTVERSION=	3.0.0
+PORTREVISION=	0
 CATEGORIES=	security
 
 MAINTAINER=	dvl@FreeBSD.org
diff --git a/security/acme.sh/distinfo b/security/acme.sh/distinfo
index 1c77ba33e0d8..0f2f94f450b9 100644
--- a/security/acme.sh/distinfo
+++ b/security/acme.sh/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1622654029
-SHA256 (Neilpang-acme.sh-2.9.0_GH0.tar.gz) = bb8cfb8333bc9e986bb8b7644d518bc238b353c871c343b7edf8cda7b7dd903c
-SIZE (Neilpang-acme.sh-2.9.0_GH0.tar.gz) = 232001
+TIMESTAMP = 1627830100
+SHA256 (Neilpang-acme.sh-3.0.0_GH0.tar.gz) = 4292d3144f9d070f14dd27e3dab679e4ba055509fc9d4ccca9b5e189f18e7b1b
+SIZE (Neilpang-acme.sh-3.0.0_GH0.tar.gz) = 237047
diff --git a/security/acme.sh/pkg-plist b/security/acme.sh/pkg-plist
index 2abe60166aa0..7979394dbe41 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/apache.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/cleverreach.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/consul.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/cpanel_uapi.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/docker.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/dovecot.sh
@@ -44,6 +45,7 @@ sbin/acme.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_aurora.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_autodns.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_aws.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_azion.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_azure.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_cf.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_clouddns.sh
@@ -123,6 +125,7 @@ sbin/acme.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nsone.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nsupdate.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nw.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_oci.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?202108011622.171GMuVm056847>