Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libldb2-32bit | Distribution: openSUSE Tumbleweed |
Version: 2.6.1 | Vendor: openSUSE |
Release: 1.1 | Build date: Mon Oct 10 19:07:20 2022 |
Group: System/Libraries | Build host: obs-power8-01 |
Size: 1198375 | Source RPM: ldb-2.6.1-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://ldb.samba.org/ | |
Summary: An LDAP-like embedded database |
LDB is an LDAP-like embedded database. This package includes the ldb2 library.
LGPL-3.0-or-later
* Thu Sep 22 2022 Noel Power <nopower@suse.com> - Update to version 2.6.1 + CVE-2022-32746 Use-after-free occurring in database audit logging module; (bso#15009); (bsc#1201490); - Update to version 2.6.0 + ldb: bump version to 2.6.0 for Samba 4.17.x releases * Mon Aug 01 2022 Samuel Cabrero <scabrero@suse.de> - Update to version 2.5.2; + CVE-2022-32746: Use-after-free occurring in database audit logging module; (bso#15009); (bsc#1201490); * Thu Jun 16 2022 Samuel Cabrero <scabrero@suse.de> - Update to version 2.5.1 + Fix build problems; (bso#15071); * Tue Mar 22 2022 Samuel Cabrero <scabrero@suse.de> - Update to version 2.5.0 + No code changes, just bump version for samba 4.16.0 release * Thu Feb 24 2022 Ferdinand Thiessen <rpm@fthiessen.de> - Update to version 2.4.2 + Fix for CVE-2021-3670, ensure that the LDB request has not timed out during filter processing as the LDAP server MaxQueryDuration is otherwise not honoured. * Tue Jan 11 2022 Samuel Cabrero <scabrero@suse.de> - Modify packaging to allow parallel installation with libldb1 (bsc#1192684): + Private libraries are installed in %{_libdir}/ldb2/ + Modules are installed in %{_libdir}/ldb2/modules * Wed Nov 10 2021 Samuel Cabrero <scabrero@suse.de> - Update to version 2.4.1 + Corrected python behaviour for 'in' for LDAP attributes contained as part of ldb.Message; (bso#14845); + Fix memory handling in ldb.msg_diff; (bso#14836); + Corrected python docstrings * Fri Sep 17 2021 Samuel Cabrero <scabrero@suse.de> - Update to version 2.4.0 + Improve calculate_popt_array_length() + Use C99 initializers for builtin_popt_options[] + pyldb: Fix Message.items() for a message containing elements + pyldb: Add test for Message.items() + tests: Use ldbsearch '--scope instead of '-s' + pyldb: fix a typo + Change page size of guidindexpackv1.ldb + Use a 1MiB lmdb so the test also passes on aarch64 CentOS stream + attrib_handler casefold: simplify space dropping + fix ldb_comparison_fold off-by-one overrun + CVE-2020-27840: pytests: move Dn.validate test to ldb + CVE-2020-27840 ldb_dn: avoid head corruption in ldb_dn_explode + CVE-2021-20277 ldb/attrib_handlers casefold: stay in bounds + CVE-2021-20277 ldb tests: ldb_match tests with extra spaces + improve comments for ldb_module_connect_backend() + test/ldb_tdb: correct introductory comments + ldb.h: remove undefined async_ctx function signatures + correct comments in attrib_handers val_to_int64 + dn tests use cmocka print functions + ldb_match: remove redundant check + add tests for ldb_wildcard_compare + ldb_match: trailing chunk must match end of string + pyldb: catch potential overflow error in py_timestring + ldb: remove some 'if PY3's in tests + Add missing break in switch statement * Wed Mar 31 2021 Samuel Cabrero <scabrero@suse.de> - Update to ldb 2.3.0 * Wed Mar 24 2021 Noel Power <nopower@suse.com> - Release ldb 2.2.1 + CVE-2020-27840: samba: Unauthenticated remote heap corruption via bad DNs; (bso#14595); (bsc#1183572). + CVE-2021-20277: samba: out of bounds read in ldb_handler_fold; (bso#14655); (bsc#1183574). * Mon Oct 12 2020 Dominique Leuenberger <dimstar@opensuse.org> - Remove old if suse_version != 1110 || arch != i386 construct: unlikely the current package ever builds for 1110 && 386. * Fri Sep 11 2020 David Disseldorp <ddiss@suse.com> - Release ldb 2.2.0 + Fix memory leak in ldb_kv_index_dn_ordered(); (bso#14299) + Fix off-by-one increment in lldb_add_msg_attr; (bso#14413) * Fri Jul 03 2020 Noel Power <nopower@suse.com> - Release ldb 2.1.4 + CVE-2020-10730: NULL de-reference in AD DC LDAP server when ASQ and VLV combined; (bso#14364); (bsc#1173159) * Wed May 20 2020 David Mulder <david.mulder@suse.com> ldb: Bump version to 2.1.3; (bso#14330) * Tue Apr 28 2020 Noel Power <nopower@suse.com> - Release ldb 2.1.2 + CVE-2020-10700: ldb: Always use ldb_next_request() in ASQ module; ;(bso#14331); (bsc#1169850). * Fri Mar 06 2020 Noel Power <nopower@suse.com> - Release ldb 2.1.1 + Samba 4.11 and later give incorrect results for SCOPE_ONE searches; (bso#14270). * Wed Jan 22 2020 David Mulder <david.mulder@suse.com> ldb: Release ldb 2.0.8 + Upgrade waf to version 2.0.18 to match the rest of Samba 4.11.x (bso#13846) * Fri Jan 17 2020 David Mulder <dmulder@suse.com> - libldb1 fails to migrate to libldb2 when libldb2 version is less than libldb1 version; (bsc#1160341) * Thu Dec 19 2019 Noel Power <nopower@suse.com> - Add obsolete ldb1 directive to baselibs.conf * Thu Oct 03 2019 James McDonough <jmcdonough@suse.com> - Update to version 2.0.7 + Robustness improvements against duplicate attributes in ldb_filter_attrs() (bso#13695) + Robustness improvements against invalid string DN values (bso#14049) + log database repack so users know what is happening (bso#14059) + add ldb_options_get + add "batch_mode" option. + Remove Python 2.x support except to build just the bare C library + Remove --extra-python (a build time mode to produce Python2 and Python3 bindings at the same time) + Fix standalone build of ldb. + CVE-2019-3824 out of bounds read in wildcard compare (bso#13773) * Thu Aug 01 2019 Samuel Cabrero <scabrero@suse.de> - Update to 1.5.5 + LDAP_REFERRAL_SCHEME_OPAQUE was added to ldb_module.h; (bso#12478); + Skip @ records early in a search full scan; (bso#13893); * Tue Mar 05 2019 David Mulder <dmulder@suse.com> - Update to 1.5.4 + Fix standalone build of ldb. + C99 build fixes. + CVE-2019-3824 out of bounds read in wildcard compare (bug#13773) - Update to 1.5.3 + Avoid inefficient one-level searches (bug#13762) + The test api.py should not rely on order of entries in dict (bug#13772) * Wed Feb 06 2019 David Mulder <dmulder@suse.com> - Update to 1.5.2 + dirsync: Allow arbitrary length cookies (bug #13686) + The build uses python3 by default: --extra-python would take python2 now + To build with python2 only use: PYTHON=python2 ./configure PYTHON=python2 make PYTHON=python2 make install
/usr/lib/ldb2 /usr/lib/ldb2/libcmocka-ldb.so /usr/lib/ldb2/libldb-key-value.so /usr/lib/ldb2/libldb-tdb-err-map.so /usr/lib/ldb2/libldb-tdb-int.so /usr/lib/ldb2/modules /usr/lib/ldb2/modules/ldb /usr/lib/ldb2/modules/ldb/asq.so /usr/lib/ldb2/modules/ldb/ldb.so /usr/lib/ldb2/modules/ldb/paged_searches.so /usr/lib/ldb2/modules/ldb/rdn_name.so /usr/lib/ldb2/modules/ldb/sample.so /usr/lib/ldb2/modules/ldb/server_sort.so /usr/lib/ldb2/modules/ldb/skel.so /usr/lib/ldb2/modules/ldb/tdb.so /usr/lib/libldb.so.2 /usr/lib/libldb.so.2.6.1
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Mar 9 11:17:46 2023