Commit graph

19 commits

Author SHA1 Message Date
adam
fed67d0974 ldb: updated to 2.1.4
2.1.4:
Unknown changes
2020-07-06 14:29:42 +00:00
adam
9ec0a65ea2 net/samba4 databases/ldb: updated to 4.12.3 2.1.3
Changes 4.12.3:
* BUG 14301: Fix smbd panic on force-close share during async io.
* BUG 14343: s3: vfs_full_audit: Add missing fcntl entry in vfs_op_names[]
  array.
* BUG 14361: vfs_io_uring: Fix data corruption with Windows clients.
* BUG 14372: Fix smbd crashes when MacOS Catalina connects if iconv
  initialization fails.
* BUG 14150: Exporting from macOS Adobe Illustrator creates multiple copies.
* BUG 14256: smbd does a chdir() twice per request.
* BUG 14320: smbd mistakenly updates a file's write-time on close.
* BUG 14350: vfs_shadow_copy2: implement case canonicalisation in
  shadow_copy2_get_real_filename().
* BUG 14375: Fix Windows 7 clients problem after upgrading samba file server.
* BUG 14359: s3: Pass DCE RPC handle type to create_policy_hnd.
* BUG 14155: Fix uxsuccess test with new MIT krb5 library 1.18.
* BUG 14342: mit-kdc: Explicitly reject S4U requests.
* BUG 14352: dbwrap_watch: Set rec->value_valid while returning nested
  share_mode_do_locked().
* BUG 14345: lib:util: Fix smbclient -l basename dir.
* BUG 14336: s3:libads: Fix ads_get_upn().
* BUG 14348: ctdb: Fix a memleak.
* BUG 14366: Malicous SMB1 server can crash libsmbclient.
* BUG 14330: ldb: Bump version to 2.1.3, LMDB databases can grow without
  bounds
* BUG 14361: vfs_io_uring: Fix data corruption with Windows clients.
* BUG 14344: s3/librpc/crypto: Fix double free with unresolved credential
  cache.
* BUG 14358: docs-xml: Fix usernames in pam_winbind manpages.
2020-05-19 16:51:43 +00:00
gutteridge
efd4d4b803 ldb: pkgsrc toolify previous (preferred sed may not be "sed") 2020-05-19 00:21:01 +00:00
hauke
9da2f152fe Unbreak building without ldap support - the library got built and
installed, anyway, resulting in a PLIST error.

ldb's snazzy little build system has no official configuration option
for this, so we reach in and flick the switch by hand.
2020-05-18 15:39:20 +00:00
adam
e2877241cd ldb: updated to 2.1.2
2.1.2:
Unknown changes
2020-04-29 10:00:12 +00:00
adam
c50f6522dd ldb: updated to 2.1.1
2.1.1:
Unknown changes (needed for Samba 4.12.0).
2020-04-02 11:19:09 +00:00
tnn
d74645c379 ldb: add ldap PKG_OPTION. Otherwise net/samba4's ldap option can't work. 2020-03-18 00:29:38 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
jperkin
26c1bffc9f *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
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