./databases/ldb, LDAP-like embedded database

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q4, Version: 2.0.8, Package name: ldb-2.0.8, Maintainer: pkgsrc-users

ldb is a LDAP-like embedded database. It is not at all LDAP standards
compliant, so if you want a standards compliant database then please see the
excellent OpenLDAP project.

What ldb does is provide a fast database with an LDAP-like API designed to be
used within an application. In some ways it can be seen as a intermediate
solution between key-value pair databases and a real LDAP database.

ldb is the database engine used in Samba4.

Features:
* The main features that separate ldb from other solutions are:
* Safe multi-reader, multi-writer, using byte range locking
* LDAP-like API
* fast operation
* choice of local tdb or remote LDAP backends
* integration with talloc
* schema-less operation, for trivial setup
* modules for extensions (such as schema support)
* easy setup of indexes and attribute properties
* LDIF for import/export
* ldbedit tool for database (via LDIF) editing (reminiscent of 'vipw')


Required to run:
[databases/lmdb] [databases/tdb] [devel/tevent] [devel/popt] [devel/talloc] [devel/cmocka] [lang/python37]

Required to build:
[textproc/docbook-xsl] [textproc/libxslt] [pkgtools/cwrappers]

Master sites:

SHA1: f6d264171b84b15293bd5fce4ced655b4f6a6d9e
RMD160: 887f897e14115a70bec1cc68a44754da3bfce73b
Filesize: 1637.6 KB

Version history: (Expand)


CVS history: (Expand)


   2020-01-29 13:50:10 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #6130 - requested by taca
databases/ldb: dependent update (for samba4)

Revisions pulled up:
- databases/ldb/Makefile                                        1.9
- databases/ldb/distinfo                                        1.5

---
   Module Name:	pkgsrc
   Committed By:	adam
   Date:		Mon Dec 30 09:43:54 UTC 2019

   Modified Files:
   	pkgsrc/databases/ldb: Makefile distinfo

   Log message:
   ldb: updated to 2.0.8

   2.0.8:
   Unknown changes