Package libtdb: Information

    Source package: libtdb
    Version: 1.4.4-alt2
    Build time:  Apr 13, 2023, 05:28 PM in the task #316738
    Category: System/Libraries
    Report package bug
    License: LGPLv3+
    Summary: A trivial database system
    Description: 
    This is a simple database API. It was inspired by the realisation that
    in Samba we have several ad-hoc bits of code that essentially
    implement small databases for sharing structures between parts of
    Samba. As I was about to add another I realised that a generic
    database module was called for to replace all the ad-hoc bits.
    
    I based the interface on gdbm. I couldn't use gdbm as we need to be
    able to have multiple writers to the databases at one time.
    
    (I == tridge@samba.org)
    
    This is the primary library.

    List of rpms provided by this srpm:
    libtdb (x86_64, ppc64le, i586, armh, aarch64)
    libtdb-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libtdb-devel (x86_64, ppc64le, i586, armh, aarch64)
    python3-module-tdb (x86_64, ppc64le, i586, armh, aarch64)
    python3-module-tdb-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    tdb-utils (x86_64, ppc64le, i586, armh, aarch64)
    tdb-utils-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Evgeny Sinelnikov


      1. python3-devel
      2. docbook-dtds
      3. docbook-style-xsl
      4. rpm-build-python3
      5. xsltproc

    Last changed


    March 6, 2022 Evgeny Sinelnikov 1.4.4-alt2
    - Apply patch libtdb-revert-breaking-tdb.h.patch from fedora
      (resolved sssd#5793 on github, rhbz#1983011)
    Oct. 7, 2021 Evgeny Sinelnikov 1.4.4-alt1
    - Update to release for samba-4.15.0
    Feb. 5, 2020 Evgeny Sinelnikov 1.4.3-alt1
    - Update to latest release without crypt replace
    - Set license to LGPLv3+