summaryrefslogtreecommitdiff
path: root/security/py-certbot
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-03-23 18:43:45 +0000
committeradam <adam@pkgsrc.org>2020-03-23 18:43:45 +0000
commitba10018ae9eaaac9362f09d052617ff7a9b8009b (patch)
treebfd4909e1d84e5746f2dd6f5b3ca997b8713309a /security/py-certbot
parentec727f3a67503457d6045fa51c2eb76f83f36085 (diff)
downloadpkgsrc-ba10018ae9eaaac9362f09d052617ff7a9b8009b.tar.gz
py-acme py-certbot: updated to 1.3.0
Certbot 1.3.0 Added Added certbot.ocsp Certbot's API. The certbot.ocsp module can be used to determine the OCSP status of certificates. Don't verify the existing certificate in HTTP01Response.simple_verify, for compatibility with the real-world ACME challenge checks. Changed Certbot will now renew certificates early if they have been revoked according to OCSP. Fix acme module warnings when response Content-Type includes params (e.g. charset). Fixed issue where webroot plugin would incorrectly raise Read-only file system error when creating challenge directories
Diffstat (limited to 'security/py-certbot')
-rw-r--r--security/py-certbot/Makefile.common4
-rw-r--r--security/py-certbot/PLIST11
-rw-r--r--security/py-certbot/distinfo10
3 files changed, 8 insertions, 17 deletions
diff --git a/security/py-certbot/Makefile.common b/security/py-certbot/Makefile.common
index c09b28ba6ec..8532276f11a 100644
--- a/security/py-certbot/Makefile.common
+++ b/security/py-certbot/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.41 2020/02/16 20:23:26 adam Exp $
+# $NetBSD: Makefile.common,v 1.42 2020/03/23 18:43:45 adam Exp $
# used by security/py-acme/Makefile
# used by security/py-certbot/Makefile
# used by security/py-certbot-apache/Makefile
@@ -16,7 +16,7 @@
# used by security/py-certbot-dns-sakuracloud/Makefile
# used by security/py-certbot-nginx/Makefile
-CERTBOT_VERSION= 1.2.0
+CERTBOT_VERSION= 1.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES?= security python
diff --git a/security/py-certbot/PLIST b/security/py-certbot/PLIST
index aaacc703dac..9c935bb9b3a 100644
--- a/security/py-certbot/PLIST
+++ b/security/py-certbot/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2019/12/15 09:48:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2020/03/23 18:43:45 adam Exp $
bin/certbot-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -21,9 +21,6 @@ ${PYSITELIB}/certbot/_internal/auth_handler.pyo
${PYSITELIB}/certbot/_internal/cert_manager.py
${PYSITELIB}/certbot/_internal/cert_manager.pyc
${PYSITELIB}/certbot/_internal/cert_manager.pyo
-${PYSITELIB}/certbot/_internal/cli.py
-${PYSITELIB}/certbot/_internal/cli.pyc
-${PYSITELIB}/certbot/_internal/cli.pyo
${PYSITELIB}/certbot/_internal/client.py
${PYSITELIB}/certbot/_internal/client.pyc
${PYSITELIB}/certbot/_internal/client.pyo
@@ -63,12 +60,6 @@ ${PYSITELIB}/certbot/_internal/log.pyo
${PYSITELIB}/certbot/_internal/main.py
${PYSITELIB}/certbot/_internal/main.pyc
${PYSITELIB}/certbot/_internal/main.pyo
-${PYSITELIB}/certbot/_internal/notify.py
-${PYSITELIB}/certbot/_internal/notify.pyc
-${PYSITELIB}/certbot/_internal/notify.pyo
-${PYSITELIB}/certbot/_internal/ocsp.py
-${PYSITELIB}/certbot/_internal/ocsp.pyc
-${PYSITELIB}/certbot/_internal/ocsp.pyo
${PYSITELIB}/certbot/_internal/plugins/__init__.py
${PYSITELIB}/certbot/_internal/plugins/__init__.pyc
${PYSITELIB}/certbot/_internal/plugins/__init__.pyo
diff --git a/security/py-certbot/distinfo b/security/py-certbot/distinfo
index 74a2d564442..65656a4ea8f 100644
--- a/security/py-certbot/distinfo
+++ b/security/py-certbot/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.42 2020/02/16 20:23:26 adam Exp $
+$NetBSD: distinfo,v 1.43 2020/03/23 18:43:45 adam Exp $
-SHA1 (certbot-1.2.0.tar.gz) = 78f0c36e6ac106093a3a43999ecd648004565e4a
-RMD160 (certbot-1.2.0.tar.gz) = 002badc4071c3bffe8409e9c6a6bcffe22b78af8
-SHA512 (certbot-1.2.0.tar.gz) = e4e3855c8f3dde27554932a4db226c93b16588d91eed07415a7161776b93d1d006313ccaf10a05c5dc369843f4141dec2b0f98201967995b83ea3a036837cda7
-Size (certbot-1.2.0.tar.gz) = 359006 bytes
+SHA1 (certbot-1.3.0.tar.gz) = 04960bdba8082e7fec04450ba1c38f0c128f6d55
+RMD160 (certbot-1.3.0.tar.gz) = 99455c95c406d7268eff4d831796415ef408cd74
+SHA512 (certbot-1.3.0.tar.gz) = 6bbab5e6e44548931a48980fb580c5b8f30bbc04eccd1315e71414ad2a762251451166d9de7dd506b9f96ae71293e2b2dd78e33a799b04456f2c48225d68db0e
+Size (certbot-1.3.0.tar.gz) = 362957 bytes