Debian Patches
Status for slgdbm/1.7.1-17
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-build-with-latest-gdbm-version.patch | 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> | no | 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 | ||
make-shuffle.patch | Allow building with make's option --shuffle=reverse | Rafael Laboissière <rafael@debian.org> | yes | debian | 2025-05-17 |