Thu Mar 24 13:45:57 2016 UTC ()
Update py-rsa to 3.4.

Fixes a security vulnerability.

No proper changelog found, which I find even more astonishing for
security software...


(wiz)
diff -r1.2 -r1.3 pkgsrc/security/py-rsa/Makefile
diff -r1.3 -r1.4 pkgsrc/security/py-rsa/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/security/py-rsa/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-rsa/Makefile 2016/01/05 10:26:43 1.2
+++ pkgsrc/security/py-rsa/Makefile 2016/03/24 13:45:57 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2016/01/05 10:26:43 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2016/03/24 13:45:57 wiz Exp $
2 2
3DISTNAME= rsa-3.2.3 3DISTNAME= rsa-3.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= security python 5CATEGORIES= security python
6MASTER_SITES= ${MASTER_SITE_PYPI:=r/rsa/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/rsa/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://stuvel.eu/rsa 9HOMEPAGE= http://stuvel.eu/rsa
10COMMENT= Pure-Python RSA implementation 10COMMENT= Pure-Python RSA implementation
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1 13DEPENDS+= ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1
14BUILD_DEPENDS+= ${PYPKGPREFIX}-constants-[0-9]*:../../devel/py-constants 14BUILD_DEPENDS+= ${PYPKGPREFIX}-constants-[0-9]*:../../devel/py-constants
15BUILD_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2 15BUILD_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2
16 16

cvs diff -r1.3 -r1.4 pkgsrc/security/py-rsa/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-rsa/distinfo 2016/01/05 10:26:43 1.3
+++ pkgsrc/security/py-rsa/distinfo 2016/03/24 13:45:57 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2016/01/05 10:26:43 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2016/03/24 13:45:57 wiz Exp $
2 2
3SHA1 (rsa-3.2.3.tar.gz) = 4ef92bff4214c399dffae3226f7e9b5fc31b8ce5 3SHA1 (rsa-3.4.tar.gz) = dd16725179354d21307ebc251b23382b77b711c1
4RMD160 (rsa-3.2.3.tar.gz) = a03442820487566d8a246e079dd07dc7536ea7c7 4RMD160 (rsa-3.4.tar.gz) = 9466ecc5fcccc1e6e464a1cef40ef58e1862a6b9
5SHA512 (rsa-3.2.3.tar.gz) = 52b33e0278e6e1fed64b1cdebed29f7caa31fae733c2d5875e6cba5a045aaa829616799d8de84fdb63c546780dbdafcabf1f85f25930b8e663861151479ef7e2 5SHA512 (rsa-3.4.tar.gz) = 7f24736704981b9a1c380f8650640fb102de6db98910bb452f72d14feefef4dbcb2811c100abb8db70f5eea0f9770a17aeda609f955db3118ffcfd38d62c7753
6Size (rsa-3.2.3.tar.gz) = 35628 bytes 6Size (rsa-3.4.tar.gz) = 36186 bytes