Skip to content

Commit

Permalink
security/acme.sh: Update to 3.0.7
Browse files Browse the repository at this point in the history
re: https://github.com/acmesh-official/acme.sh/releases/tag/3.0.7

Thanks to Ken for telling me about this update.
  • Loading branch information
dlangille committed Oct 6, 2023
1 parent 9a529da commit e77844c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 4 additions & 2 deletions security/acme.sh/Makefile
@@ -1,6 +1,5 @@
PORTNAME= acme.sh
PORTVERSION= 3.0.6
PORTREVISION= 1
PORTVERSION= 3.0.7
CATEGORIES= security

MAINTAINER= dvl@FreeBSD.org
Expand All @@ -9,6 +8,9 @@ WWW= https://github.com/Neilpang/acme.sh/

LICENSE= GPLv3+

USES= shebangfix
SHEBANG_FILES= deploy/synology_dsm.sh

USE_GITHUB= yes
GH_ACCOUNT= acmesh-official

Expand Down
6 changes: 3 additions & 3 deletions security/acme.sh/distinfo
@@ -1,3 +1,3 @@
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
TIMESTAMP = 1696606513
SHA256 (acmesh-official-acme.sh-3.0.7_GH0.tar.gz) = abd446d6bd45d0b44dca1dcbd931348797a3f82d1ed6fb171472eaf851a8d849
SIZE (acmesh-official-acme.sh-3.0.7_GH0.tar.gz) = 284269
5 changes: 5 additions & 0 deletions security/acme.sh/pkg-plist
Expand Up @@ -45,13 +45,15 @@ sbin/acme.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_active24.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ad.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ali.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_artfiles.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_anx.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_arvan.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_aurora.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_autodns.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_aws.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_azion.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_azure.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_bookmyname.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_bunny.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_cf.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_clouddns.sh
Expand All @@ -66,6 +68,7 @@ sbin/acme.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ddnss.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_desec.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_df.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_dnsexit.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_dgon.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_dnshome.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_dnsservices.sh
Expand Down Expand Up @@ -164,6 +167,7 @@ sbin/acme.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_servercow.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_simply.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_tele3.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_tencent.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_udr.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ultra.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_world4you.sh
Expand All @@ -180,6 +184,7 @@ sbin/acme.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_zilore.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_zone.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_zonomi.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/aws_ses.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/bark.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/callmebotWhatsApp.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/cqhttp.sh
Expand Down

0 comments on commit e77844c

Please sign in to comment.