Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Aug 2019 15:34:08 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508628 - head/security/acme.sh
Message-ID:  <201908111534.x7BFY8fq079288@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Sun Aug 11 15:34:08 2019
New Revision: 508628
URL: https://svnweb.freebsd.org/changeset/ports/508628

Log:
  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

Modified:
  head/security/acme.sh/Makefile
  head/security/acme.sh/distinfo

Modified: head/security/acme.sh/Makefile
==============================================================================
--- head/security/acme.sh/Makefile	Sun Aug 11 14:45:37 2019	(r508627)
+++ head/security/acme.sh/Makefile	Sun Aug 11 15:34:08 2019	(r508628)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	acme.sh
-PORTVERSION=	2.8.1
-PORTREVISION=	2
+PORTVERSION=	2.8.2
 CATEGORIES=	security
 
 MAINTAINER=	dvl@FreeBSD.org

Modified: head/security/acme.sh/distinfo
==============================================================================
--- head/security/acme.sh/distinfo	Sun Aug 11 14:45:37 2019	(r508627)
+++ head/security/acme.sh/distinfo	Sun Aug 11 15:34:08 2019	(r508628)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908111534.x7BFY8fq079288>