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:           Thu Apr  6 19:51:15 UTC 2017

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

Log Message:
Update security/py-certbot and security/py-acme to 0.13.0.

0.13.0 - 2017-04-06

Added
- --debug-challenges pauses Certbot after setting up challenges for
  debugging.
- The Nginx parser can handle all valid directives in configuration
  files.
- Nginx ciphersuites changed to Mozilla Intermediate.
- certbot-auto --no-bootstrap won't install OS dependencies.

Fixed
- --register-unsafely-without-email respects --quiet.
- Hyphenated renewalparams are now saved in renewal config files.
- --dry-run no longer persists keys and csrs.
- No longer hangs when trying to start Nginx in Arch Linux.
- Apache rewrite rules no longer double-encode characters.

0.12.0 - 2017-03-02

Added
- Allow non-camelcase Apache VirtualHost names
- Allow more log messages to be silenced

Fixed
- Fix a regression around using --cert-name when getting new
  certificates


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-certbot/Makefile.common \
    pkgsrc/security/py-certbot/distinfo
cvs rdiff -u -r1.6 -r1.7 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.8 pkgsrc/security/py-certbot/Makefile.common:1.9
--- pkgsrc/security/py-certbot/Makefile.common:1.8      Tue Feb  7 14:03:58 2017
+++ pkgsrc/security/py-certbot/Makefile.common  Thu Apr  6 19:51:15 2017
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.8 2017/02/07 14:03:58 wiz Exp $
+# $NetBSD: Makefile.common,v 1.9 2017/04/06 19:51:15 fhajny Exp $
 #
 # used by security/py-acme/Makefile
 # used by security/py-certbot/Makefile
 
-DISTNAME=      certbot-0.11.1
+DISTNAME=      certbot-0.13.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.8 pkgsrc/security/py-certbot/distinfo:1.9
--- pkgsrc/security/py-certbot/distinfo:1.8     Tue Feb  7 14:03:58 2017
+++ pkgsrc/security/py-certbot/distinfo Thu Apr  6 19:51:15 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/02/07 14:03:58 wiz Exp $
+$NetBSD: distinfo,v 1.9 2017/04/06 19:51:15 fhajny Exp $
 
-SHA1 (certbot-0.11.1.tar.gz) = 2b056fd5ab44f8aa9902f7927e203b8d7cbc8232
-RMD160 (certbot-0.11.1.tar.gz) = b75e1b79ea0c934d25e0de1fbebda802076bca99
-SHA512 (certbot-0.11.1.tar.gz) = 77ab66be8e9e16c3588f9a822db553c3ba8caf5bda91a810c0bccfd2bed144ccab06dae33551df474dba05a679045dc02966bc6f8facecdcba3f00c7b9773f0a
-Size (certbot-0.11.1.tar.gz) = 817693 bytes
+SHA1 (certbot-0.13.0.tar.gz) = ac2ea402d61bbd528fb3278131e42e797f9b190f
+RMD160 (certbot-0.13.0.tar.gz) = c7ac22572f072c0d06654b1db7fd6d4bbf3018da
+SHA512 (certbot-0.13.0.tar.gz) = c0bc38b48f0c9731236bba9f4c05da960bfc038be629c5f4c63e80812595c6e0fb679ff901a8bf160efa119b532b5a629435ed595e3b1049f7a15f2c2dd8eb40
+Size (certbot-0.13.0.tar.gz) = 827956 bytes

Index: pkgsrc/security/py-certbot/PLIST
diff -u pkgsrc/security/py-certbot/PLIST:1.6 pkgsrc/security/py-certbot/PLIST:1.7
--- pkgsrc/security/py-certbot/PLIST:1.6        Tue Feb  7 14:03:58 2017
+++ pkgsrc/security/py-certbot/PLIST    Thu Apr  6 19:51:15 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2017/02/07 14:03:58 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2017/04/06 19:51:15 fhajny Exp $
 bin/certbot
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -27,9 +27,6 @@ ${PYSITELIB}/certbot/cli.pyo
 ${PYSITELIB}/certbot/client.py
 ${PYSITELIB}/certbot/client.pyc
 ${PYSITELIB}/certbot/client.pyo
-${PYSITELIB}/certbot/colored_logging.py
-${PYSITELIB}/certbot/colored_logging.pyc
-${PYSITELIB}/certbot/colored_logging.pyo
 ${PYSITELIB}/certbot/configuration.py
 ${PYSITELIB}/certbot/configuration.pyc
 ${PYSITELIB}/certbot/configuration.pyo
@@ -72,6 +69,9 @@ ${PYSITELIB}/certbot/hooks.pyo
 ${PYSITELIB}/certbot/interfaces.py
 ${PYSITELIB}/certbot/interfaces.pyc
 ${PYSITELIB}/certbot/interfaces.pyo
+${PYSITELIB}/certbot/log.py
+${PYSITELIB}/certbot/log.pyc
+${PYSITELIB}/certbot/log.pyo
 ${PYSITELIB}/certbot/main.py
 ${PYSITELIB}/certbot/main.pyc
 ${PYSITELIB}/certbot/main.pyo
@@ -165,9 +165,6 @@ ${PYSITELIB}/certbot/tests/cli_test.pyo
 ${PYSITELIB}/certbot/tests/client_test.py
 ${PYSITELIB}/certbot/tests/client_test.pyc
 ${PYSITELIB}/certbot/tests/client_test.pyo
-${PYSITELIB}/certbot/tests/colored_logging_test.py
-${PYSITELIB}/certbot/tests/colored_logging_test.pyc
-${PYSITELIB}/certbot/tests/colored_logging_test.pyo
 ${PYSITELIB}/certbot/tests/configuration_test.py
 ${PYSITELIB}/certbot/tests/configuration_test.pyc
 ${PYSITELIB}/certbot/tests/configuration_test.pyo
@@ -201,6 +198,9 @@ ${PYSITELIB}/certbot/tests/errors_test.p
 ${PYSITELIB}/certbot/tests/hook_test.py
 ${PYSITELIB}/certbot/tests/hook_test.pyc
 ${PYSITELIB}/certbot/tests/hook_test.pyo
+${PYSITELIB}/certbot/tests/log_test.py
+${PYSITELIB}/certbot/tests/log_test.pyc
+${PYSITELIB}/certbot/tests/log_test.pyo
 ${PYSITELIB}/certbot/tests/main_test.py
 ${PYSITELIB}/certbot/tests/main_test.pyc
 ${PYSITELIB}/certbot/tests/main_test.pyo



Home | Main Index | Thread Index | Old Index