Package: gdbm / 1.8.3-14

Metadata

Package Version Patches format
gdbm 1.8.3-14 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_texinfo usr local.patch | (download)

gdbm.texinfo | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
02_zero headers.patch | (download)

falloc.c | 2 1 + 1 - 0 !
gdbmopen.c | 6 3 + 3 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

---
03 Makefile.in.patch | (download)

Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
04_fix gdbm compat linking.patch | (download)

Makefile.in | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

---
05_handle short read.patch | (download)

bucket.c | 12 9 + 3 - 0 !
falloc.c | 12 9 + 3 - 0 !
findkey.c | 11 9 + 2 - 0 !
3 files changed, 27 insertions(+), 8 deletions(-)

---
06_manpage cleanup.patch | (download)

gdbm.3 | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

---
07 link flags.patch | (download)

Makefile.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
08 709905 gdbm.texinfo.patch | (download)

gdbm.texinfo | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

---
09 stop recording build date.patch | (download)

version.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 stop recording build date
 Recording the build date and time prevents gdbm to be build
 reproducibly. Given it was only added to the version string when
 certain macros were available, we simply disable the code
 unconditionally.