Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
readdir_hurd.patch | Hurd FTBFS fix Add readdir possibility to Hurd architecture. | Jack Lloyd <jack@randombit.net> | not-needed | upstream | 2019-10-07 | |
use_python3.patch | use Python 3 everywhere Execute python3 binary instead of simple python which is the 2.x version. | Laszlo Boszormenyi (GCS) <gcs@debian.org> | no | debian | 2020-01-26 | |
no_setuptools.patch | [PATCH] Remove code relying on Python distutils This was just used to check if Sphinx supports concurrency, but Sphinx is also barely faster with 1 core vs 32, so it hardly matters. Debian bug 1080557 |
Jack Lloyd <jack@randombit.net> | no | 2024-09-06 | ||
CVE-2024-50383.patch | [PATCH] Add more value barriers to avoid compiler induced side channels The paper https://arxiv.org/pdf/2410.13489 claims that on specific architectures Clang and GCC may introduce jumps here. The donna128 issues only affect 32-bit processors, which explains why we would not see it in the x86-64 valgrind runs. The GHASH leak would seem to be generic but the authors only observed it on RISC-V. |
Jack Lloyd <jack@randombit.net> | no | 2024-10-19 |