Debian Patches
Status for lastz/1.04.52-1
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
propagate_cflags.patch | Propagate DEB_CFLAGS_MAINT_APPEND = -Wno-stringop-truncation Also LDFLAGS is added to propagate remaining hardening options. . Later edited to add support for preprocessor flags (CPPFLAGS). |
Andreas Tille <tille@debian.org> | no | 2021-11-02 | ||
fix_signed_char.patch | Fix Build issue on a couple of architectures Comparison with EOF needs to enable signed values | Andreas Tille <tille@debian.org> | no | 2020-10-15 | ||
spelling.patch | Fix spelling | Andreas Tille <tille@debian.org> | no | 2020-10-15 | ||
nullchar.patch | src/sequences.c: account for null characters. Starting with gcc-15, lastz fails to build with for instance: . sequences.c:646:9: error: initializer-string for array of ‘unsigned char’ is too long [-Werror=unterminated-string-initialization] . This is because the string instantiated are not accounting for the null character, therefore they are too short by one and should be 257 chars long. |
Étienne Mollier <emollier@debian.org> | no | debian | 2025-09-19 |