diff options
author | wiz <wiz> | 2017-01-25 12:34:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2017-01-25 12:34:07 +0000 |
commit | 3d74f7606e690f7a8e44aaefb91e046c9696f906 (patch) | |
tree | 78ec670c8e14b03885fbbc824b597d743a3b5b9d /security | |
parent | 5e9e0d13582f7a2ddb2ffa800a13a0e9f777389a (diff) | |
download | pkgsrc-3d74f7606e690f7a8e44aaefb91e046c9696f906.tar.gz |
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
Diffstat (limited to 'security')
-rw-r--r-- | security/py-acme/Makefile | 6 | ||||
-rw-r--r-- | security/py-certbot/Makefile.common | 5 | ||||
-rw-r--r-- | security/py-certbot/distinfo | 10 |
3 files changed, 13 insertions, 8 deletions
diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile index 35ee3a031be..e915dd23595 100644 --- a/security/py-acme/Makefile +++ b/security/py-acme/Makefile @@ -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]*:../../lang/py-six 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" diff --git a/security/py-certbot/Makefile.common b/security/py-certbot/Makefile.common index e77b84ffca1..54bebd1626c 100644 --- a/security/py-certbot/Makefile.common +++ b/security/py-certbot/Makefile.common @@ -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/ diff --git a/security/py-certbot/distinfo b/security/py-certbot/distinfo index d3ccd6f3b3b..e7f75312917 100644 --- a/security/py-certbot/distinfo +++ b/security/py-certbot/distinfo @@ -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 |