diff options
author | dvl <dvl@FreeBSD.org> | 2019-08-11 23:34:08 +0800 |
---|---|---|
committer | dvl <dvl@FreeBSD.org> | 2019-08-11 23:34:08 +0800 |
commit | 36bb067af53b26ff311a248378e88f0dcbb0b29c (patch) | |
tree | ab067d5d613839da6ee144a66ab3a7416e1aaaea | |
parent | 6a75992fd1550f82fffa330809e67e2b34c280e7 (diff) | |
download | freebsd-ports-gnome-36bb067af53b26ff311a248378e88f0dcbb0b29c.tar.gz freebsd-ports-gnome-36bb067af53b26ff311a248378e88f0dcbb0b29c.tar.zst freebsd-ports-gnome-36bb067af53b26ff311a248378e88f0dcbb0b29c.zip |
Update to 2.8.2
* Support notifications for renewal: email, mailgun, sendgrid, IFTTT, pushover
etc. https://github.com/Neilpang/acme.sh/wiki/notify
* add deploy hook to docker containers:
https://github.com/Neilpang/acme.sh/wiki/deploy-to-docker-containers
* dns api: Schlundtech, NLnetLabs , acmeproxy, durabledns, Active24, MaraDNS,
regru, jdcloud.com(?????????), Vultr, hexonet
* Support cloudflare new dns api Token format
* bug fixes.
re https://github.com/Neilpang/acme.sh/releases/tag/2.8.2
-rw-r--r-- | security/acme.sh/Makefile | 3 | ||||
-rw-r--r-- | security/acme.sh/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/acme.sh/Makefile b/security/acme.sh/Makefile index 314a0fa7f075..312ea7e8f5bf 100644 --- a/security/acme.sh/Makefile +++ b/security/acme.sh/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= acme.sh -PORTVERSION= 2.8.1 -PORTREVISION= 2 +PORTVERSION= 2.8.2 CATEGORIES= security MAINTAINER= dvl@FreeBSD.org diff --git a/security/acme.sh/distinfo b/security/acme.sh/distinfo index 5eed338d0c1c..2779edfd2afd 100644 --- a/security/acme.sh/distinfo +++ b/security/acme.sh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1556568826 -SHA256 (Neilpang-acme.sh-2.8.1_GH0.tar.gz) = 4fc55b2112058e563616893fefb56c5ff4895a7e6327e9f8416797fdc44d98e3 -SIZE (Neilpang-acme.sh-2.8.1_GH0.tar.gz) = 130201 +TIMESTAMP = 1565537197 +SHA256 (Neilpang-acme.sh-2.8.2_GH0.tar.gz) = 9c97ae15db3fc65200db462b3304aa082b1367f1ba4af5a86693b014a991c990 +SIZE (Neilpang-acme.sh-2.8.2_GH0.tar.gz) = 161737 |