Package: db1-compat / 2.1.3-21

Metadata

Package Version Patches format
db1-compat 2.1.3-21 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
build outside glibc.patch | (download)

Makefile | 71 20 + 51 - 0 !
Versions | 9 5 + 4 - 0 !
2 files changed, 25 insertions(+), 55 deletions(-)

 modify build system to work outside glibc

weak alias.patch | (download)

compat.h | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 weak alias definitions

Import part of libc-symbols.h from glibc.

pmt compat.patch | (download)

db.h | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 translate __pmt() to __p() on non-glibc architectures

libc symbols.patch | (download)

btree/btree.h | 4 2 + 2 - 0 !
db/db.c | 8 4 + 4 - 0 !
mpool/mpool.c | 8 4 + 4 - 0 !
3 files changed, 10 insertions(+), 10 deletions(-)

 define symbols that were formerly libc-only

We aren't in libc any more, so we don't have to worry about polluting
libnss_db's namespace.

Bug-Debian: http://bugs.debian.org/163264
db_dump185.patch | (download)

Makefile | 7 6 + 1 - 0 !
db_dump185/db_dump185.1 | 956 956 + 0 - 0 !
db_dump185/db_dump185.c | 355 355 + 0 - 0 !
3 files changed, 1317 insertions(+), 1 deletion(-)

 add db_dump185 utility

This provides dump compatibility with legacy database files.