Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
inputname.diff | See Debian BTS #759951 for details. =================================================================== |
no | ||||
odbxtest_exit_1_on_error.diff | This way if the test fails, the build will fail. Need to send upstream. =================================================================== |
no | ||||
use_local_dtd.diff | Use local copy of docbookx.dtd http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd is added to debian dir and used instead of the online one so the package can build with no network access. =================================================================== |
Scott Kitterman <scott@kitterman.com> | not-needed | vendor | ||
missing-prototypes.patch | fix building with -Werror=implicit-function-declaration | Andreas Beckmann <anbe@debian.org> | no | |||
gcc14.patch | Fix ftbfs with GCC-14 The root cause is that the "generic" items in odbx_t and odbx_lo_t are really FB_API_HANDLE and this is a void* on 32 bit and int on 64 bit. This code is not strictly portable as it relies on the bitwise representation of the nullptr being all bits zero. But the added casting in the patch to fix the FTBFS does not affect the portability concerns. Other drivers, e.g. mssql, use similar casting of this value. |
Tim Woodall <debianbugs@woodall.me.uk> | no | debian |