Debian Patches
Status for grcompiler/5.2.1-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Prevent-FetchContent_Declare-with-empty-URL.patch | Fix change in FetchContent_Decl behaviour in CMake 3.28 Older versions used to handle an empty URL parameter by doing nothing, now it errors. |
Tim Eves <tim-eves@users.noreply.github.com> | no | upstream, f49b87f66cd40429a56bbb46e215a6d4e4be33d5 | 2024-03-13 | |
0002-Add-missing-WORDS_BIGENDIAN-definition.patch | Add missing WORDS_BIGENDIAN definition Fixes #45 Test failures on big endian architectures |
Bastian Germann <bastiangermann@fishpost.de> | yes | 2022-10-24 | ||
0003-Add-missing-include.patch | Add missing include Fix "error: ‘uint32_t’ was not declared in this scope" on compiling with gcc v13. |
Bastian Germann <bage@debian.org> | no | https://github.com/silnrsi/grcompiler/pull/47 | 2023-06-14 | |
0004-Fix-risky-use-of-sprintf.patch | Fix risky use of sprintf Replace sprintf with snprintf, and move overlow detection and error reporting to respond to snprintf detected truncation. |
Tim Eves <tim_eves@sil.org> | no | upstream, 99253db8f45671faef59a4f3d92102c4fddd8e80 | 2024-03-14 | |
0005-Remove-deprecated-C-std-library-feat.patch | [PATCH] Remove/refactor code using deprecated C++ std library features. std::{binary_function,ptr_fun} were deprecated in C++14 and are no longer available after C++17, as better type deduction makes them redundant. |
Tim Eves <tim_eves@sil.org> | no | 2024-03-14 | ||
0007-Build-with-system-s-LZ4.patch | Build with system's LZ4 | Bastian Germann <bastiangermann@fishpost.de> | no | 2020-05-21 |