Tue, 23 Apr 2024 08:33:45 UTC | login

Information for build python-crypto-2.6.1-29.fc32

ID132257
Package Namepython-crypto
Version2.6.1
Release29.fc32
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-crypto.git#ccf4dc934dd1ce5bc6709425f3550a0eaf2a347c
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
StartedTue, 03 Dec 2019 13:33:22 UTC
CompletedTue, 03 Dec 2019 14:58:17 UTC
Taskbuild (f32-candidate, /rpms/python-crypto.git:ccf4dc934dd1ce5bc6709425f3550a0eaf2a347c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-crypto.git#ccf4dc934dd1ce5bc6709425f3550a0eaf2a347c'}}
Tags
f32
f33
RPMs
src
python-crypto-2.6.1-29.fc32.src.rpm (info) (download)
riscv64
python2-crypto-2.6.1-29.fc32.riscv64.rpm (info) (download)
python3-crypto-2.6.1-29.fc32.riscv64.rpm (info) (download)
python-crypto-debuginfo-2.6.1-29.fc32.riscv64.rpm (info) (download)
python-crypto-debugsource-2.6.1-29.fc32.riscv64.rpm (info) (download)
python2-crypto-debuginfo-2.6.1-29.fc32.riscv64.rpm (info) (download)
python3-crypto-debuginfo-2.6.1-29.fc32.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.6.1-29 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.6.1-28 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Jun 07 2019 Paul Howarth <paul@city-fan.org> - 2.6.1-26 - Replace the user-space RNG with a thin wrapper to os.urandom - Based on https://github.com/Legrandin/pycryptodome/commit/afd6328f - Fixes compatibility with Python 3.8 (#1718332) - Drop support for Python 2.1 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * 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