Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
05-fix-manpages.patch | Man pages fixes This patch contains some minor man page fixes | Roland Stigge <stigge@antcom.de> | no | |||
01-fix-makefile.patch | Various Makefile adjustments This patch does the following adjustments to GNUmakefile: - Add $SRC variable - Add SONAME and shared object building - Use Debian's CFLAGS, not as hardcoded as in GNUmakefile |
Roland Stigge <stigge@antcom.de> | no | |||
07-fix-FD_CLOEXEC.patch | [PATCH] libowfat: Set FD_CLOEXEC correctly using F_SETFD not F_SETFL Using that value on F_SETFL is just wrong, and might make the call fail on some systems, as it's requesting to set an undetermined flag. For example on GNU/* FD_CLOEXEC has value 1, which matches with O_WRONLY. This might cause the code to at least leak file descriptors, and at worst to terminate execution. |
Guillem Jover <guillem@hadrons.org> | no | 2012-12-18 | ||
08-clang-ftbfs.diff | no | |||||
fix_gcc10.patch | Fix FTBFS with gcc-10 | no |