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:   wiz
Date:           Tue Feb  7 14:03:58 UTC 2017

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

Log Message:
Updated py-certbot to 0.11.1.

No concise changelog found. ~30 bugs/issues fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-certbot/Makefile.common \
    pkgsrc/security/py-certbot/distinfo
cvs rdiff -u -r1.5 -r1.6 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.7 pkgsrc/security/py-certbot/Makefile.common:1.8
--- pkgsrc/security/py-certbot/Makefile.common:1.7      Wed Jan 25 12:34:07 2017
+++ pkgsrc/security/py-certbot/Makefile.common  Tue Feb  7 14:03:58 2017
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.7 2017/01/25 12:34:07 wiz Exp $
+# $NetBSD: Makefile.common,v 1.8 2017/02/07 14:03:58 wiz Exp $
 #
 # used by security/py-acme/Makefile
 # used by security/py-certbot/Makefile
 
-DISTNAME=      certbot-0.10.1
+DISTNAME=      certbot-0.11.1
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=certbot/}
 
 HOMEPAGE=      https://letsencrypt.org/
Index: pkgsrc/security/py-certbot/distinfo
diff -u pkgsrc/security/py-certbot/distinfo:1.7 pkgsrc/security/py-certbot/distinfo:1.8
--- pkgsrc/security/py-certbot/distinfo:1.7     Wed Jan 25 12:34:07 2017
+++ pkgsrc/security/py-certbot/distinfo Tue Feb  7 14:03:58 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/01/25 12:34:07 wiz Exp $
+$NetBSD: distinfo,v 1.8 2017/02/07 14:03:58 wiz Exp $
 
-SHA1 (certbot-0.10.1.tar.gz) = 84d74eaf35f83e36c861424017a75d7b1b912a1a
-RMD160 (certbot-0.10.1.tar.gz) = 83cd52909396dbf8c51a87583bde2e0dd990c17d
-SHA512 (certbot-0.10.1.tar.gz) = 4e45280b9cb6db3f8dcecfbf0cf64c990ea58d8607ed1aea9853c7248f8830301cc8685126eeb0d0c2ef0e23298c9070b291110d733e72867967bc9506900702
-Size (certbot-0.10.1.tar.gz) = 823669 bytes
+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

Index: pkgsrc/security/py-certbot/PLIST
diff -u pkgsrc/security/py-certbot/PLIST:1.5 pkgsrc/security/py-certbot/PLIST:1.6
--- pkgsrc/security/py-certbot/PLIST:1.5        Thu Jan 12 16:02:44 2017
+++ pkgsrc/security/py-certbot/PLIST    Tue Feb  7 14:03:58 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2017/01/12 16:02:44 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.6 2017/02/07 14:03:58 wiz Exp $
 bin/certbot
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -57,6 +57,9 @@ ${PYSITELIB}/certbot/display/ops.pyo
 ${PYSITELIB}/certbot/display/util.py
 ${PYSITELIB}/certbot/display/util.pyc
 ${PYSITELIB}/certbot/display/util.pyo
+${PYSITELIB}/certbot/eff.py
+${PYSITELIB}/certbot/eff.pyc
+${PYSITELIB}/certbot/eff.pyo
 ${PYSITELIB}/certbot/error_handler.py
 ${PYSITELIB}/certbot/error_handler.pyc
 ${PYSITELIB}/certbot/error_handler.pyo
@@ -186,6 +189,9 @@ ${PYSITELIB}/certbot/tests/display/ops_t
 ${PYSITELIB}/certbot/tests/display/util_test.py
 ${PYSITELIB}/certbot/tests/display/util_test.pyc
 ${PYSITELIB}/certbot/tests/display/util_test.pyo
+${PYSITELIB}/certbot/tests/eff_test.py
+${PYSITELIB}/certbot/tests/eff_test.pyc
+${PYSITELIB}/certbot/tests/eff_test.pyo
 ${PYSITELIB}/certbot/tests/error_handler_test.py
 ${PYSITELIB}/certbot/tests/error_handler_test.pyc
 ${PYSITELIB}/certbot/tests/error_handler_test.pyo



Home | Main Index | Thread Index | Old Index