mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update to version 2.7.7
PR: 226587 Submitted by: Jose Luis Duran <jlduran@gmail.com>
This commit is contained in:
parent
bfa35bb079
commit
bc3ae967a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464968
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= acme.sh
|
||||
PORTVERSION= 2.7.6
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.7.7
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= dvl@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1518224077
|
||||
SHA256 (Neilpang-acme.sh-2.7.6_GH0.tar.gz) = 2db02d6219ea61b2dd554ab4435738c39cbf815dc28dbeddfae6b7d3c8ee68d3
|
||||
SIZE (Neilpang-acme.sh-2.7.6_GH0.tar.gz) = 94267
|
||||
TIMESTAMP = 1520991663
|
||||
SHA256 (Neilpang-acme.sh-2.7.7_GH0.tar.gz) = 480f0b4daf28e3355ac72e2d1d1c9297ae255146eca9631b7b95884d90873ae2
|
||||
SIZE (Neilpang-acme.sh-2.7.7_GH0.tar.gz) = 103572
|
||||
|
@ -1,6 +1,8 @@
|
||||
ACME protocol client written in shell
|
||||
|
||||
- Full ACME protocol implementation.
|
||||
- Support ACME v1 and ACME v2.
|
||||
- Support ACME v2 wildcard certs.
|
||||
- Simple, powerful and very easy to use. You only need 3 minutes to learn it.
|
||||
- Bash, dash and sh compatible.
|
||||
- Simplest shell script for Let's Encrypt free certificate client.
|
||||
@ -9,5 +11,6 @@ ACME protocol client written in shell
|
||||
- Just one script to issue, renew and install your certificates automatically.
|
||||
- DOES NOT require root/sudoer access.
|
||||
- Docker friendly.
|
||||
- IPv6 support.
|
||||
|
||||
WWW: https://github.com/Neilpang/acme.sh/
|
||||
|
@ -14,8 +14,10 @@ sbin/acme.sh
|
||||
%%EXAMPLESDIR%%/deploy/nginx.sh
|
||||
%%EXAMPLESDIR%%/deploy/opensshd.sh
|
||||
%%EXAMPLESDIR%%/deploy/pureftpd.sh
|
||||
%%EXAMPLESDIR%%/deploy/ssh.sh
|
||||
%%EXAMPLESDIR%%/deploy/strongswan.sh
|
||||
%%EXAMPLESDIR%%/deploy/unifi.sh
|
||||
%%EXAMPLESDIR%%/deploy/vault_cli.sh
|
||||
%%EXAMPLESDIR%%/deploy/vsftpd.sh
|
||||
%%EXAMPLESDIR%%/dnsapi/README.md
|
||||
%%EXAMPLESDIR%%/dnsapi/dns_ad.sh
|
||||
@ -27,10 +29,12 @@ sbin/acme.sh
|
||||
%%EXAMPLESDIR%%/dnsapi/dns_cloudns.sh
|
||||
%%EXAMPLESDIR%%/dnsapi/dns_cx.sh
|
||||
%%EXAMPLESDIR%%/dnsapi/dns_cyon.sh
|
||||
%%EXAMPLESDIR%%/dnsapi/dns_da.sh
|
||||
%%EXAMPLESDIR%%/dnsapi/dns_dgon.sh
|
||||
%%EXAMPLESDIR%%/dnsapi/dns_dnsimple.sh
|
||||
%%EXAMPLESDIR%%/dnsapi/dns_do.sh
|
||||
%%EXAMPLESDIR%%/dnsapi/dns_dp.sh
|
||||
%%EXAMPLESDIR%%/dnsapi/dns_dreamhost.sh
|
||||
%%EXAMPLESDIR%%/dnsapi/dns_duckdns.sh
|
||||
%%EXAMPLESDIR%%/dnsapi/dns_dyn.sh
|
||||
%%EXAMPLESDIR%%/dnsapi/dns_dynu.sh
|
||||
@ -58,3 +62,4 @@ sbin/acme.sh
|
||||
%%EXAMPLESDIR%%/dnsapi/dns_unoeuro.sh
|
||||
%%EXAMPLESDIR%%/dnsapi/dns_vscale.sh
|
||||
%%EXAMPLESDIR%%/dnsapi/dns_yandex.sh
|
||||
%%EXAMPLESDIR%%/dnsapi/dns_zonomi.sh
|
||||
|
Loading…
Reference in New Issue
Block a user