Debian Patches
Status for fastdnaml/1.2.2-18
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
scripts.patch | corrects extra spaces, a typo causing a syntax error, and adds a path to the Debian-specific location of some files. | unknown | no | |||
hardening.patch | Propagate hardening options | Andreas Tille <tille@debian.org> | no | 2017-09-27 | ||
cross.patch | Do not hard code cc | Helmut Grohne <helmut@subdivi.de> | no | debian | 2019-05-11 | |
fixup-implicit-function-declaration.patch | Add patch to fix FTBFS with implicit-function-declaration | Nilesh Patra <nilesh@iki.fi> | no | debian | 2024-04-07 | |
gcc-14.patch | fix implicit return type for main. Fix the following error cropping up with gcc 14: . fastDNAml.c:4751:3: error: return type defaults to ‘int’ [-Wimplicit-int] 4751 | main () | ^~~~ |
Étienne Mollier <emollier@debian.org> | no | debian | 2024-07-20 | |
gcc-15.patch | fix build failure with gcc-15. This patch completes multiple function prototypes for compliance with standard C 2023. |
Étienne Mollier <emollier@debian.org> | no | debian | 2025-03-02 | |
fortify.patch | propagate FORTIFY macro definitions. This is necessary to obtain full hardening of the resulting binaries. | Étienne Mollier <emollier@debian.org> | not-needed | 2025-03-02 | ||
Makefile.patch | we just need a makefile to let cdbs work properly | Andreas Tille <tille@debian.org> | no |