mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
security/acme.sh: Update to 3.0.2
re: https://github.com/acmesh-official/acme.sh/releases/tag/3.0.2
This commit is contained in:
parent
3b6e1ad430
commit
720efe0a00
3 changed files with 12 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= acme.sh
|
||||
PORTVERSION= 3.0.1
|
||||
PORTVERSION= 3.0.2
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= security
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1633282301
|
||||
SHA256 (Neilpang-acme.sh-3.0.1_GH0.tar.gz) = 6212cc0c2bca99a7dd6cbb4236b4c7dd5d1113dab0841e66dae4d307d902a8e6
|
||||
SIZE (Neilpang-acme.sh-3.0.1_GH0.tar.gz) = 239311
|
||||
TIMESTAMP = 1644272746
|
||||
SHA256 (Neilpang-acme.sh-3.0.2_GH0.tar.gz) = d6cda672697fe02cfa2a61bf74ec1b472aa797b03baead6deec625158965cee0
|
||||
SIZE (Neilpang-acme.sh-3.0.2_GH0.tar.gz) = 248581
|
||||
|
|
|
@ -20,6 +20,7 @@ sbin/acme.sh
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/mydevil.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/mysqld.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/nginx.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/openmediavault.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/opensshd.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/openstack.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/panos.sh
|
||||
|
@ -30,6 +31,7 @@ sbin/acme.sh
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/ssh.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/strongswan.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/synology_dsm.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/truenas.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/unifi.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/vault.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deploy/vault_cli.sh
|
||||
|
@ -54,6 +56,7 @@ sbin/acme.sh
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_cn.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_conoha.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_constellix.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_cpanel.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_cx.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_cyon.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_da.sh
|
||||
|
@ -61,6 +64,7 @@ sbin/acme.sh
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_desec.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_df.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_dgon.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_dnshome.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_dnsimple.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_do.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_doapi.sh
|
||||
|
@ -112,6 +116,7 @@ sbin/acme.sh
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_myapi.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_mydevil.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_mydnsjp.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_mythic_beasts.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_namecheap.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_namecom.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_namesilo.sh
|
||||
|
@ -160,8 +165,11 @@ sbin/acme.sh
|
|||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_zilore.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_zone.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_zonomi.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/bark.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/cqhttp.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/dingtalk.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/feishu.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/gotify.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/ifttt.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/mail.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/mailgun.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue