pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-certbot Update security/py-certbot and sec...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7750fcafcbc6
branches:  trunk
changeset: 363680:7750fcafcbc6
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Jun 14 13:16:08 2017 +0000

description:
Update security/py-certbot and security/py-acme to 0.15.0

Added
- Plugins for performing DNS challenges for popular providers
- IPv6 support in the standalone plugin.
- A mechanism for keeping your Apache and Nginx SSL/TLS configuration
  up to date.
- --http-01-address and --tls-sni-01-address flags for controlling the
  address Certbot listens on when using the standalone plugin.
- The command certbot certificates that lists certificates managed by
  Certbot now performs additional validity checks to notify you if
  your files have become corrupted.

Changed
- Messages custom hooks print to stdout are now displayed by Certbot
  when not running in --quiet mode.
- jwk and alg fields in JWS objects have been moved into the protected
  header causing Certbot to more closely follow the latest version of
  the ACME spec.

Fixed
- Permissions on renewal configuration files are now properly
  preserved when they are updated.
- A bug causing Certbot to display strange defaults in its help output
  when using Python <= 2.7.4 has been fixed.
- Certbot now properly handles mixed case domain names found in custom
  CSRs.
- A number of poorly worded prompts and error messages.

Removed
- Support for OpenSSL 1.0.0 in certbot-auto has been removed as we now
  pin a newer version of cryptography which dropped support for this
  version.

diffstat:

 security/py-certbot/Makefile.common |   4 ++--
 security/py-certbot/PLIST           |  24 +++++++++++++++++++++++-
 security/py-certbot/distinfo        |  10 +++++-----
 3 files changed, 30 insertions(+), 8 deletions(-)

diffs (82 lines):

diff -r e63a32eda486 -r 7750fcafcbc6 security/py-certbot/Makefile.common
--- a/security/py-certbot/Makefile.common       Wed Jun 14 13:15:57 2017 +0000
+++ b/security/py-certbot/Makefile.common       Wed Jun 14 13:16:08 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.11 2017/05/30 14:28:52 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.12 2017/06/14 13:16:08 fhajny Exp $
 #
 # used by security/py-acme/Makefile
 # used by security/py-certbot/Makefile
 
-DISTNAME=      certbot-0.14.2
+DISTNAME=      certbot-0.15.0
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=certbot/}
 
 HOMEPAGE=      https://letsencrypt.org/
diff -r e63a32eda486 -r 7750fcafcbc6 security/py-certbot/PLIST
--- a/security/py-certbot/PLIST Wed Jun 14 13:15:57 2017 +0000
+++ b/security/py-certbot/PLIST Wed Jun 14 13:16:08 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2017/05/11 08:23:35 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.9 2017/06/14 13:16:08 fhajny Exp $
 bin/certbot${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -99,6 +99,24 @@
 ${PYSITELIB}/certbot/plugins/disco_test.py
 ${PYSITELIB}/certbot/plugins/disco_test.pyc
 ${PYSITELIB}/certbot/plugins/disco_test.pyo
+${PYSITELIB}/certbot/plugins/dns_common.py
+${PYSITELIB}/certbot/plugins/dns_common.pyc
+${PYSITELIB}/certbot/plugins/dns_common.pyo
+${PYSITELIB}/certbot/plugins/dns_common_lexicon.py
+${PYSITELIB}/certbot/plugins/dns_common_lexicon.pyc
+${PYSITELIB}/certbot/plugins/dns_common_lexicon.pyo
+${PYSITELIB}/certbot/plugins/dns_common_lexicon_test.py
+${PYSITELIB}/certbot/plugins/dns_common_lexicon_test.pyc
+${PYSITELIB}/certbot/plugins/dns_common_lexicon_test.pyo
+${PYSITELIB}/certbot/plugins/dns_common_test.py
+${PYSITELIB}/certbot/plugins/dns_common_test.pyc
+${PYSITELIB}/certbot/plugins/dns_common_test.pyo
+${PYSITELIB}/certbot/plugins/dns_test_common.py
+${PYSITELIB}/certbot/plugins/dns_test_common.pyc
+${PYSITELIB}/certbot/plugins/dns_test_common.pyo
+${PYSITELIB}/certbot/plugins/dns_test_common_lexicon.py
+${PYSITELIB}/certbot/plugins/dns_test_common_lexicon.pyc
+${PYSITELIB}/certbot/plugins/dns_test_common_lexicon.pyo
 ${PYSITELIB}/certbot/plugins/manual.py
 ${PYSITELIB}/certbot/plugins/manual.pyc
 ${PYSITELIB}/certbot/plugins/manual.pyo
@@ -244,6 +262,7 @@
 ${PYSITELIB}/certbot/tests/testdata/dsa_cert.pem
 ${PYSITELIB}/certbot/tests/testdata/matching_cert.pem
 ${PYSITELIB}/certbot/tests/testdata/os-release
+${PYSITELIB}/certbot/tests/testdata/rsa2048_key.pem
 ${PYSITELIB}/certbot/tests/testdata/rsa256_key.pem
 ${PYSITELIB}/certbot/tests/testdata/rsa512_key.pem
 ${PYSITELIB}/certbot/tests/testdata/rsa512_key_2.pem
@@ -253,6 +272,9 @@
 ${PYSITELIB}/certbot/tests/testdata/sample-archive/privkey1.pem
 ${PYSITELIB}/certbot/tests/testdata/sample-renewal-ancient.conf
 ${PYSITELIB}/certbot/tests/testdata/sample-renewal.conf
+${PYSITELIB}/certbot/tests/testdata/self_signed_cert.pem
+${PYSITELIB}/certbot/tests/testdata/self_signed_cert_bad.pem
+${PYSITELIB}/certbot/tests/testdata/self_signed_fullchain.pem
 ${PYSITELIB}/certbot/tests/testdata/webrootconftest.ini
 ${PYSITELIB}/certbot/tests/util.py
 ${PYSITELIB}/certbot/tests/util.pyc
diff -r e63a32eda486 -r 7750fcafcbc6 security/py-certbot/distinfo
--- a/security/py-certbot/distinfo      Wed Jun 14 13:15:57 2017 +0000
+++ b/security/py-certbot/distinfo      Wed Jun 14 13:16:08 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2017/05/30 14:28:52 fhajny Exp $
+$NetBSD: distinfo,v 1.12 2017/06/14 13:16:08 fhajny Exp $
 
-SHA1 (certbot-0.14.2.tar.gz) = a8f0ecbc414911ff36cb8a60ec8686e7742e168c
-RMD160 (certbot-0.14.2.tar.gz) = 85dd7795a7226689b2d1a8f38decdfd35f4b0175
-SHA512 (certbot-0.14.2.tar.gz) = fcecd8c8d0807bf0dd3edde290cf17062a34eae69c7b740b7da78e1a22cee36738cbb472a1324d07127ea846327edcf1d6aefb6747793f019593fc5d56aa2954
-Size (certbot-0.14.2.tar.gz) = 852675 bytes
+SHA1 (certbot-0.15.0.tar.gz) = 86a5d0166bece3a6ecc77a63de688ab0708cc6ca
+RMD160 (certbot-0.15.0.tar.gz) = 844701b0d2e7902fe67772e0daa686b04d7e1d44
+SHA512 (certbot-0.15.0.tar.gz) = e884b34985a1128ce94d6b2be77af6ee86ded8b870e066f3f4bc22f78501f3f0a51060edcf75a11cd31dd525388adb8ccc4e2da0068b5b75be131d0fb0ca6844
+Size (certbot-0.15.0.tar.gz) = 942788 bytes



Home | Main Index | Thread Index | Old Index