GNU Database Routines
A static and dynamic library for the GNU database routines.
- Developed at devel:libraries:c_c++
- Sources inherited from project openSUSE:Factory
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:zSystems/gdbm && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000217 217 Bytes | |
gdbm-1.18.1.tar.gz | 0000941863 920 KB | |
gdbm-1.18.1.tar.gz.sig | 0000000220 220 Bytes | |
gdbm-no-build-date.patch | 0000000540 540 Bytes | |
gdbm.changes | 0000015010 14.7 KB | |
gdbm.keyring | 0000017095 16.7 KB | |
gdbm.spec | 0000005231 5.11 KB |
Revision 37 (latest revision is 46)
Stephan Kulow (coolo)
accepted
request 645670
from
Petr Gajdos (pgajdos)
(revision 37)
- update to 1.18.1: * Fix debian bug 910911: This restores backward compatibility with databases created by version 1.8 (and some later versions, with mmapped I/O disabled). - update to 1.18: * Fix directory entry validation * Fix improper use of GDBM_DEBUG macro * Fix spurious error from gdbm_dump and gdbm_export * Make sure gdbm_sync always returns a meaningful value - includes changes from 1.17: * Fix bug in gdbm_dump function, it did not clear the GDBM_ITEM_NOT_FOUND error marker, which is set upon its normal termination - changes upstreamed: * gdbm_close() and gdbm_sync() now return 0 on success. On error, they return -1 and set gdbm_errno and errno to the appropriate error codes - drop gdbm-close-and-sync-return-value.patch - update to 1.16: * Fix typo * New gdbmtool variables: coalesce and centfree * src/falloc.c (avail_lookup): Remove the start parameter. (_gdbm_put_av_elem): Rewrite the "can_merge" loop. - added gdbm-close-and-sync-return-value.patch see https://puszcza.gnu.org.ua/bugs/index.php?399 - update to 1.15: * Extensive database consistency checking * Improved error checking
Comments 0