Mon, 29 Apr 2024 09:13:01 UTC | login

Information for build python-crypto-2.6.1-24.fc30

ID85146
Package Namepython-crypto
Version2.6.1
Release24.fc30
Epoch
SummaryCryptography library for Python
DescriptionPyCrypto is a collection of both secure hash functions (such as MD5 and SHA), and various encryption algorithms (AES, DES, RSA, ElGamal, etc.).
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 10 Dec 2018 08:54:48 UTC
CompletedMon, 10 Dec 2018 10:52:41 UTC
Taskbuild (f30-candidate, python-crypto-2.6.1-24.fc30.src.rpm)
Tags
f30
f31
RPMs
src
python-crypto-2.6.1-24.fc30.src.rpm (info) (download)
riscv64
python2-crypto-2.6.1-24.fc30.riscv64.rpm (info) (download)
python3-crypto-2.6.1-24.fc30.riscv64.rpm (info) (download)
python-crypto-debuginfo-2.6.1-24.fc30.riscv64.rpm (info) (download)
python-crypto-debugsource-2.6.1-24.fc30.riscv64.rpm (info) (download)
python2-crypto-debuginfo-2.6.1-24.fc30.riscv64.rpm (info) (download)
python3-crypto-debuginfo-2.6.1-24.fc30.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro HronĨok <mhroncok@redhat.com> - 2.6.1-23 - Rebuilt for Python 3.7 * Fri Feb 23 2018 Paul Howarth <paul@city-fan.org> - 2.6.1-22 - When creating ElGamal keys, the generator wasn't a square residue: ElGamal encryption done with those keys cannot be secure under the DDH assumption https://bugzilla.redhat.com/show_bug.cgi?id=1542313 (CVE-2018-6594) https://github.com/TElgamal/attack-on-pycrypto-elgamal https://github.com/Legrandin/pycryptodome/issues/90 https://github.com/dlitz/pycrypto/issues/253 https://github.com/dlitz/pycrypto/pull/256 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jan 25 2018 Paul Howarth <paul@city-fan.org> - 2.6.1-20 - log() not available in libgmp, need libm too * Mon Oct 23 2017 Simone Caronni <negativo17@gmail.com> - 2.6.1-19 - Rebuild for libtomcrypt update * Tue Sep 05 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.6.1-18 - Depend on %{_bindir}/2to3 instead of python2-tools * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Jun 29 2017 Paul Howarth <paul@city-fan.org> - 2.6.1-15 - BR: python2-tools (for 2to3) rather than plain python-tools * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Jan 18 2017 Paul Howarth <paul@city-fan.org> - 2.6.1-13 - AES.new with invalid parameter crashes python (CVE-2013-7459) (https://github.com/dlitz/pycrypto/issues/176)