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 - 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 - 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