|
|
@ -7,7 +7,7 @@
|
|
|
|
Summary: Cryptography library for Python
|
|
|
|
Summary: Cryptography library for Python
|
|
|
|
Name: python-crypto
|
|
|
|
Name: python-crypto
|
|
|
|
Version: 2.6
|
|
|
|
Version: 2.6
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
# Mostly Public Domain apart from parts of HMAC.py and setup.py, which are Python
|
|
|
|
# Mostly Public Domain apart from parts of HMAC.py and setup.py, which are Python
|
|
|
|
License: Public Domain and Python
|
|
|
|
License: Public Domain and Python
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -123,6 +123,9 @@ rm -rf %{buildroot}
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 24 2012 Paul Howarth <paul@city-fan.org> - 2.6-1
|
|
|
|
* Thu May 24 2012 Paul Howarth <paul@city-fan.org> - 2.6-1
|
|
|
|
- Update to 2.6
|
|
|
|
- Update to 2.6
|
|
|
|
- Fix insecure ElGamal key generation (launchpad bug #985164, CVE-2012-2417)
|
|
|
|
- Fix insecure ElGamal key generation (launchpad bug #985164, CVE-2012-2417)
|
|
|
|