Mon Aug 23 15:00:02 2021 UTC ()
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.


(ryoon)
diff -r1.11 -r1.12 pkgsrc/security/acmesh/Makefile
diff -r1.2 -r1.3 pkgsrc/security/acmesh/PLIST
diff -r1.9 -r1.10 pkgsrc/security/acmesh/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/security/acmesh/Makefile (expand / switch to unified diff)

--- pkgsrc/security/acmesh/Makefile 2021/07/22 19:05:14 1.11
+++ pkgsrc/security/acmesh/Makefile 2021/08/23 15:00:02 1.12
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2021/07/22 19:05:14 tm Exp $ 1# $NetBSD: Makefile,v 1.12 2021/08/23 15:00:02 ryoon Exp $
2 2
3DISTNAME= acme.sh-2.9.0 3DISTNAME= acme.sh-3.0.0
4PKGREVISION= 1 
5PKGNAME= ${DISTNAME:S/acme.sh/acmesh/} 4PKGNAME= ${DISTNAME:S/acme.sh/acmesh/}
6CATEGORIES= security 5CATEGORIES= security
7MASTER_SITES= ${MASTER_SITE_GITHUB:=acmesh-official/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=acmesh-official/}
8GITHUB_PROJECT= acme.sh 7GITHUB_PROJECT= acme.sh
9GITHUB_TAG= ${PKGVERSION_NOREV} 8GITHUB_TAG= ${PKGVERSION_NOREV}
10 9
11MAINTAINER= ryoon@NetBSD.org 10MAINTAINER= ryoon@NetBSD.org
12HOMEPAGE= https://acme.sh/ 11HOMEPAGE= https://acme.sh/
13COMMENT= Let's Encrypt ACME client in shell script 12COMMENT= Let's Encrypt ACME client in shell script
14LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
15 14
16USE_LANGUAGES= # none 15USE_LANGUAGES= # none
17 16

cvs diff -r1.2 -r1.3 pkgsrc/security/acmesh/PLIST (expand / switch to unified diff)

--- pkgsrc/security/acmesh/PLIST 2021/07/22 19:05:14 1.2
+++ pkgsrc/security/acmesh/PLIST 2021/08/23 15:00:02 1.3
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1@comment $NetBSD: PLIST,v 1.2 2021/07/22 19:05:14 tm Exp $ 1@comment $NetBSD: PLIST,v 1.3 2021/08/23 15:00:02 ryoon Exp $
2sbin/acme.sh 2sbin/acme.sh
3share/acmesh/acme.sh 3share/acmesh/acme.sh
4share/acmesh/deploy/apache.sh 4share/acmesh/deploy/apache.sh
5share/acmesh/deploy/cleverreach.sh 5share/acmesh/deploy/cleverreach.sh
 6share/acmesh/deploy/consul.sh
