- Update to 1.1.24.
+ fix LDAP \00 search expression attack DoS; CVE-2015-3223; (bso#11325) + fix remote read memory exploit in LDB; CVE-2015-5330; (bso#11599) + move ldb_(un)pack_data into ldb_module.h for testing + fix installation of _ldb_text.py + fix propagation of LDB errors through TDB + fix bug triggered by having an empty message in database during search OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=90
This commit is contained in:
committed by
Git OBS Bridge
parent
76a43553e0
commit
787c85092f
14
ldb.spec
14
ldb.spec
@@ -24,9 +24,9 @@
|
||||
%define with_python3 0
|
||||
%endif
|
||||
|
||||
%define talloc_version 2.1.4
|
||||
%define tdb_version 1.3.7
|
||||
%define tevent_version 0.9.25
|
||||
%define talloc_version 2.1.5
|
||||
%define tdb_version 1.3.8
|
||||
%define tevent_version 0.9.26
|
||||
|
||||
Name: ldb
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
@@ -50,13 +50,13 @@ BuildRequires: python3-devel
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Url: http://ldb.samba.org/
|
||||
Version: 1.1.23
|
||||
Version: 1.1.24
|
||||
Release: 0
|
||||
Summary: An LDAP-like embedded database
|
||||
License: GPL-3.0+
|
||||
Group: System/Libraries
|
||||
Source: http://download.samba.org/pub/ldb/ldb-%{version}.tar.gz
|
||||
Source1: http://download.samba.org/pub/ldb/ldb-%{version}.tar.asc
|
||||
Source: https://download.samba.org/pub/ldb/ldb-%{version}.tar.gz
|
||||
Source1: https://download.samba.org/pub/ldb/ldb-%{version}.tar.asc
|
||||
Source2: ldb.keyring
|
||||
Source4: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -193,7 +193,7 @@ doxygen Doxyfile
|
||||
rm -f apidocs/man/man3/_*_ldb-%{version}_include_.3
|
||||
|
||||
%check
|
||||
%ifnarch ppc64
|
||||
%ifnarch ppc64 s390x
|
||||
LD_LIBRARY_PATH="bin/shared:bin/shared/private" \
|
||||
LDB_MODULES_PATH="bin/modules" \
|
||||
%{__make} test
|
||||
|
Reference in New Issue
Block a user