Hello community, here is the log from the commit of package ldb for openSUSE:Factory checked in at 2019-10-17 12:17:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ldb (Old) and /work/SRC/openSUSE:Factory/.ldb.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ldb" Thu Oct 17 12:17:47 2019 rev:44 rq:738315 version:2.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/ldb/ldb.changes 2019-09-07 11:27:58.114475199 +0200 +++ /work/SRC/openSUSE:Factory/.ldb.new.2352/ldb.changes 2019-10-17 12:17:53.611833973 +0200 @@ -1,0 +2,16 @@ +Thu Oct 03 22:08:14 UTC 2019 - James McDonough <[email protected]> + +- 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) + +------------------------------------------------------------------- Old: ---- ldb-1.5.5.tar.asc ldb-1.5.5.tar.gz New: ---- ldb-2.0.7.tar.asc ldb-2.0.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ldb.spec ++++++ --- /var/tmp/diff_new_pack.To21xZ/_old 2019-10-17 12:17:54.439831896 +0200 +++ /var/tmp/diff_new_pack.To21xZ/_new 2019-10-17 12:17:54.443831886 +0200 @@ -27,9 +27,9 @@ %endif %define lmdb_version 0.9.16 -%define talloc_version 2.1.15 -%define tdb_version 1.3.17 -%define tevent_version 0.9.38 +%define talloc_version 2.2.0 +%define tdb_version 1.4.2 +%define tevent_version 0.10.0 Name: ldb BuildRequires: docbook-xsl-stylesheets @@ -57,7 +57,7 @@ %endif Url: https://ldb.samba.org/ -Version: 1.5.5 +Version: 2.0.7 Release: 0 Summary: An LDAP-like embedded database License: LGPL-3.0-or-later @@ -73,26 +73,28 @@ LDB is an LDAP-like embedded database. -%package -n libldb1 +%package -n libldb2 Summary: An LDAP-like embedded database Group: System/Libraries +Provides: libldb1 = %{version} +Obsoletes: libldb1 < %{version} -%description -n libldb1 +%description -n libldb2 LDB is an LDAP-like embedded database. -This package includes the ldb1 library. +This package includes the ldb2 library. %package -n libldb-devel -Summary: Libraries and Header Files to Develop Programs with ldb1 Support +Summary: Libraries and Header Files to Develop Programs with ldb2 Support Group: Development/Libraries/C and C++ -Requires: libldb1 = %{version} +Requires: libldb2 = %{version} Requires: pkg-config %description -n libldb-devel LDB is an LDAP-like embedded database. -Libraries and Header Files to Develop Programs with ldb1 Support. +Libraries and Header Files to Develop Programs with ldb2 Support. %package -n ldb-tools @@ -106,7 +108,7 @@ %package -n python3-ldb Summary: Python3 bindings for the LDB library Group: Development/Libraries/Python -Requires: libldb1 = %{version} +Requires: libldb2 = %{version} Obsoletes: python-ldb %description -n python3-ldb @@ -175,15 +177,15 @@ sed -i 's;-lpyldb-util.%{py3_soflags_dash};-lpyldb-util.%{py3_soflags};g' %{buildroot}/%{_libdir}/pkgconfig/pyldb-util.%{py3_soflags}.pc -%post -n libldb1 -p /sbin/ldconfig +%post -n libldb2 -p /sbin/ldconfig -%postun -n libldb1 -p /sbin/ldconfig +%postun -n libldb2 -p /sbin/ldconfig %post -n python3-ldb -p /sbin/ldconfig %postun -n python3-ldb -p /sbin/ldconfig -%files -n libldb1 +%files -n libldb2 %defattr(-,root,root) %{_libdir}/libldb.so.* %dir %{_libdir}/ldb ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.To21xZ/_old 2019-10-17 12:17:54.475831806 +0200 +++ /var/tmp/diff_new_pack.To21xZ/_new 2019-10-17 12:17:54.479831796 +0200 @@ -1,2 +1,2 @@ -libldb1 +libldb2 python3-ldb ++++++ ldb-1.5.5.tar.gz -> ldb-2.0.7.tar.gz ++++++ ++++ 25683 lines of diff (skipped)
