Bug 1802998
| Summary: | Make pycryptodomex and ecdsa weak dependencies of python-dns | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christian Heimes <cheimes> | |
| Component: | python-dns | Assignee: | Paul Wouters <pwouters> | |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 31 | CC: | aviso, lbalhar, louiz, pspacek, pwouters, ssorce | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1821836 (view as bug list) | Environment: | ||
| Last Closed: | 2020-06-24 05:22:54 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1821836, 1824036 | |||
|
Description
Christian Heimes
2020-02-14 09:54:22 UTC
Paul, both python-ecdsa and python-pycryptodomex(libtomcrypt) are pretty horrible dependencies to have in general. If you can convince upstream to move to python-cryptography(openssl) it would be much welcome. Especially python-ecdsa SHOULD NOT be used, it is trivial to attack and extract private keys when it is in use. https://github.com/rthalley/dnspython/pull/449 was pushed, we should probably backport this to Fedora/RHEL/CentOS, and finally get rid of those bad deps FYI upstream is not going to do any new release for Python 2 so you are probably left with backports. Also dnspython 2.0 is going to be Python 3 only and likely introduce breaking changes to the API. If you need backports, but do not have time to handle it, please give me a git tree that reflects the current code to backport to and I will provide you a working patch. That said do we care for python2 at all in Fedora? FEDORA-2020-aaaa504a87 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-aaaa504a87 FEDORA-2020-aaaa504a87 has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-aaaa504a87` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-aaaa504a87 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. This has been done in https://bodhi.fedoraproject.org/updates/FEDORA-2020-4e12b426c8 |