pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-certbot security/py-{acme,cer...
details: https://anonhg.NetBSD.org/pkgsrc/rev/28ec1b7f25b0
branches: trunk
changeset: 308117:28ec1b7f25b0
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Wed May 16 15:09:42 2018 +0000
description:
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:
security/py-certbot/Makefile.common | 4 ++--
security/py-certbot/PLIST | 8 +++++++-
security/py-certbot/distinfo | 10 +++++-----
3 files changed, 14 insertions(+), 8 deletions(-)
diffs (52 lines):
diff -r 630443f273dc -r 28ec1b7f25b0 security/py-certbot/Makefile.common
--- a/security/py-certbot/Makefile.common Wed May 16 15:00:32 2018 +0000
+++ b/security/py-certbot/Makefile.common Wed May 16 15:09:42 2018 +0000
@@ -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 -r 630443f273dc -r 28ec1b7f25b0 security/py-certbot/PLIST
--- a/security/py-certbot/PLIST Wed May 16 15:00:32 2018 +0000
+++ b/security/py-certbot/PLIST Wed May 16 15:09:42 2018 +0000
@@ -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_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 -r 630443f273dc -r 28ec1b7f25b0 security/py-certbot/distinfo
--- a/security/py-certbot/distinfo Wed May 16 15:00:32 2018 +0000
+++ b/security/py-certbot/distinfo Wed May 16 15:09:42 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index