Debian Patches
Status for pesign/116-8.1
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-makefile-bashisms.patch | Remove bashisms from Makefile snippets diff --git a/Make.coverity b/Make.coverity index b80b091..456b71b 100644 |
no | ||||
0001-Make.defaults-Use-relative-path-to-include-dir.patch | [PATCH] Make.defaults: Use relative path to include dir. This allows for reproducible builds even when the build path differs between two builds. https://reproducible-builds.org/docs/build-path/ diff --git a/Make.defaults b/Make.defaults index 05aadd0..434d13d 100644 |
Vagrant Cascadian <vagrant@reproducible-builds.org> | no | 2022-01-15 | ||
stop_arm_linker_wchar_warnings.patch | diff --git a/Make.defaults b/Make.defaults index 05aadd0..4295bb8 100644 |
no | ||||
t64-fix.patch | diff --git a/src/efikeygen.c b/src/efikeygen.c index dd40502..2fa619f 100644 |
no | ||||
fix-calloc-parameter-order.patch | [PATCH] Fix reversed calloc() arguments The prototype is "void *calloc(size_t nelem, size_t elsize);" These two instances had them reversed, almost certainly leading to buffer overflow issues. This was detected by -Werror=calloc-transposed-args on gcc. |
Stephen Gallagher <sgallagh@redhat.com> | no | 2024-02-02 |