From 6fc17a010b668f2cd6cc176f9706a5d355f15242 Mon Sep 17 00:00:00 2001 From: ryoon Date: Mon, 23 Aug 2021 15:00:02 +0000 Subject: acmesh: Update to 3.0.0 Changelog: 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/acmesh/Makefile | 5 ++--- security/acmesh/PLIST | 5 ++++- security/acmesh/distinfo | 10 +++++----- 3 files changed, 11 insertions(+), 9 deletions(-) (limited to 'security') diff --git a/security/acmesh/Makefile b/security/acmesh/Makefile index ced1d18590f..aea71c00345 100644 --- a/security/acmesh/Makefile +++ b/security/acmesh/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2021/07/22 19:05:14 tm Exp $ +# $NetBSD: Makefile,v 1.12 2021/08/23 15:00:02 ryoon Exp $ -DISTNAME= acme.sh-2.9.0 -PKGREVISION= 1 +DISTNAME= acme.sh-3.0.0 PKGNAME= ${DISTNAME:S/acme.sh/acmesh/} CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=acmesh-official/} diff --git a/security/acmesh/PLIST b/security/acmesh/PLIST index 06c999e519a..016c4a88b9f 100644 --- a/security/acmesh/PLIST +++ b/security/acmesh/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2021/07/22 19:05:14 tm Exp $ +@comment $NetBSD: PLIST,v 1.3 2021/08/23 15:00:02 ryoon Exp $ sbin/acme.sh share/acmesh/acme.sh share/acmesh/deploy/apache.sh share/acmesh/deploy/cleverreach.sh +share/acmesh/deploy/consul.sh share/acmesh/deploy/cpanel_uapi.sh share/acmesh/deploy/docker.sh share/acmesh/deploy/dovecot.sh @@ -43,6 +44,7 @@ share/acmesh/dnsapi/dns_arvan.sh share/acmesh/dnsapi/dns_aurora.sh share/acmesh/dnsapi/dns_autodns.sh share/acmesh/dnsapi/dns_aws.sh +share/acmesh/dnsapi/dns_azion.sh share/acmesh/dnsapi/dns_azure.sh share/acmesh/dnsapi/dns_cf.sh share/acmesh/dnsapi/dns_clouddns.sh @@ -122,6 +124,7 @@ share/acmesh/dnsapi/dns_nsd.sh share/acmesh/dnsapi/dns_nsone.sh share/acmesh/dnsapi/dns_nsupdate.sh share/acmesh/dnsapi/dns_nw.sh +share/acmesh/dnsapi/dns_oci.sh share/acmesh/dnsapi/dns_one.sh share/acmesh/dnsapi/dns_online.sh share/acmesh/dnsapi/dns_openprovider.sh diff --git a/security/acmesh/distinfo b/security/acmesh/distinfo index 6c9247af8e8..1bdc0cadb7b 100644 --- a/security/acmesh/distinfo +++ b/security/acmesh/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2021/06/12 07:04:46 nia Exp $ +$NetBSD: distinfo,v 1.10 2021/08/23 15:00:02 ryoon Exp $ -SHA1 (acme.sh-2.9.0.tar.gz) = d8eda4fbb40af99565a5000195c638f42cfb4865 -RMD160 (acme.sh-2.9.0.tar.gz) = 0f97960fb4ea1cad6c8d830a766fd0539fddc9a0 -SHA512 (acme.sh-2.9.0.tar.gz) = bfe19e322b18830406f372a920873b6a4ced0dd2358bdf2f59a97d6b6e163276dd362b51d3b6eef5eb941fd6245d77768bb7b9ed8cfc5182ed171a4263bfb1a1 -Size (acme.sh-2.9.0.tar.gz) = 232001 bytes +SHA1 (acme.sh-3.0.0.tar.gz) = f02b33c20fa36065b0f3c252e304fda64018ad00 +RMD160 (acme.sh-3.0.0.tar.gz) = 1f94710bb3e9455c1363f7ce54baf8b0bdab285f +SHA512 (acme.sh-3.0.0.tar.gz) = e93e955100071fda9398131aad965fe6d5b51d9c496b1db0269744513baca4c8eb142d9a35a72b72d4919c004848696fdf9de1ae51edec835ae0f695a6cb14b1 +Size (acme.sh-3.0.0.tar.gz) = 237047 bytes -- cgit v1.2.3