pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-crypto Update security/py-crypto to 2..6.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b49b5990591a
branches:  trunk
changeset: 625971:b49b5990591a
user:      gls <gls%pkgsrc.org@localhost>
date:      Tue Oct 29 08:42:14 2013 +0000

description:
Update security/py-crypto to 2..6.1
This is a security fix to address CVE-2013-1445

Upstream changes:
-----------------

2.6.1
=====
        * [CVE-2013-1445] Fix PRNG not correctly reseeded in some situations.

         In previous versions of PyCrypto, the Crypto.Random PRNG exhibits a
         race condition that may cause forked processes to generate identical
         sequences of 'random' numbers.

diffstat:

 security/py-crypto/Makefile |  6 +++---
 security/py-crypto/PLIST    |  5 ++++-
 security/py-crypto/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r cd9c9b6655f4 -r b49b5990591a security/py-crypto/Makefile
--- a/security/py-crypto/Makefile       Tue Oct 29 08:12:32 2013 +0000
+++ b/security/py-crypto/Makefile       Tue Oct 29 08:42:14 2013 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.29 2013/02/06 23:23:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.30 2013/10/29 08:42:14 gls Exp $
 #
 
-DISTNAME=      pycrypto-2.6
+DISTNAME=      pycrypto-2.6.1
 PKGNAME=       ${DISTNAME:S/^py/${PYPKGPREFIX}-/}
-PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
+FETCH_USING=   curl
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.dlitz.net/software/pycrypto/
diff -r cd9c9b6655f4 -r b49b5990591a security/py-crypto/PLIST
--- a/security/py-crypto/PLIST  Tue Oct 29 08:12:32 2013 +0000
+++ b/security/py-crypto/PLIST  Tue Oct 29 08:42:14 2013 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2012/05/25 08:28:13 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2013/10/29 08:42:14 gls Exp $
 ${PYSITELIB}/Crypto/Cipher/AES.py
 ${PYSITELIB}/Crypto/Cipher/AES.pyc
 ${PYSITELIB}/Crypto/Cipher/AES.pyo
@@ -294,6 +294,9 @@
 ${PYSITELIB}/Crypto/SelfTest/Random/__init__.py
 ${PYSITELIB}/Crypto/SelfTest/Random/__init__.pyc
 ${PYSITELIB}/Crypto/SelfTest/Random/__init__.pyo
+${PYSITELIB}/Crypto/SelfTest/Random/test__UserFriendlyRNG.py
+${PYSITELIB}/Crypto/SelfTest/Random/test__UserFriendlyRNG.pyc
+${PYSITELIB}/Crypto/SelfTest/Random/test__UserFriendlyRNG.pyo
 ${PYSITELIB}/Crypto/SelfTest/Random/test_random.py
 ${PYSITELIB}/Crypto/SelfTest/Random/test_random.pyc
 ${PYSITELIB}/Crypto/SelfTest/Random/test_random.pyo
diff -r cd9c9b6655f4 -r b49b5990591a security/py-crypto/distinfo
--- a/security/py-crypto/distinfo       Tue Oct 29 08:12:32 2013 +0000
+++ b/security/py-crypto/distinfo       Tue Oct 29 08:42:14 2013 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2012/05/25 08:28:13 wiz Exp $
+$NetBSD: distinfo,v 1.10 2013/10/29 08:42:14 gls Exp $
 
-SHA1 (pycrypto-2.6.tar.gz) = c17e41a80b3fbf2ee4e8f2d8bb9e28c5d08bbb84
-RMD160 (pycrypto-2.6.tar.gz) = 5782b529d59f2a62951607fdafaa434aea13ee0a
-Size (pycrypto-2.6.tar.gz) = 443445 bytes
+SHA1 (pycrypto-2.6.1.tar.gz) = aeda3ed41caf1766409d4efc689b9ca30ad6aeb2
+RMD160 (pycrypto-2.6.1.tar.gz) = ac0db079e5e4be9daf739e094c10e96291dbc009
+Size (pycrypto-2.6.1.tar.gz) = 446240 bytes
 SHA1 (patch-ab) = 2c72b0e70fdebd2e62aff28284afd919e935de08



Home | Main Index | Thread Index | Old Index