From owner-dev-commits-ports-all@freebsd.org Sun Aug 1 16:22:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 323986621B9; Sun, 1 Aug 2021 16:22:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gd5yn5rG5z4kvr; Sun, 1 Aug 2021 16:22:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BE38E7886; Sun, 1 Aug 2021 16:22:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 171GMu2V056848; Sun, 1 Aug 2021 16:22:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 171GMuVm056847; Sun, 1 Aug 2021 16:22:56 GMT (envelope-from git) Date: Sun, 1 Aug 2021 16:22:56 GMT Message-Id: <202108011622.171GMuVm056847@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dan Langille Subject: git: 14d0e456fd85 - main - security/acme.sh: update to 3.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dvl X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 14d0e456fd85d7f08365fca024257d0e55747eb2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2021 16:22:58 -0000 The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=14d0e456fd85d7f08365fca024257d0e55747eb2 commit 14d0e456fd85d7f08365fca024257d0e55747eb2 Author: Dan Langille AuthorDate: 2021-08-01 16:22:40 +0000 Commit: Dan Langille 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