pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-certbot



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Wed May 16 15:09:42 UTC 2018

Modified Files:
        pkgsrc/security/py-certbot: Makefile.common PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/py-certbot/Makefile.common \
    pkgsrc/security/py-certbot/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-certbot/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-certbot/Makefile.common
diff -u pkgsrc/security/py-certbot/Makefile.common:1.23 pkgsrc/security/py-certbot/Makefile.common:1.24
--- pkgsrc/security/py-certbot/Makefile.common:1.23     Fri Apr 13 08:14:28 2018
+++ pkgsrc/security/py-certbot/Makefile.common  Wed May 16 15:09:42 2018
@@ -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/
Index: pkgsrc/security/py-certbot/distinfo
diff -u pkgsrc/security/py-certbot/distinfo:1.23 pkgsrc/security/py-certbot/distinfo:1.24
--- pkgsrc/security/py-certbot/distinfo:1.23    Fri Apr 13 08:14:28 2018
+++ pkgsrc/security/py-certbot/distinfo Wed May 16 15:09:42 2018
@@ -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

Index: pkgsrc/security/py-certbot/PLIST
diff -u pkgsrc/security/py-certbot/PLIST:1.10 pkgsrc/security/py-certbot/PLIST:1.11
--- pkgsrc/security/py-certbot/PLIST:1.10       Thu Sep  7 09:12:23 2017
+++ pkgsrc/security/py-certbot/PLIST    Wed May 16 15:09:42 2018
@@ -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.
 ${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



Home | Main Index | Thread Index | Old Index