svn commit: r500428 - head/security/acme.sh

Dan Langille dvl at FreeBSD.org
Mon Apr 29 20:24:22 UTC 2019


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 at 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


More information about the svn-ports-all mailing list