SHA256
1
0
forked from pool/ldb

Accepting request 629476 from home:dmulder:branches:ldb_fix

- Add fix_ldb_mod_op_test.patch: Fix missing NULL terminator in
  ldb_mod_op_test testsuite
- Update to 1.3.5
  + Security fix for CVE-2018-1140 (NULL pointer de-reference,
    bug #13374).
- 1.3.4
  + Fix memory leaks and missing error checks (bug #13459, #13471,
    #13475).
  + Fix fallback to full scan (performance regression) on
    one-level search (bug #13448).
  + Fix read corruption (missing results) during writes,
    particularly during a Samba subtree rename (bug #13452).

OBS-URL: https://build.opensuse.org/request/show/629476
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=125
This commit is contained in:
2018-08-15 22:13:10 +00:00
committed by Git OBS Bridge
parent 4f76a2cd37
commit 934e8f88bb
7 changed files with 68 additions and 15 deletions

View File

@@ -55,7 +55,7 @@ BuildRequires: python-talloc-devel >= %{talloc_version}
BuildRequires: libtirpc-devel
%endif
Url: https://ldb.samba.org/
Version: 1.3.3
Version: 1.3.5
Release: 0
Summary: An LDAP-like embedded database
License: GPL-3.0-or-later
@@ -65,6 +65,7 @@ Source1: https://download.samba.org/pub/ldb/ldb-%{version}.tar.asc
Source2: ldb.keyring
Source4: baselibs.conf
Patch0: ldb-python3.5-fix-soabi_name.patch
Patch1: fix_ldb_mod_op_test.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -145,6 +146,7 @@ LDB library.
%prep
%setup -n ldb-%{version} -q
%patch0 -p1
%patch1 -p1
%build
%if 0%{?suse_version} > 1110