diff options
author | fhajny <fhajny@pkgsrc.org> | 2018-05-16 15:09:42 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2018-05-16 15:09:42 +0000 |
commit | c8cd5fc8abe7e75c3210df647eaa2377877b7b10 (patch) | |
tree | e65dbf9b7415d8d0747c0e419c4648bf523001a6 /security | |
parent | e9dc33bf697b4cbf78d5f39e741fe49488bf0194 (diff) | |
download | pkgsrc-c8cd5fc8abe7e75c3210df647eaa2377877b7b10.tar.gz |
security/py-{acme,certbot}: Update to 0.24.0.
### Added
- certbot now has an enhance subcommand which allows you to configure
security enhancements like HTTP to HTTPS redirects, OCSP stapling,
and HSTS without reinstalling a certificate.
- certbot-dns-rfc2136 now allows the user to specify the port to use
to reach the DNS server in its credentials file.
- acme now parses the wildcard field included in authorizations so it
can be used by users of the library.
### Changed
- certbot-dns-route53 used to wait for each DNS update to propagate
before sending the next one, but now it sends all updates before
waiting which speeds up issuance for multiple domains dramatically.
- We've doubled the time Certbot will spend polling authorizations
before timing out.
- The level of the message logged when Certbot is being used with
non-standard paths warning that crontabs for renewal included in
Certbot packages from OS package managers may not work has been
reduced. This stops the message from being written to stderr every
time `certbot renew` runs.
### Fixed
- certbot-auto now works with Python 3.6.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-certbot/Makefile.common | 4 | ||||
-rw-r--r-- | security/py-certbot/PLIST | 8 | ||||
-rw-r--r-- | security/py-certbot/distinfo | 10 |
3 files changed, 14 insertions, 8 deletions
diff --git a/security/py-certbot/Makefile.common b/security/py-certbot/Makefile.common index 06bceb42297..a26598996eb 100644 --- a/security/py-certbot/Makefile.common +++ b/security/py-certbot/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.23 2018/04/13 08:14:28 fhajny Exp $ +# $NetBSD: Makefile.common,v 1.24 2018/05/16 15:09:42 fhajny Exp $ # # used by security/py-acme/Makefile # used by security/py-certbot/Makefile -DISTNAME= certbot-0.23.0 +DISTNAME= certbot-0.24.0 MASTER_SITES= ${MASTER_SITE_GITHUB:=certbot/} HOMEPAGE= https://letsencrypt.org/ diff --git a/security/py-certbot/PLIST b/security/py-certbot/PLIST index 8f219b3d6de..01f89bd58cc 100644 --- a/security/py-certbot/PLIST +++ b/security/py-certbot/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2017/09/07 09:12:23 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.11 2018/05/16 15:09:42 fhajny Exp $ bin/certbot${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -141,6 +141,12 @@ ${PYSITELIB}/certbot/plugins/standalone.pyo ${PYSITELIB}/certbot/plugins/standalone_test.py ${PYSITELIB}/certbot/plugins/standalone_test.pyc ${PYSITELIB}/certbot/plugins/standalone_test.pyo +${PYSITELIB}/certbot/plugins/storage.py +${PYSITELIB}/certbot/plugins/storage.pyc +${PYSITELIB}/certbot/plugins/storage.pyo +${PYSITELIB}/certbot/plugins/storage_test.py +${PYSITELIB}/certbot/plugins/storage_test.pyc +${PYSITELIB}/certbot/plugins/storage_test.pyo ${PYSITELIB}/certbot/plugins/util.py ${PYSITELIB}/certbot/plugins/util.pyc ${PYSITELIB}/certbot/plugins/util.pyo diff --git a/security/py-certbot/distinfo b/security/py-certbot/distinfo index 3c666bc3c8e..b5f9539e9ce 100644 --- a/security/py-certbot/distinfo +++ b/security/py-certbot/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2018/04/13 08:14:28 fhajny Exp $ +$NetBSD: distinfo,v 1.24 2018/05/16 15:09:42 fhajny Exp $ -SHA1 (certbot-0.23.0.tar.gz) = 8571dae5d63a6c024b8f1a8c2f6e6cad09cd577b -RMD160 (certbot-0.23.0.tar.gz) = 238b492312132d10802e366f80d07011d30cf084 -SHA512 (certbot-0.23.0.tar.gz) = 397562fa7f5ef5daea8ccf70dc21898f8b792dc6a07aa24035fa378da8af3dd5d0734c3fbf6080c28d17f050db46ec0ea637be81d4ce648fa5ab2add2cfd41ed -Size (certbot-0.23.0.tar.gz) = 1144448 bytes +SHA1 (certbot-0.24.0.tar.gz) = cfa8d963a6f0d43eb5fa9f8c3e06601f0f1b71bb +RMD160 (certbot-0.24.0.tar.gz) = 117ac1440d7ad42f3c8ceb6fb6b0bc37c5c31e12 +SHA512 (certbot-0.24.0.tar.gz) = b067da7eea54deb72ff4b516382cbe480ffebcb378489a2b0c52955f7399401d936d8d6587d88473d6f4fa9e864de94514941bde9727a5babbf2d6211ea61b20 +Size (certbot-0.24.0.tar.gz) = 1149694 bytes |