Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Do-not-use-ld-fatal-warnings.patch | Do not use ld fatal-warnings fatal-warnings are almost guaranteed to break the build when using a more recent linker than the upstream developers. Get rid of them so the package can be built with some warnings and be maintained sanely in the long run. |
Bastian Germann <bage@debian.org> | not-needed | 2024-05-07 | ||
Prevent-reading-version-from-git.patch | Prevent reading version from git | Bastian Germann <bage@debian.org> | not-needed | 2021-12-07 | ||
always-override-stack-protector-variables-in-EFI-bui.patch | [PATCH 1/1] always override stack-protector variables in EFI build These flags require libc support which we do not have in the EFI part. As distro builders inject the hardening flags into CFLAGS, which is fine for the userspace part, but for EFI we need to override it. |
Felix Moessbauer <felix.moessbauer@siemens.com> | no | 2023-11-13 | ||
configure-add-support-for-loongarch64.patch | [PATCH] configure: add support for loongarch64 This adds loongarch64 support. |
Quirin Gylstorff <quirin.gylstorff@siemens.com> | no | 2024-01-18 | ||
fix-use-correct-order-of-calloc-parameters.patch | [PATCH] fix: use correct order of calloc parameters This fixes a error if compiled with gcc-14. gcc-14 enables the compile option `-Werror=calloc-transposed-args`. No functional change as 1*sizeof(x) is the same as sizeof(x)*1. Found with Bug#1074932: efibootguard: ftbfs with GCC-14. [Jan: style fix] |
Quirin Gylstorff <quirin.gylstorff@siemens.com> | not-needed | 2024-07-03 |