aboutsummaryrefslogtreecommitdiff
path: root/security/py-acme
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2020-09-27 20:43:40 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2020-09-27 20:43:40 +0000
commitb2c56a4700bc043e41bd7385aa11761e78dacdf0 (patch)
tree7fc40aecaccca5814c612d66a8256c574be1bfe9 /security/py-acme
parentabc5e24625dc9dd836f532ef9e6c57d81dd14695 (diff)
downloadports-b2c56a4700bc043e41bd7385aa11761e78dacdf0.tar.gz
ports-b2c56a4700bc043e41bd7385aa11761e78dacdf0.zip
security/py-[acme|certbot]: Update to 1.8.0
Changelog: https://github.com/certbot/certbot/blob/v1.8.0/certbot/CHANGELOG.md PR: 249490 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: python (with hat)
Notes
Notes: svn path=/head/; revision=550349
Diffstat (limited to 'security/py-acme')
-rw-r--r--security/py-acme/Makefile2
-rw-r--r--security/py-acme/distinfo6
-rw-r--r--security/py-acme/version.mk2
3 files changed, 5 insertions, 5 deletions
diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile
index 81be75275cd3..e2fdee5471f0 100644
--- a/security/py-acme/Makefile
+++ b/security/py-acme/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.2.3:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}josepy>=1.1.0:security/py-josepy@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}openssl>=0.13.1:security/py-openssl@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}openssl>=0.15.1:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.6.0:www/py-requests@${PY_FLAVOR} \
diff --git a/security/py-acme/distinfo b/security/py-acme/distinfo
index 6b012a75c540..04f62025fa6b 100644
--- a/security/py-acme/distinfo
+++ b/security/py-acme/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596892177
-SHA256 (acme-1.7.0.tar.gz) = 288d9bbb075278961d224e43f7f386c491d25366a98ed89a62771c5022978386
-SIZE (acme-1.7.0.tar.gz) = 90776
+TIMESTAMP = 1599963076
+SHA256 (acme-1.8.0.tar.gz) = ad8d067d14258d73ad2643439d9365913362308c04e66cc3010e39c868c5002d
+SIZE (acme-1.8.0.tar.gz) = 91408
diff --git a/security/py-acme/version.mk b/security/py-acme/version.mk
index e730c8566cc0..a5719a698eb8 100644
--- a/security/py-acme/version.mk
+++ b/security/py-acme/version.mk
@@ -1 +1 @@
-ACME_VERSION= 1.7.0
+ACME_VERSION= 1.8.0