1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

Upgrade to 2.7.8

From the author:

* fix bugs in 2.7.7, Strongly recommended to upgrade from 2.7.7.
* more apis are fixed for acme v2 wildcard certs.
* New dns api: KingHost (https://www.kinghost.com.br/) and Zilore (https://zilore.com)
This commit is contained in:
Dan Langille 2018-03-29 14:22:33 +00:00
parent 8263a36aa2
commit 34063c0282
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465898
3 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= acme.sh
PORTVERSION= 2.7.7
PORTVERSION= 2.7.8
CATEGORIES= security
MAINTAINER= dvl@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1520991663
SHA256 (Neilpang-acme.sh-2.7.7_GH0.tar.gz) = 480f0b4daf28e3355ac72e2d1d1c9297ae255146eca9631b7b95884d90873ae2
SIZE (Neilpang-acme.sh-2.7.7_GH0.tar.gz) = 103572
TIMESTAMP = 1522332051
SHA256 (Neilpang-acme.sh-2.7.8_GH0.tar.gz) = f7ad67d34b02f5d5a58f5751e3ad1fae4eac981263b094598439b4f8a8442231
SIZE (Neilpang-acme.sh-2.7.8_GH0.tar.gz) = 105403

View File

@ -45,6 +45,7 @@ sbin/acme.sh
%%EXAMPLESDIR%%/dnsapi/dns_infoblox.sh
%%EXAMPLESDIR%%/dnsapi/dns_inwx.sh
%%EXAMPLESDIR%%/dnsapi/dns_ispconfig.sh
%%EXAMPLESDIR%%/dnsapi/dns_kinghost.sh
%%EXAMPLESDIR%%/dnsapi/dns_knot.sh
%%EXAMPLESDIR%%/dnsapi/dns_lexicon.sh
%%EXAMPLESDIR%%/dnsapi/dns_linode.sh
@ -63,3 +64,4 @@ sbin/acme.sh
%%EXAMPLESDIR%%/dnsapi/dns_vscale.sh
%%EXAMPLESDIR%%/dnsapi/dns_yandex.sh
%%EXAMPLESDIR%%/dnsapi/dns_zonomi.sh
%%EXAMPLESDIR%%/dnsapi/dns_zilore.sh