pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/acmesh



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Aug 23 15:00:02 UTC 2021

Modified Files:
        pkgsrc/security/acmesh: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/acmesh/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/acmesh/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/acmesh/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/acmesh/Makefile
diff -u pkgsrc/security/acmesh/Makefile:1.11 pkgsrc/security/acmesh/Makefile:1.12
--- pkgsrc/security/acmesh/Makefile:1.11        Thu Jul 22 19:05:14 2021
+++ pkgsrc/security/acmesh/Makefile     Mon Aug 23 15:00:02 2021
@@ -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/}

Index: pkgsrc/security/acmesh/PLIST
diff -u pkgsrc/security/acmesh/PLIST:1.2 pkgsrc/security/acmesh/PLIST:1.3
--- pkgsrc/security/acmesh/PLIST:1.2    Thu Jul 22 19:05:14 2021
+++ pkgsrc/security/acmesh/PLIST        Mon Aug 23 15:00:02 2021
@@ -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

Index: pkgsrc/security/acmesh/distinfo
diff -u pkgsrc/security/acmesh/distinfo:1.9 pkgsrc/security/acmesh/distinfo:1.10
--- pkgsrc/security/acmesh/distinfo:1.9 Sat Jun 12 07:04:46 2021
+++ pkgsrc/security/acmesh/distinfo     Mon Aug 23 15:00:02 2021
@@ -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



Home | Main Index | Thread Index | Old Index