Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2019 20:24:21 +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: r500428 - head/security/acme.sh
Message-ID:  <201904292024.x3TKOL7W005314@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dvl
Date: Mon Apr 29 20:24:21 2019
New Revision: 500428
URL: https://svnweb.freebsd.org/changeset/ports/500428

Log:
  Upgrade to 2.8.1
  
  * Use letsencrypt v2 api as default.
  * Use dns over tls to check domain status.
  * Support Windows native taskschuler for cronjob.
  * fix IDN name issues.
  * fix other issues.
  
  re https://github.com/Neilpang/acme.sh/releases/tag/2.8.1

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

Modified: head/security/acme.sh/Makefile
==============================================================================
--- head/security/acme.sh/Makefile	Mon Apr 29 19:58:31 2019	(r500427)
+++ head/security/acme.sh/Makefile	Mon Apr 29 20:24:21 2019	(r500428)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	acme.sh
-PORTVERSION=	2.8.0
+PORTVERSION=	2.8.1
 CATEGORIES=	security
 
 MAINTAINER=	dvl@FreeBSD.org

Modified: head/security/acme.sh/distinfo
==============================================================================
--- head/security/acme.sh/distinfo	Mon Apr 29 19:58:31 2019	(r500427)
+++ head/security/acme.sh/distinfo	Mon Apr 29 20:24:21 2019	(r500428)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551126720
-SHA256 (Neilpang-acme.sh-2.8.0_GH0.tar.gz) = 51d20c71e513e9fde0114de9ba3ada4e392e395981fb8d598b0ea610e183f009
-SIZE (Neilpang-acme.sh-2.8.0_GH0.tar.gz) = 127638
+TIMESTAMP = 1556568826
+SHA256 (Neilpang-acme.sh-2.8.1_GH0.tar.gz) = 4fc55b2112058e563616893fefb56c5ff4895a7e6327e9f8416797fdc44d98e3
+SIZE (Neilpang-acme.sh-2.8.1_GH0.tar.gz) = 130201



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