Commit graph

10 commits

Author SHA1 Message Date
adam
6c1c70df73 ldb: updated to 2.0.8
2.0.8:
Unknown changes
2019-12-30 09:43:54 +00:00
mef
1bdf4398f9 Recursive revbump based on devel/cmocka 1.1.3 -> 1.1.5 2019-11-23 08:45:45 +00:00
adam
dd5c39ea64 ldb: updated to 2.0.7
2.0.7:
Unknown changes
2019-11-10 16:58:06 +00:00
adam
09d8c003c9 ldb: updated to 1.5.5
1.5.5:
Unknown changes
2019-08-03 06:52:32 +00:00
jmcneill
bd131df5d2 Fixes a build failure when the letter 'j' appears in MAKEFLAGS. 2019-06-22 12:56:31 +00:00
maya
f34a8c24a3 PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
2019-04-25 07:32:34 +00:00
bsiegert
f5541c10b6 ldb: add dependency on openldap-client to fix PLIST mismatches.
From Michael Moll via Pull Request.
Fixes NetBSD/pkgsrc#45.
2019-04-04 08:07:54 +00:00
prlw1
9fbb94c483 Fix ldb build as per suggestion from wiz@ 2019-03-29 09:52:00 +00:00
adam
425904b9ab ldb: mark as incompatible with Python 2.7, since tdb required Python 3.x 2019-03-27 10:08:42 +00:00
adam
9c0ec01c90 ldb: added version 1.5.4
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')
2019-03-20 19:06:17 +00:00