Date: Sat, 28 Sep 2019 17:14:06 +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: r513143 - head/security/acme.sh Message-ID: <201909281714.x8SHE6kr034740@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dvl Date: Sat Sep 28 17:14:06 2019 New Revision: 513143 URL: https://svnweb.freebsd.org/changeset/ports/513143 Log: 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) Modified: head/security/acme.sh/Makefile head/security/acme.sh/distinfo Modified: head/security/acme.sh/Makefile ============================================================================== --- head/security/acme.sh/Makefile Sat Sep 28 16:01:15 2019 (r513142) +++ head/security/acme.sh/Makefile Sat Sep 28 17:14:06 2019 (r513143) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= acme.sh -PORTVERSION= 2.8.2 -PORTREVISION= 1 +PORTVERSION= 2.8.3 CATEGORIES= security MAINTAINER= dvl@FreeBSD.org Modified: head/security/acme.sh/distinfo ============================================================================== --- head/security/acme.sh/distinfo Sat Sep 28 16:01:15 2019 (r513142) +++ head/security/acme.sh/distinfo Sat Sep 28 17:14:06 2019 (r513143) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565537197 -SHA256 (Neilpang-acme.sh-2.8.2_GH0.tar.gz) = 9c97ae15db3fc65200db462b3304aa082b1367f1ba4af5a86693b014a991c990 -SIZE (Neilpang-acme.sh-2.8.2_GH0.tar.gz) = 161737 +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?201909281714.x8SHE6kr034740>