Path to this page:
./
databases/ldb,
LDAP-like embedded database
Branch: pkgsrc-2019Q2,
Version: 1.5.5,
Package name: ldb-1.5.5,
Maintainer: pkgsrc-usersldb 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/tdb] [
databases/lmdb] [
lang/python37] [
devel/cmocka] [
devel/popt] [
devel/talloc] [
devel/tevent]
Required to build:[
pkgtools/cwrappers] [
textproc/libxslt] [
textproc/docbook-xsl]
Master sites:
SHA1: bb56c58707e7479ab9b3201b43973d4f33bdd4ca
RMD160: 410618399179fd9b8bd36bc2e43c8c3f22812482
Filesize: 1590.889 KB
Version history: (Expand)
- (2019-09-15) Updated to version: ldb-1.5.5
- (2019-07-04) Package added to pkgsrc.se, version ldb-1.5.4nb2 (created)
CVS history: (Expand)
2019-09-15 11:11:02 by Benny Siegert | Files touched by this commit (6) | |
Log message:
Pullup ticket #6047 - requested by taca
databases/ldb: dependent update
net/samba4: security fix
Revisions pulled up:
- databases/ldb/Makefile 1.6
- databases/ldb/buildlink3.mk 1.2
- databases/ldb/distinfo 1.3
- net/samba4/Makefile 1.75,1.77-1.78
- net/samba4/PLIST 1.23
- net/samba4/distinfo 1.33-1.35
---
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jul 20 22:46:59 UTC 2019
Modified Files:
pkgsrc/net/samba4: Makefile buildlink3.mk
Log message:
*: recursive bump for nettle 3.5.1
---
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jul 21 22:26:08 UTC 2019
Modified Files:
pkgsrc/net/samba4: Makefile
Log message:
*: recursive bump for gdk-pixbuf2-2.38.1
---
Module Name: pkgsrc
Committed By: adam
Date: Sat Aug 3 06:54:39 UTC 2019
Modified Files:
pkgsrc/net/samba4: Makefile PLIST distinfo
Log message:
samba4: updated to 4.10.6
Changes 4.10.6:
* BUG 13956: s3: winbind: Fix crash when invoking winbind idmap scripts.
* BUG 13964: smbd does not correctly parse arguments passed to dfree and
quota scripts.
* BUG 13965: samba-tool dns: use bytes for inet_ntop.
* BUG 13828: samba-tool domain provision: Fix --interactive module in
python3.
* BUG 13893: ldb_kv: Skip @ records early in a search full scan.
* BUG 13981: docs: Improve documentation of "lanman auth" and \
"ntlm auth"
connection.
* BUG 14002: python/ntacls: Use correct "state directory" smb.conf \
option
instead of "state dir".
* BUG 13840: registry: Add a missing include.
* BUG 13944: Fix SMB guest authentication.
* BUG 13958: AppleDouble conversion breaks Resourceforks.
* BUG 13968: vfs_fruit makes direct use of syscalls like mmap() and pread().
* BUG 13987: s3:mdssvc: Fix flex compilation error.
* BUG 13872: s3/vfs_glusterfs[_fuse]: Avoid using NAME_MAX directly:
* BUG 13799: dsdb:samdb: schemainfo update with relax control.
* BUG 13964: s3:util: Move static file_pload() function to lib/util.
* BUG 13957: smbd: Fix a panic.
* BUG 12478: ldap server: Generate correct referral schemes.
* BUG 13941: s4 dsdb/repl_meta_data: fix use after free in
dsdb_audit_add_ldb_value.
* BUG 13942: s4 dsdb: Fix use after free in
samldb_rename_search_base_callback.
* BUG 12204: dsdb/repl: we need to replicate the whole schema before we can
apply it.
* BUG 12478: ldb: Release ldb 1.5.5
* BUG 13713: Schema replication fails if link crosses chunk boundary
backwards.
* BUG 13799: 'samba-tool domain schemaupgrade' uses relax control and skips
the schemaInfo update provision.
* BUG 13916: dsdb_audit: avoid printing "... remote host [Unknown]
SID [(NULL SID)] ..."
* BUG 13917: python/ntacls: We only need security.SEC_STD_READ_CONTROL in
order to get the ACL.
* BUG 13947: s3:loadparm: Ensure to truncate FS Volume Label at multibyte
boundary.
* BUG 13939: Using Kerberos credentials to print using spoolss doesn't work.
* BUG 13998: wafsamba: Use native waf timer.
* BUG 13984: ctdb-scripts: Fix tcp_tw_recycle existence check.
---
Module Name: pkgsrc
Committed By: wiz
Date: Sun Aug 11 13:25:21 UTC 2019
Modified Files:
pkgsrc/net/samba4: Makefile
Log message:
Bump PKGREVISIONs for perl 5.30.0
---
Module Name: pkgsrc
Committed By: adam
Date: Fri Aug 23 10:52:41 UTC 2019
Modified Files:
pkgsrc/net/samba4: Makefile distinfo
Log message:
samba4: updated to 4.10.7
Samba 4.10.7
* BUG 14010: Unable to create or rename file/directory inside shares
configured with vfs_glusterfs_fuse module.
* BUG 13844: build: Allow build when '--disable-gnutls' is set.
* BUG 13973: samba-tool: Add 'import samba.drs_utils' to fsmo.py.
* BUG 14008: Fix 'Error 32 determining PSOs in system' message on old DB
with FL upgrade.
* BUG 14021: s4/libnet: Fix joining a Windows pre-2008R2 DC.
* BUG 14046: join: Use a specific attribute order for the DsAddEntry
nTDSDSA object.
* BUG 14015: vfs_catia: Pass stat info to synthetic_smb_fname().
* BUG 14091: lookup_name: Allow own domain lookup when flags == 0.
* BUG 13932: s4 librpc rpc pyrpc: Ensure tevent_context deleted last.
* BUG 13915: DEBUGC and DEBUGADDC doesn't print into a class specific log
file.
* BUG 13949: Request to keep deprecated option "server schannel",
VMWare Quickprep requires "auto".
* BUG 13967: dbcheck: Fallback to the default tombstoneLifetime of 180 days.
* BUG 13969: dnsProperty fails to decode values from older Windows versions.
* BUG 13973: samba-tool: Use only one LDAP modify for dns partition fsmo
role transfer.
* BUG 13960: third_party: Update waf to version 2.0.17.
* BUG 14051: netcmd: Allow 'drs replicate --local' to create partitions.
* BUG 14017: ctdb-config: Depend on /etc/ctdb/nodes file.
---
Module Name: pkgsrc
Committed By: adam
Date: Tue Sep 3 19:11:58 UTC 2019
Modified Files:
pkgsrc/net/samba4: Makefile distinfo
Log message:
samba4: updated to 4.10.8
Samba 4.10.8:
This is a security release in order to address the following defect:
o CVE-2019-10197: Combination of parameters and permissions can allow user
to escape from the share path definition.
---
Module Name: pkgsrc
Committed By: adam
Date: Sat Aug 3 06:52:32 UTC 2019
Modified Files:
pkgsrc/databases/ldb: Makefile buildlink3.mk distinfo
Log message:
ldb: updated to 1.5.5
1.5.5:
Unknown changes
|