mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
security/acme.sh: Update to 3.0.4
Now supports: * Google Public CA * NotBefore and NotAfter fields re: https://github.com/acmesh-official/acme.sh/releases/tag/3.0.4 https://github.com/acmesh-official/acme.sh/releases/tag/3.0.3
This commit is contained in:
parent
e362008922
commit
d65fed5f97
@ -1,5 +1,5 @@
|
||||
PORTNAME= acme.sh
|
||||
PORTVERSION= 3.0.2
|
||||
PORTVERSION= 3.0.4
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= security
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1644272746
|
||||
SHA256 (Neilpang-acme.sh-3.0.2_GH0.tar.gz) = d6cda672697fe02cfa2a61bf74ec1b472aa797b03baead6deec625158965cee0
|
||||
SIZE (Neilpang-acme.sh-3.0.2_GH0.tar.gz) = 248581
|
||||
TIMESTAMP = 1652045428
|
||||
SHA256 (Neilpang-acme.sh-3.0.4_GH0.tar.gz) = c2855836a6db5766474c860fa54fa2f9f378ab334856b0cf0d07512866b808bb
|
||||
SIZE (Neilpang-acme.sh-3.0.4_GH0.tar.gz) = 253157
|
||||
|
@ -57,7 +57,7 @@ sbin/acme.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_curanet.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_cyon.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_da.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ddnss.sh
|
||||
@ -81,11 +81,12 @@ sbin/acme.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_edgedns.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_euserv.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_exoscale.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_fornex.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_freedns.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_gandi_livedns.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_gcloud.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_gd.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_gdnsdk.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_geoscaling.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_huaweicloud.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_he.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_hetzner.sh
|
||||
@ -152,6 +153,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_udr.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_ultra.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_world4you.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnsapi/dns_transip.sh
|
||||
@ -168,6 +170,7 @@ sbin/acme.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/bark.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/cqhttp.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/dingtalk.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/discord.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/feishu.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/gotify.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/ifttt.sh
|
||||
@ -182,6 +185,7 @@ sbin/acme.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/smtp.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/teams.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/telegram.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/weixin_work.sh
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notify/xmpp.sh
|
||||
@sample(acme,acme,0640) /var/db/acme/.acme.sh/account.conf.sample
|
||||
%%PORTEXAMPLES%%/var/db/acme/.acme.sh/deploy
|
||||
|
Loading…
Reference in New Issue
Block a user