Date: Sun, 29 Sep 2019 18:05:18 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r513254 - branches/2019Q3/security/acme.sh Message-ID: <201909291805.x8TI5Ipx029883@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dvl Date: Sun Sep 29 18:05:18 2019 New Revision: 513254 URL: https://svnweb.freebsd.org/changeset/ports/513254 Log: MFH: r513143 Update to 2.8.3 Letsencrypt CA recent changed the CDN provider, which resulted in hanging issues. Any downstream package should update. This is important. re: https://github.com/Neilpang/acme.sh/releases/tag/2.8.3 Submitted by: Ken (via private email) Approved by: portmgr (adamw) Modified: branches/2019Q3/security/acme.sh/Makefile branches/2019Q3/security/acme.sh/distinfo Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/security/acme.sh/Makefile ============================================================================== --- branches/2019Q3/security/acme.sh/Makefile Sun Sep 29 17:11:23 2019 (r513253) +++ branches/2019Q3/security/acme.sh/Makefile Sun Sep 29 18:05:18 2019 (r513254) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= acme.sh -PORTVERSION= 2.8.1 +PORTVERSION= 2.8.3 CATEGORIES= security MAINTAINER= dvl@FreeBSD.org Modified: branches/2019Q3/security/acme.sh/distinfo ============================================================================== --- branches/2019Q3/security/acme.sh/distinfo Sun Sep 29 17:11:23 2019 (r513253) +++ branches/2019Q3/security/acme.sh/distinfo Sun Sep 29 18:05:18 2019 (r513254) @@ -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 = 1569690541 +SHA256 (Neilpang-acme.sh-2.8.3_GH0.tar.gz) = bdec71377a764919ac277e26d71ef7e24087f7f05171921888b70de6ab6e2cbc +SIZE (Neilpang-acme.sh-2.8.3_GH0.tar.gz) = 163573
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909291805.x8TI5Ipx029883>