summaryrefslogtreecommitdiff
path: root/security/py-certbot-dns-rfc2136
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-05-07 10:53:44 +0000
committeradam <adam@pkgsrc.org>2020-05-07 10:53:44 +0000
commit67094ff24c3cb04fec828e43554394a44bddcf96 (patch)
treede34805022d18d27ac89c10917057a2cffd5c381 /security/py-certbot-dns-rfc2136
parent48df4e44ef806e1d107f8bd3867f1325c0a21888 (diff)
downloadpkgsrc-67094ff24c3cb04fec828e43554394a44bddcf96.tar.gz
py-acme/py-certbot*: updated to 1.4.0
1.4.0: Added * Turn off session tickets for apache plugin by default when appropriate. * Added serial number of certificate to the output of `certbot certificates` * Expose two new environment variables in the authenticator and cleanup scripts used by the `manual` plugin: `CERTBOT_REMAINING_CHALLENGES` is equal to the number of challenges remaining after the current challenge, `CERTBOT_ALL_DOMAINS` is a comma-separated list of all domains challenged for the current certificate. * Added TLS-ALPN-01 challenge support in the `acme` library. Support of this challenge in the Certbot client is planned to be added in a future release. * Added minimal proxy support for OCSP verification. * On Windows, hooks are now executed in a Powershell shell instead of a CMD shell, allowing both `*.ps1` and `*.bat` as valid scripts for Certbot. Changed * Reorganized error message when a user entered an invalid email address. * Stop asking interactively if the user would like to add a redirect. * `mock` dependency is now conditional on Python 2 in all of our packages. * Deprecate certbot-auto on Gentoo, macOS, and FreeBSD. Fixed * When using an RFC 8555 compliant endpoint, the `acme` library no longer sends the `resource` field in any requests or the `type` field when responding to challenges. * Fix nginx plugin crash when non-ASCII configuration file is being read (instead, the user will be warned that UTF-8 must be used). * Fix hanging OCSP queries during revocation checking - added a 10 second timeout. * Standalone servers now have a default socket timeout of 30 seconds, fixing cases where an idle connection can cause the standalone plugin to hang. * Parsing of the RFC 8555 application/pem-certificate-chain now tolerates CRLF line endings. This should fix interoperability with Buypass' services. More details about these changes can be found on our GitHub repo.
Diffstat (limited to 'security/py-certbot-dns-rfc2136')
-rw-r--r--security/py-certbot-dns-rfc2136/Makefile4
-rw-r--r--security/py-certbot-dns-rfc2136/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/security/py-certbot-dns-rfc2136/Makefile b/security/py-certbot-dns-rfc2136/Makefile
index 5f3ea722c19..e1741ce3800 100644
--- a/security/py-certbot-dns-rfc2136/Makefile
+++ b/security/py-certbot-dns-rfc2136/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/10/02 17:36:44 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/05/07 10:53:46 adam Exp $
.include "../../security/py-certbot/Makefile.common"
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-dns-rfc2136/}
COMMENT= RFC 2136 DNS Authenticator plugin for Certbot
DEPENDS+= ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme
-DEPENDS+= ${PYPKGPREFIX}-certbot>=0.39.0:../../security/py-certbot
+DEPENDS+= ${PYPKGPREFIX}-certbot>=1.1.0:../../security/py-certbot
DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
diff --git a/security/py-certbot-dns-rfc2136/distinfo b/security/py-certbot-dns-rfc2136/distinfo
index b919902c122..be621c99d09 100644
--- a/security/py-certbot-dns-rfc2136/distinfo
+++ b/security/py-certbot-dns-rfc2136/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/03/23 18:43:46 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/05/07 10:53:46 adam Exp $
-SHA1 (certbot-dns-rfc2136-1.3.0.tar.gz) = b379d1ff2bf8a460a510bc6aec5379bf76bc9288
-RMD160 (certbot-dns-rfc2136-1.3.0.tar.gz) = 2ce3ab34f2b211d8770ee22bc3292ea5fb2a9728
-SHA512 (certbot-dns-rfc2136-1.3.0.tar.gz) = 2c29edf9fcca42b4f6ecb760af518432a680aa5a0c4980dffb52af29bb72d4dcc4cc6097148a5ed1feda20ed46a67546194bb5c411915ed0207a709b929faec9
-Size (certbot-dns-rfc2136-1.3.0.tar.gz) = 14209 bytes
+SHA1 (certbot-dns-rfc2136-1.4.0.tar.gz) = daf6c9a47e3ec6b8086b85c4e0440f115bf1ad18
+RMD160 (certbot-dns-rfc2136-1.4.0.tar.gz) = 1c4ef91d3f42a13985822096239f322bb708b994
+SHA512 (certbot-dns-rfc2136-1.4.0.tar.gz) = 7f2e920a5184fb22b73173e352ee2bcf9b6a5cd16eb5374d5916c646c44cbb5baaf77d77ece3358161556b997708581472836950f7e61c686d5a6e166ece1b59
+Size (certbot-dns-rfc2136-1.4.0.tar.gz) = 15185 bytes