diff --git Makefile Makefile index 0b3b3bd..984e02b 100644 --- Makefile +++ Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= acme.sh -PORTVERSION= 2.7.6 -PORTREVISION= 2 +PORTVERSION= 2.7.7 CATEGORIES= security MAINTAINER= dvl@FreeBSD.org diff --git distinfo distinfo index e222744..71254ce 100644 --- distinfo +++ distinfo @@ -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 diff --git pkg-descr pkg-descr index c5e83e9..916e3aa 100644 --- pkg-descr +++ pkg-descr @@ -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/ diff --git pkg-plist pkg-plist index b93e87c..7a7fbd7 100644 --- pkg-plist +++ pkg-plist @@ -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