Package liblmdb: Information

    Source package: liblmdb
    Version: 0.9.33-alt1
    Latest version according to Repology
    Build time:  Oct 25, 2024, 04:33 AM in the task #360625
    Category: System/Libraries
    Report package bug
    License: OLDAP-2.8
    Summary: Symas Lightning Memory-Mapped Database
    Description: 
    Lighting Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact
    key-value embedded data store developed for the OpenLDAP Project. It
    uses memory-mapped files, so it has the read performance of a pure
    in-memory database while still offering the persistence of standard
    disk-based databases, and is only limited to the size of the virtual
    address space, (it is not limited to the size of physical RAM).

    List of RPM packages built from this SRPM:
    liblmdb (x86_64, ppc64le, i586, aarch64)
    liblmdb-debuginfo (x86_64, ppc64le, i586, aarch64)
    liblmdb-devel (x86_64, ppc64le, i586, aarch64)
    lmdb-utils (x86_64, ppc64le, i586, aarch64)
    lmdb-utils-debuginfo (x86_64, ppc64le, i586, aarch64)

    Maintainer: Evgeny Sinelnikov



    Last changed


    Oct. 25, 2024 Evgeny Sinelnikov 0.9.33-alt1
    - Updated to 0.9.33.
    - Major fixes from upstream:
      + mdb_page_search: fix error code when DBI record is missing (ITS#9037);
      + Fix meta page usage by read only tools (ITS#10212).
    March 11, 2024 Evgeny Sinelnikov 0.9.32-alt1
    - Updated to 0.9.32.
    - Add lmdb.pc pkg-config file from Fedora to development subpackages.
    Oct. 4, 2023 Alexey Shabalin 0.9.31-alt1
    - Updated to 0.9.31.