Index | Thread | Search

From:
Kirill A. Korinsky <kirill@korins.ky>
Subject:
security/acme.sh: update to 3.1.0
To:
OpenBSD ports <ports@openbsd.org>
Cc:
Klemens Nanni <kn@openbsd.org>
Date:
Sat, 23 Nov 2024 11:55:06 +0100

Download raw body.

Thread
ports@,

Here clean update for security/acme.sh to 3.1.0

Changelog: https://github.com/acmesh-official/acme.sh/releases/tag/3.1.0

Ok?

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/security/acme.sh/Makefile,v
diff -u -p -r1.2 Makefile
--- Makefile	17 Nov 2024 19:59:42 -0000	1.2
+++ Makefile	23 Nov 2024 10:51:24 -0000
@@ -1,7 +1,6 @@
 COMMENT =		pure Unix shell script implementing ACME client protocol
-REVISION =		0
 
-DIST_TUPLE +=		github acmesh-official acme.sh 3.0.9 .
+DIST_TUPLE +=		github acmesh-official acme.sh 3.1.0 .
 
 CATEGORIES =		security
 
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/security/acme.sh/distinfo,v
diff -u -p -r1.1.1.1 distinfo
--- distinfo	17 Nov 2024 14:10:23 -0000	1.1.1.1
+++ distinfo	23 Nov 2024 10:50:15 -0000
@@ -1,2 +1,2 @@
-SHA256 (acmesh-official-acme.sh-3.0.9.tar.gz) = pZnoNzzTJ/thE2K+xvG/sL9lyXs0AcRAz+qTBKDwy0E=
-SIZE (acmesh-official-acme.sh-3.0.9.tar.gz) = 298025
+SHA256 (acmesh-official-acme.sh-3.1.0.tar.gz) = W8inIJXhahoXfRpRZyi700Nqv4BgIy1dNrRi/OdER6o=
+SIZE (acmesh-official-acme.sh-3.1.0.tar.gz) = 301978
Index: pkg/PLIST
===================================================================
RCS file: /home/cvs/ports/security/acme.sh/pkg/PLIST,v
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST	17 Nov 2024 14:10:23 -0000	1.1.1.1
+++ pkg/PLIST	23 Nov 2024 10:50:25 -0000
@@ -3,6 +3,7 @@ share/acme.sh/
 share/acme.sh/acme.sh
 share/acme.sh/deploy/
 share/acme.sh/deploy/ali_cdn.sh
+share/acme.sh/deploy/ali_dcdn.sh
 share/acme.sh/deploy/apache.sh
 share/acme.sh/deploy/cleverreach.sh
 share/acme.sh/deploy/consul.sh
@@ -148,6 +149,7 @@ share/acme.sh/dnsapi/dns_nsone.sh
 share/acme.sh/dnsapi/dns_nsupdate.sh
 share/acme.sh/dnsapi/dns_nw.sh
 share/acme.sh/dnsapi/dns_oci.sh
+share/acme.sh/dnsapi/dns_omglol.sh
 share/acme.sh/dnsapi/dns_one.sh
 share/acme.sh/dnsapi/dns_online.sh
 share/acme.sh/dnsapi/dns_openprovider.sh

-- 
wbr, Kirill