Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
no-git-in-generate_lower_listing.patch | prevent to query the Git history whatsoever =================================================================== |
Daniel Stender <stender@debian.org> | no | <upstream|backport|vendor|other>, <URL, required except if Author is present> | 2018-03-21 | |
doc-no-git.patch | diff --git a/docs/source/_ext/ghfiles.py b/docs/source/_ext/ghfiles.py index 2a71982..72bcbc6 100644 |
no | ||||
llvm_long_name_PR4373.patch | [PATCH] Set maximum name size to maximum allowable value Fix for #3876 without needing to patch LLVM. This is upstream PR4373 for fixing LLVM handling of long names. See also upstream Issue#5771, and LLVM review at https://reviews.llvm.org/D41296 |
Todd <toddrme2178@gmail.com> | no | 2019-07-27 | ||
32bit_skip_64bit_hashing_tests.patch | =================================================================== | no | ||||
python3.9.patch | [PATCH 01/23] Add Python 3.9 support. As title. |
Stuart Archibald <stuart.archibald@googlemail.com> | no | 2020-11-30 | ||
skip-armhf-tests-on-arm64.patch | Debian builds packages on armv7l systems which don't support unaligned memory access and upstream tested for armv7l to avoid the tests that would trigger that problem. Unfortunately Debian runs the CI tests in a 32-bit user space on arm64 machines. The archecture reported on those machines is armv8l and so the skipIf test wasn't being triggered. |
Diane Trout <diane@ghic.org> | yes | |||
skip-unicode-buserror-armhf.patch | Skip tests triggering bus errors when running armhf on arm64 when hash() accesses complex multibyte unicode strings. | Diane Trout <diane@ghic.org> | no | upstream |