6share/acmesh/deploy/cpanel_uapi.sh 7share/acmesh/deploy/cpanel_uapi.sh
7share/acmesh/deploy/docker.sh 8share/acmesh/deploy/docker.sh
8share/acmesh/deploy/dovecot.sh 9share/acmesh/deploy/dovecot.sh
9share/acmesh/deploy/exim4.sh 10share/acmesh/deploy/exim4.sh
10share/acmesh/deploy/fritzbox.sh 11share/acmesh/deploy/fritzbox.sh
11share/acmesh/deploy/gcore_cdn.sh 12share/acmesh/deploy/gcore_cdn.sh
12share/acmesh/deploy/gitlab.sh 13share/acmesh/deploy/gitlab.sh
13share/acmesh/deploy/haproxy.sh 14share/acmesh/deploy/haproxy.sh
14share/acmesh/deploy/keychain.sh 15share/acmesh/deploy/keychain.sh
15share/acmesh/deploy/kong.sh 16share/acmesh/deploy/kong.sh
16share/acmesh/deploy/mailcow.sh 17share/acmesh/deploy/mailcow.sh
17share/acmesh/deploy/myapi.sh 18share/acmesh/deploy/myapi.sh
18share/acmesh/deploy/mydevil.sh 19share/acmesh/deploy/mydevil.sh
@@ -33,26 +34,27 @@ share/acmesh/deploy/vault.sh @@ -33,26 +34,27 @@ share/acmesh/deploy/vault.sh
33share/acmesh/deploy/vault_cli.sh 34share/acmesh/deploy/vault_cli.sh
34share/acmesh/deploy/vsftpd.sh 35share/acmesh/deploy/vsftpd.sh
35share/acmesh/dnsapi/dns_1984hosting.sh 36share/acmesh/dnsapi/dns_1984hosting.sh
36share/acmesh/dnsapi/dns_acmedns.sh 37share/acmesh/dnsapi/dns_acmedns.sh
37share/acmesh/dnsapi/dns_acmeproxy.sh 38share/acmesh/dnsapi/dns_acmeproxy.sh
38share/acmesh/dnsapi/dns_active24.sh 39share/acmesh/dnsapi/dns_active24.sh
39share/acmesh/dnsapi/dns_ad.sh 40share/acmesh/dnsapi/dns_ad.sh
40share/acmesh/dnsapi/dns_ali.sh 41share/acmesh/dnsapi/dns_ali.sh
41share/acmesh/dnsapi/dns_anx.sh 42share/acmesh/dnsapi/dns_anx.sh
42share/acmesh/dnsapi/dns_arvan.sh 43share/acmesh/dnsapi/dns_arvan.sh
43share/acmesh/dnsapi/dns_aurora.sh 44share/acmesh/dnsapi/dns_aurora.sh
44share/acmesh/dnsapi/dns_autodns.sh 45share/acmesh/dnsapi/dns_autodns.sh
45share/acmesh/dnsapi/dns_aws.sh 46share/acmesh/dnsapi/dns_aws.sh
 47share/acmesh/dnsapi/dns_azion.sh
46share/acmesh/dnsapi/dns_azure.sh 48share/acmesh/dnsapi/dns_azure.sh
47share/acmesh/dnsapi/dns_cf.sh 49share/acmesh/dnsapi/dns_cf.sh
48share/acmesh/dnsapi/dns_clouddns.sh 50share/acmesh/dnsapi/dns_clouddns.sh
49share/acmesh/dnsapi/dns_cloudns.sh 51share/acmesh/dnsapi/dns_cloudns.sh
50share/acmesh/dnsapi/dns_cn.sh 52share/acmesh/dnsapi/dns_cn.sh
51share/acmesh/dnsapi/dns_conoha.sh 53share/acmesh/dnsapi/dns_conoha.sh
52share/acmesh/dnsapi/dns_constellix.sh 54share/acmesh/dnsapi/dns_constellix.sh
53share/acmesh/dnsapi/dns_cx.sh 55share/acmesh/dnsapi/dns_cx.sh
54share/acmesh/dnsapi/dns_cyon.sh 56share/acmesh/dnsapi/dns_cyon.sh
55share/acmesh/dnsapi/dns_da.sh 57share/acmesh/dnsapi/dns_da.sh
56share/acmesh/dnsapi/dns_ddnss.sh 58share/acmesh/dnsapi/dns_ddnss.sh
57share/acmesh/dnsapi/dns_desec.sh 59share/acmesh/dnsapi/dns_desec.sh
58share/acmesh/dnsapi/dns_df.sh 60share/acmesh/dnsapi/dns_df.sh
@@ -112,26 +114,27 @@ share/acmesh/dnsapi/dns_namecheap.sh @@ -112,26 +114,27 @@ share/acmesh/dnsapi/dns_namecheap.sh
112share/acmesh/dnsapi/dns_namecom.sh 114share/acmesh/dnsapi/dns_namecom.sh
113share/acmesh/dnsapi/dns_namesilo.sh 115share/acmesh/dnsapi/dns_namesilo.sh
114share/acmesh/dnsapi/dns_nederhost.sh 116share/acmesh/dnsapi/dns_nederhost.sh
115share/acmesh/dnsapi/dns_neodigit.sh 117share/acmesh/dnsapi/dns_neodigit.sh
116share/acmesh/dnsapi/dns_netcup.sh 118share/acmesh/dnsapi/dns_netcup.sh
117share/acmesh/dnsapi/dns_netlify.sh 119share/acmesh/dnsapi/dns_netlify.sh
118share/acmesh/dnsapi/dns_nic.sh 120share/acmesh/dnsapi/dns_nic.sh
119share/acmesh/dnsapi/dns_njalla.sh 121share/acmesh/dnsapi/dns_njalla.sh
120share/acmesh/dnsapi/dns_nm.sh 122share/acmesh/dnsapi/dns_nm.sh
121share/acmesh/dnsapi/dns_nsd.sh 123share/acmesh/dnsapi/dns_nsd.sh
122share/acmesh/dnsapi/dns_nsone.sh 124share/acmesh/dnsapi/dns_nsone.sh
123share/acmesh/dnsapi/dns_nsupdate.sh 125share/acmesh/dnsapi/dns_nsupdate.sh
124share/acmesh/dnsapi/dns_nw.sh 126share/acmesh/dnsapi/dns_nw.sh
 127share/acmesh/dnsapi/dns_oci.sh
