git: 9f788061af5d - main - security/acme.sh: Update to 3.1.2

From: Dan Langille <dvl_at_FreeBSD.org>
Date: Sat, 29 Nov 2025 16:44:19 UTC
The branch main has been updated by dvl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9f788061af5db2f451de4dc39549341c26323fe2

commit 9f788061af5db2f451de4dc39549341c26323fe2
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2025-11-29 16:42:27 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2025-11-29 16:42:27 +0000

    security/acme.sh: Update to 3.1.2
    
    re: https://github.com/acmesh-official/acme.sh/releases/tag/3.1.2
    
    WIth this update, the temporary patch added during
    1c0a8f34bb0558176e91835f88d1733e3c4d5ee3 is no longer required.
---
 security/acme.sh/Makefile            |  3 +--
 security/acme.sh/distinfo            |  6 +++---
 security/acme.sh/files/patch-acme.sh | 36 ------------------------------------
 security/acme.sh/pkg-plist           | 12 ++++++++++++
 4 files changed, 16 insertions(+), 41 deletions(-)

diff --git a/security/acme.sh/Makefile b/security/acme.sh/Makefile
index c36e819d362f..f2a4d7131714 100644
--- a/security/acme.sh/Makefile
+++ b/security/acme.sh/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	acme.sh
-PORTVERSION=	3.1.1
-PORTREVISION=	1	
+PORTVERSION=	3.1.2
 CATEGORIES=	security
 
 MAINTAINER=	dvl@FreeBSD.org
diff --git a/security/acme.sh/distinfo b/security/acme.sh/distinfo
index a31fb091c3be..94976d85ac7d 100644
--- a/security/acme.sh/distinfo
+++ b/security/acme.sh/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1745493291
-SHA256 (acmesh-official-acme.sh-3.1.1_GH0.tar.gz) = c5d623ac0af400e83cd676aefaf045228f60e9fc597fea5db4c3a5bd7f6bfcf4
-SIZE (acmesh-official-acme.sh-3.1.1_GH0.tar.gz) = 316344
+TIMESTAMP = 1764434001
+SHA256 (acmesh-official-acme.sh-3.1.2_GH0.tar.gz) = a51511ad0e2912be45125cf189401e4ae776ca1a29d5768f020a1e35a9560186
+SIZE (acmesh-official-acme.sh-3.1.2_GH0.tar.gz) = 338572
diff --git a/security/acme.sh/files/patch-acme.sh b/security/acme.sh/files/patch-acme.sh
deleted file mode 100644
index e21b8561a5dc..000000000000
--- a/security/acme.sh/files/patch-acme.sh
+++ /dev/null
@@ -1,36 +0,0 @@
-diff --git acme.sh acme.sh
-index 3316b25fa9..02986a332d 100755
---- acme.sh
-+++ acme.sh
-@@ -436,14 +436,28 @@ _secure_debug3() {
-   fi
- }
- 
-+__USE_TR_TAG=""
-+if [ "$(echo "abc" | LANG=C tr a-z A-Z 2>/dev/null)" != "ABC" ] ; then
-+  __USE_TR_TAG="1"
-+fi
-+export __USE_TR_TAG
-+
- _upper_case() {
-+  if [ "$__USE_TR_TAG" ]; then
-+    LANG=C tr '[:lower:]' '[:upper:]'
-+  else
-   # shellcheck disable=SC2018,SC2019
--  tr '[a-z]' '[A-Z]'
-+    LANG=C tr '[a-z]' '[A-Z]'
-+  fi
- }
- 
- _lower_case() {
--  # shellcheck disable=SC2018,SC2019
--  tr '[A-Z]' '[a-z]'
-+  if [ "$__USE_TR_TAG" ]; then
-+    LANG=C tr '[:upper:]' '[:lower:]'
-+  else
-+    # shellcheck disable=SC2018,SC2019
-+    LANG=C tr '[A-Z]' '[a-z]'
-+  fi
- }
- 
- _startswith() {
diff --git a/security/acme.sh/pkg-plist b/security/acme.sh/pkg-plist
index 0241078002b9..e5c8559f21d0 100644
--- a/security/acme.sh/pkg-plist
+++ b/security/acme.sh/pkg-plist
@@ -5,23 +5,30 @@ sbin/acme.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/ali_cdn.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/ali_dcdn.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/apache.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/cachefly.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/cleverreach.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/consul.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/cpanel_uapi.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/directadmin.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/docker.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/dovecot.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/edgio.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/exim4.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/fritzbox.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/gcore_cdn.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/gitlab.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/haproxy.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/keychain.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/kemplm.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/keyhelp.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/keyhelp_api.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/kong.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/lighttpd.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/mailcow.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/myapi.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/mydevil.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/mysqld.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/netlify.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/nginx.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/openmediavault.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/opensshd.sh
@@ -43,6 +50,7 @@ sbin/acme.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/vault.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/vault_cli.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/vsftpd.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/zyxel_gs1900.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/README.md
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_1984hosting.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_alviy.sh
@@ -104,6 +112,7 @@ sbin/acme.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_gd.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_geoscaling.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_googledomains.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_hetznercloud.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_huaweicloud.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_he_ddns.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_he.sh
@@ -160,6 +169,7 @@ sbin/acme.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_omglol.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_one.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_online.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_openprovider_rest.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_openprovider.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_openstack.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_opnsense.sh
@@ -179,6 +189,7 @@ sbin/acme.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_selfhost.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_servercow.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_simply.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_spaceship.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_technitium.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_tele3.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_timeweb.sh
@@ -214,6 +225,7 @@ sbin/acme.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/mailgun.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/mattermost.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/ntfy.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/opsgenie.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/pop.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/postmark.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/pushbullet.sh