Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Fix-Documentation.patch | * Use debian copyright file for licenses | Christopher Hoskin <mans0954@debian.org> | yes | upstream | upstream, https://github.com/Legrandin/pycryptodome/commit/05eb116ee1effcc39312121386eb047772925d62 | 2021-10-25 |
0002-Suppress-privacy-violations.patch | Suppress privacy violations (by default) sphinx.ext.mathjax uses mathjax online (from cdnjs) to display math; imgmath generates static images. |
Christopher Hoskin <mans0954@debian.org> | no | 2017-11-04 | ||
0003-sphinx-compatibility.patch | sphinx compatibility | Håvard Flaget Aasen <haavard_aasen@yahoo.no> | yes | debian | 2021-10-25 | |
0004-Permit-easy-selection-of-a-python-binary-in-the-C-te.patch | Permit easy selection of a python binary in the C test suite Debian and derivatives don't have a /usr/bin/python at the moment, the binary is /usr/bin/python3. Make it easy to select this when running the C test suite. |
Stefano Rivera <stefanor@debian.org> | yes | 2021-11-13 | ||
0005-C-Tests-Avoid-creating-a-0-length-array.patch | C Tests: Avoid creating a 0-length array C does not permit 0-length arrays, triggering this warning (raised to an error with -Werror) from GCC 11: ``` build/test_poly1305_load_m.c:16:5: error: ‘poly1305_load_m’ reading 1 byte from a region of size 0 [-Werror=stringop-overread] 16 | poly1305_load_m(m, secret, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` |
Stefano Rivera <stefanor@debian.org> | yes | 2021-11-13 | ||
0006-The-final-argument-to-mont_select-is-a-size_t.patch | The final argument to mont_select() is a size_t | Stefano Rivera <stefanor@debian.org> | yes | 2021-11-15 |