Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Fix-build-with-latest-gdbm-version | Fix build with new gdbm Change gdbm_errno to new gdbm_errno_location to fix build with new version of gdbm. diff --git a/gdbm-module.c b/gdbm-module.c index 90adb7d..ab343e2 100644 |
Gianfranco Costamagna <locutusofborg@debian.org> | invalid | 2018-07-15 | ||
honor-cppflags-ldflags.patch | Honor the environment variables CPPFLAGS and LDFLAGS This is required in Debian, such that hardening flags like -D_FORTIFY_SOURCE=2 and -Wl,-z,relro are used in the compilation and linking of C files. |
Rafael Laboissière <rafael@debian.org> | yes | 2021-11-19 | ||
initalize-return-value-in-gdbm-store.patch | Do not return a uninitialized value in slgdbm_store Assume that, when the gdbm_store function is not executed, then there is an error and return the value -1. According to the libgdm documentation, the value -1 indicates that “an error occurred which prevented the item from being stored in the database.” |
Rafael Laboissière <rafael@debian.org> | yes | 2021-12-02 |