databases/db4 - The NetBSD Packages Collection

Berkeley DB version 4 from Oracle

Berkeley DB is an embeddable database system that supports keyed access to
data. The software is distributed in source code form, and developers can
compile and link the source code into a single library for inclusion
directly in their applications.

Developers may choose to store data in any of several different storage
structures to satisfy the requirements of a particular application. In
database terminology, these storage structures and the code that operates on
them are called access methods. The library includes support for the
following access methods:

   * B+tree: Stores keys in sorted order, using either a programmer-supplied
     ordering function or a default function that does lexicographical
     ordering of keys. Applications may perform equality or range searches.
   * Hashing: Stores records in a hash table for fast searches based on
     strict equality. Extended Linear Hashing modifies the hash function
     used by the table as new records are inserted, in order to keep buckets
     underfull in the steady state.
   * Fixed and Variable-Length Records: Stores fixed- or variable-length
     records in sequential order. Record numbers may be immutable or
     mutable, i.e., permitting new records to be inserted between existing
     records or requiring that new records be added only at the end of the
     database.

Build dependencies

devel/libtool-base pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

(none)

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64db4-4.8.30nb1.tgz
NetBSD 10.0aarch64db4-4.8.30nb1.tgz
NetBSD 10.0aarch64db4-4.8.30nb1.tgz
NetBSD 10.0aarch64ebdb4-4.8.30nb1.tgz
NetBSD 10.0aarch64ebdb4-4.8.30nb1.tgz
NetBSD 10.0alphadb4-4.8.30nb1.tgz
NetBSD 10.0earmv4db4-4.8.30nb1.tgz
NetBSD 10.0earmv4db4-4.8.30nb1.tgz
NetBSD 10.0earmv6hfdb4-4.8.30nb1.tgz
NetBSD 10.0earmv6hfdb4-4.8.30nb1.tgz
NetBSD 10.0earmv6hfdb4-4.8.30nb1.tgz
NetBSD 10.0earmv7hfdb4-4.8.30nb1.tgz
NetBSD 10.0earmv7hfdb4-4.8.30nb1.tgz
NetBSD 10.0earmv7hfdb4-4.8.30nb1.tgz
NetBSD 10.0i386db4-4.8.30nb1.tgz
NetBSD 10.0i386db4-4.8.30nb1.tgz
NetBSD 10.0m68kdb4-4.8.30nb1.tgz
NetBSD 10.0m68kdb4-4.8.30nb1.tgz
NetBSD 10.0mips64ebdb4-4.8.30nb1.tgz
NetBSD 10.0powerpcdb4-4.8.30nb1.tgz
NetBSD 10.0x86_64db4-4.8.30nb1.tgz
NetBSD 10.0_BETAx86_64db4-4.8.30nb1.tgz
NetBSD 8.0i386db4-4.8.30nb1.tgz
NetBSD 8.0i386db4-4.8.30nb1.tgz
NetBSD 8.0i386db4-4.8.30nb1.tgz
NetBSD 8.0powerpcdb4-4.8.30nb1.tgz
NetBSD 8.0powerpcdb4-4.8.30nb1.tgz
NetBSD 8.0powerpcdb4-4.8.30nb1.tgz
NetBSD 8.0powerpcdb4-4.8.30nb1.tgz
NetBSD 8.0x86_64db4-4.8.30nb1.tgz
NetBSD 8.0x86_64db4-4.8.30nb1.tgz
NetBSD 8.0x86_64db4-4.8.30nb1.tgz
NetBSD 9.0aarch64db4-4.8.30nb1.tgz
NetBSD 9.0aarch64db4-4.8.30nb1.tgz
NetBSD 9.0aarch64db4-4.8.30nb1.tgz
NetBSD 9.0alphadb4-4.8.30nb1.tgz
NetBSD 9.0alphadb4-4.8.30nb1.tgz
NetBSD 9.0earmdb4-4.8.30nb1.tgz
NetBSD 9.0earmv4db4-4.8.30nb1.tgz
NetBSD 9.0earmv4db4-4.8.30nb1.tgz
NetBSD 9.0earmv4db4-4.8.30nb1.tgz
NetBSD 9.0earmv6hfdb4-4.8.30nb1.tgz
NetBSD 9.0earmv6hfdb4-4.8.30nb1.tgz
NetBSD 9.0earmv6hfdb4-4.8.30nb1.tgz
NetBSD 9.0earmv7hfdb4-4.8.30nb1.tgz
NetBSD 9.0earmv7hfdb4-4.8.30nb1.tgz
NetBSD 9.0earmv7hfdb4-4.8.30nb1.tgz
NetBSD 9.0i386db4-4.8.30nb1.tgz
NetBSD 9.0i386db4-4.8.30nb1.tgz
NetBSD 9.0m68kdb4-4.8.30nb1.tgz
NetBSD 9.0m68kdb4-4.8.30nb1.tgz
NetBSD 9.0m68kdb4-4.8.30nb1.tgz
NetBSD 9.0mips64ebdb4-4.8.30nb1.tgz
NetBSD 9.0mipseldb4-4.8.30nb1.tgz
NetBSD 9.0powerpcdb4-4.8.30nb1.tgz
NetBSD 9.0powerpcdb4-4.8.30nb1.tgz
NetBSD 9.0powerpcdb4-4.8.30nb1.tgz
NetBSD 9.0sparc64db4-4.8.30nb1.tgz
NetBSD 9.0x86_64db4-4.8.30nb1.tgz
NetBSD 9.0x86_64db4-4.8.30nb1.tgz
NetBSD 9.3x86_64db4-4.8.30nb1.tgz
NetBSD 9.3x86_64db4-4.8.30nb1.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

doc
Include the documentation.

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.