Debian Patches
Status for sucrack/1.2.3-7
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-manpages | fix-manpages Manpage had bad whatis entry: \- missing between the name and the description. Manpage had bad whatis entry: \- missing between the name and the description. |
Debian Security Tools <team+pkg-security@tracker.debian.org> | no | 2024-05-14 | ||
fix-typo-error.patch | Fix a typo error in sucrack.c | Sophie Brun <sophie@freexian.com> | no | 2016-03-17 | ||
ld-as-needed.patch | fix linking order to fix FTBFS with ld --as-needed | Logan Rosen <logan@ubuntu.com> | no | 2016-03-22 | ||
Include-missing-stdlib.h.patch | Include missing stdlib.h In dpkg version 1.22.6, the compiler flag -Werror=implicit-function-declaration was enabled by default for all architectures. The build fails: rewriter.c:74:31: error: implicit declaration of function ‘malloc’ [-Werror=implicit-function-declaration] 74 | rule_set = (rule_set_t *) malloc(sizeof(rule_set_t)); | ^~~~~~ rewriter.c:34:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘malloc’ 33 | #include "rules.h" +++ |+#include <stdlib.h> 34 | #include "stat.h" |
Sophie Brun <sophie@freexian.com> | no | debian | 2024-05-14 |