diff options
author | adam <adam@pkgsrc.org> | 2017-05-09 12:37:14 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-05-09 12:37:14 +0000 |
commit | 2366f2a7fd0853a3bba9fdce015384c35bddf07a (patch) | |
tree | c55e23d7afdc146215ebb259650d357631776f43 /security/py-rsa | |
parent | 518733314f29931ac18ea0b178b4f368722f533a (diff) | |
download | pkgsrc-2366f2a7fd0853a3bba9fdce015384c35bddf07a.tar.gz |
Version 3.4.2 - released 2016-03-26
- Fixed dates in CHANGELOG.txt
Diffstat (limited to 'security/py-rsa')
-rw-r--r-- | security/py-rsa/Makefile | 6 | ||||
-rw-r--r-- | security/py-rsa/distinfo | 10 |
2 files changed, 9 insertions, 7 deletions
diff --git a/security/py-rsa/Makefile b/security/py-rsa/Makefile index e5177bda142..631ea1cc8b1 100644 --- a/security/py-rsa/Makefile +++ b/security/py-rsa/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/04/13 17:54:10 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2017/05/09 12:37:14 adam Exp $ -DISTNAME= rsa-3.4.1 +DISTNAME= rsa-3.4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rsa/} @@ -10,6 +10,8 @@ HOMEPAGE= http://stuvel.eu/rsa COMMENT= Pure-Python RSA implementation LICENSE= apache-2.0 +USE_LANGUAGES= # none + DEPENDS+= ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1 BUILD_DEPENDS+= ${PYPKGPREFIX}-constants-[0-9]*:../../devel/py-constants BUILD_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2 diff --git a/security/py-rsa/distinfo b/security/py-rsa/distinfo index d8fc8d8fe99..3a0870d0b2c 100644 --- a/security/py-rsa/distinfo +++ b/security/py-rsa/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2016/04/13 17:54:10 wiz Exp $ +$NetBSD: distinfo,v 1.6 2017/05/09 12:37:14 adam Exp $ -SHA1 (rsa-3.4.1.tar.gz) = 599df059e23067985cb3d4d5466508ffd8e0379e -RMD160 (rsa-3.4.1.tar.gz) = a5f1cb15f859544444f3e980a4cd48b4f085effa -SHA512 (rsa-3.4.1.tar.gz) = 769d6f4ef944d0b499cd1adfde4806310daca472201f56aa68d47256d8522d863b6f73d6dc3edc8edb4ed2a47dd5a353b5ee74861db9eb4557f16f4b5420df79 -Size (rsa-3.4.1.tar.gz) = 40938 bytes +SHA1 (rsa-3.4.2.tar.gz) = 5e01533d344df8e55c090f0fce9c5f9383bf9e9c +RMD160 (rsa-3.4.2.tar.gz) = ed031a093373ab3c1a6d27d2d9e58235c0058809 +SHA512 (rsa-3.4.2.tar.gz) = 62b0ff31fb3b9c18ae65bd102329e69726b853560576b1b66b9b89b26d3ff79154239af7e7a581b6a27c7017cc013f738762cd9662777ef594cc11c5b1f8e267 +Size (rsa-3.4.2.tar.gz) = 40956 bytes |