[python-crypto] Update to 2.6.1

Paul Howarth pghmcfc at fedoraproject.org
Fri Oct 18 14:27:15 UTC 2013


commit 51f8a801ab0a22ccaecba1dd44f7f0e2ce4525ac
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Oct 18 15:26:17 2013 +0100

    Update to 2.6.1
    
    - New upstream release 2.6.1
      - Fix PRNG not correctly reseeded in some situations (CVE-2013-1445)

 python-crypto.spec |    8 ++++++--
 sources            |    2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/python-crypto.spec b/python-crypto.spec
index 5a62c4f..3137ef5 100644
--- a/python-crypto.spec
+++ b/python-crypto.spec
@@ -6,8 +6,8 @@
 
 Summary:	Cryptography library for Python
 Name:		python-crypto
-Version:	2.6
-Release:	6%{?dist}
+Version:	2.6.1
+Release:	1%{?dist}
 # Mostly Public Domain apart from parts of HMAC.py and setup.py, which are Python
 License:	Public Domain and Python
 Group:		Development/Libraries
@@ -123,6 +123,10 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Fri Oct 18 2013 Paul Howarth <paul at city-fan.org> - 2.6.1-1
+- Update to 2.6.1
+  - Fix PRNG not correctly reseeded in some situations (CVE-2013-1445)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 0b3ebcb..e90c708 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-88dad0a270d1fe83a39e0467a66a22bb  pycrypto-2.6.tar.gz
+55a61a054aa66812daf5161a0d5d7eda  pycrypto-2.6.1.tar.gz


More information about the scm-commits mailing list