125share/acmesh/dnsapi/dns_one.sh 128share/acmesh/dnsapi/dns_one.sh
126share/acmesh/dnsapi/dns_online.sh 129share/acmesh/dnsapi/dns_online.sh
127share/acmesh/dnsapi/dns_openprovider.sh 130share/acmesh/dnsapi/dns_openprovider.sh
128share/acmesh/dnsapi/dns_openstack.sh 131share/acmesh/dnsapi/dns_openstack.sh
129share/acmesh/dnsapi/dns_opnsense.sh 132share/acmesh/dnsapi/dns_opnsense.sh
130share/acmesh/dnsapi/dns_ovh.sh 133share/acmesh/dnsapi/dns_ovh.sh
131share/acmesh/dnsapi/dns_pdns.sh 134share/acmesh/dnsapi/dns_pdns.sh
132share/acmesh/dnsapi/dns_pleskxml.sh 135share/acmesh/dnsapi/dns_pleskxml.sh
133share/acmesh/dnsapi/dns_pointhq.sh 136share/acmesh/dnsapi/dns_pointhq.sh
134share/acmesh/dnsapi/dns_porkbun.sh 137share/acmesh/dnsapi/dns_porkbun.sh
135share/acmesh/dnsapi/dns_rackcorp.sh 138share/acmesh/dnsapi/dns_rackcorp.sh
136share/acmesh/dnsapi/dns_rackspace.sh 139share/acmesh/dnsapi/dns_rackspace.sh
137share/acmesh/dnsapi/dns_rcode0.sh 140share/acmesh/dnsapi/dns_rcode0.sh

cvs diff -r1.9 -r1.10 pkgsrc/security/acmesh/distinfo (expand / switch to unified diff)

--- pkgsrc/security/acmesh/distinfo 2021/06/12 07:04:46 1.9
+++ pkgsrc/security/acmesh/distinfo 2021/08/23 15:00:02 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2021/06/12 07:04:46 nia Exp $ 1$NetBSD: distinfo,v 1.10 2021/08/23 15:00:02 ryoon Exp $
2 2
3SHA1 (acme.sh-2.9.0.tar.gz) = d8eda4fbb40af99565a5000195c638f42cfb4865 3SHA1 (acme.sh-3.0.0.tar.gz) = f02b33c20fa36065b0f3c252e304fda64018ad00
4RMD160 (acme.sh-2.9.0.tar.gz) = 0f97960fb4ea1cad6c8d830a766fd0539fddc9a0 4RMD160 (acme.sh-3.0.0.tar.gz) = 1f94710bb3e9455c1363f7ce54baf8b0bdab285f
5SHA512 (acme.sh-2.9.0.tar.gz) = bfe19e322b18830406f372a920873b6a4ced0dd2358bdf2f59a97d6b6e163276dd362b51d3b6eef5eb941fd6245d77768bb7b9ed8cfc5182ed171a4263bfb1a1 5SHA512 (acme.sh-3.0.0.tar.gz) = e93e955100071fda9398131aad965fe6d5b51d9c496b1db0269744513baca4c8eb142d9a35a72b72d4919c004848696fdf9de1ae51edec835ae0f695a6cb14b1
6Size (acme.sh-2.9.0.tar.gz) = 232001 bytes 6Size (acme.sh-3.0.0.tar.gz) = 237047 bytes