pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 25 12:34:07 UTC 2017

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

Log Message:
Update py-acme and py-certbot to 0.10.1.

All py-certbot self tests pass.
39 self test failures in py-acme (running py.test), one core dump
in openssl (running make test).

Changes:
Test bug fixes


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-acme/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-certbot/Makefile.common \
    pkgsrc/security/py-certbot/distinfo

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-acme/Makefile
diff -u pkgsrc/security/py-acme/Makefile:1.3 pkgsrc/security/py-acme/Makefile:1.4
--- pkgsrc/security/py-acme/Makefile:1.3        Thu Jan 12 16:02:43 2017
+++ pkgsrc/security/py-acme/Makefile    Wed Jan 25 12:34:07 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/01/12 16:02:43 fhajny Exp $
+# $NetBSD: Makefile,v 1.4 2017/01/25 12:34:07 wiz Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/certbot/acme/}
 CATEGORIES=    security
@@ -19,6 +19,10 @@ DEPENDS+=    ${PYPKGPREFIX}-six-[0-9]*:../.
 
 EGG_NAME=      ${DISTNAME:S/certbot/acme/}
 
+# TEST_DEPENDS
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
+
 PYSETUPSUBDIR= acme
 
 .include "../../lang/python/egg.mk"

Index: pkgsrc/security/py-certbot/Makefile.common
diff -u pkgsrc/security/py-certbot/Makefile.common:1.6 pkgsrc/security/py-certbot/Makefile.common:1.7
--- pkgsrc/security/py-certbot/Makefile.common:1.6      Thu Jan 12 16:02:44 2017
+++ pkgsrc/security/py-certbot/Makefile.common  Wed Jan 25 12:34:07 2017
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile.common,v 1.6 2017/01/12 16:02:44 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.7 2017/01/25 12:34:07 wiz Exp $
+#
 # used by security/py-acme/Makefile
 # used by security/py-certbot/Makefile
 
-DISTNAME=      certbot-0.10.0
+DISTNAME=      certbot-0.10.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.6 pkgsrc/security/py-certbot/distinfo:1.7
--- pkgsrc/security/py-certbot/distinfo:1.6     Thu Jan 12 16:02:44 2017
+++ pkgsrc/security/py-certbot/distinfo Wed Jan 25 12:34:07 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/01/12 16:02:44 fhajny Exp $
+$NetBSD: distinfo,v 1.7 2017/01/25 12:34:07 wiz Exp $
 
-SHA1 (certbot-0.10.0.tar.gz) = 58ab27652d0d61d6af84ff0d24825b9206932dd7
-RMD160 (certbot-0.10.0.tar.gz) = 32d84b2cd545b88dec8edaf33e4a975510f0f1e3
-SHA512 (certbot-0.10.0.tar.gz) = 3298e5e7ccd2ab1552240f49a0d7502fa12afb239708cfd83f8ffe3789d90b51e1e75eb3dfa7c8f6449597cd63bb6994d699836db1749c28289f076d51edc0d2
-Size (certbot-0.10.0.tar.gz) = 823730 bytes
+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



Home | Main Index | Thread Index | Old Index