db1-compat 2.1.3-25 source package in Ubuntu

Changelog

db1-compat (2.1.3-25) unstable; urgency=medium

  * Add missing #include to db_dump185 (closes: #1066389).

 -- Colin Watson <email address hidden>  Wed, 13 Mar 2024 12:26:57 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Sid
Original maintainer:
Colin Watson
Architectures:
any
Section:
oldlibs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
db1-compat_2.1.3-25.dsc 1.9 KiB 37da0761773332cc57a5b90d192ca7eee062554b027583417f5fcb0fa92ab857
db1-compat_2.1.3.orig.tar.gz 66.2 KiB b01f560f00a67f921e678586d903969015b0c9cec6c18b1679b7e9fd6d27394e
db1-compat_2.1.3-25.debian.tar.xz 16.8 KiB 5c3773cf41105ccbe9d07d42b90013e40ab09b8f615d5cecbac298aa72cbb9db

Available diffs

No changes file available.

Binary packages built by this source

libdb1-compat: Berkeley database routines [glibc 2.0/2.1 compatibility]

 libdb is a library for manipulating database files, developed at Berkeley.
 .
 It supports three kinds of file formats:
  * btree. A representation of a sorted, balanced tree structure.
  * hashed. An extensible, dynamic hashing scheme.
  * UNIX file oriented. A byte stream file with fixed or variable length
    records.
 .
 This library exists for compatibility with applications built against
 glibc 2.0 or 2.1. There is intentionally no corresponding development
 package. Do not link new applications against this library!

libdb1-compat-dbgsym: debug symbols for libdb1-compat