Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2023 18:21:43 GMT
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 47a16e63dc9d - main - security/acme.sh: Fix remote exec issue
Message-ID:  <202306091821.359ILhTo018737@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=47a16e63dc9d3263a24a598516b92e4863120312

commit 47a16e63dc9d3263a24a598516b92e4863120312
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2023-06-09 18:19:02 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2023-06-09 18:21:40 +0000

    security/acme.sh: Fix remote exec issue
    
    re: https://github.com/acmesh-official/acme.sh/releases/tag/3.0.6
---
 security/acme.sh/Makefile  | 4 +---
 security/acme.sh/distinfo  | 6 +++---
 security/acme.sh/pkg-plist | 4 ++++
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/security/acme.sh/Makefile b/security/acme.sh/Makefile
index a19716147194..47c8632c6fb1 100644
--- a/security/acme.sh/Makefile
+++ b/security/acme.sh/Makefile
@@ -1,7 +1,5 @@
 PORTNAME=	acme.sh
-PORTVERSION=	3.0.5
-DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTVERSION=	3.0.6
 CATEGORIES=	security
 
 MAINTAINER=	dvl@FreeBSD.org
diff --git a/security/acme.sh/distinfo b/security/acme.sh/distinfo
index f3cf98b6e8d0..4d96068983be 100644
--- a/security/acme.sh/distinfo
+++ b/security/acme.sh/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669227084
-SHA256 (acmesh-official-acme.sh-v3.0.5_GH0.tar.gz) = a19132ed65491409a8d8a93c264dcbcf265a91d45a46de674811b93f5995398f
-SIZE (acmesh-official-acme.sh-v3.0.5_GH0.tar.gz) = 270092
+TIMESTAMP = 1686333811
+SHA256 (acmesh-official-acme.sh-3.0.6_GH0.tar.gz) = 4a8e44c27e2a8f01a978e8d15add8e9908b83f9b1555670e49a9b769421f5fa6
+SIZE (acmesh-official-acme.sh-3.0.6_GH0.tar.gz) = 275569
diff --git a/security/acme.sh/pkg-plist b/security/acme.sh/pkg-plist
index 531475acc35f..53a54df89338 100644
--- a/security/acme.sh/pkg-plist
+++ b/security/acme.sh/pkg-plist
@@ -88,9 +88,11 @@ sbin/acme.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_fornex.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_freedns.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_gandi_livedns.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_gcore.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_gcloud.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_gd.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_geoscaling.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_googledomains.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_huaweicloud.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_he.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_hetzner.sh
@@ -99,6 +101,7 @@ sbin/acme.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_infoblox.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_infomaniak.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ionos.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ipv64.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_internetbs.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_inwx.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ispconfig.sh
@@ -126,6 +129,7 @@ sbin/acme.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_namecheap.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_namecom.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_namesilo.sh
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nanelo.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_nederhost.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_neodigit.sh
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_netcup.sh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306091821.359ILhTo018737>