Accepting request 349192 from network:samba:STABLE
- 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/request/show/349192 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldb?expand=0&rev=27
This commit is contained in:
commit
97604ea61a
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iQEcBAABAgAGBQJWPKt1AAoJEEeTkWETCEAl+6oH/R5jor1G2qouI52wI/s50luD
|
|
||||||
kaS7AGLTN4owtLXkyGuWs9XEV3VFyFN0uGQOUFYTkRlqw3gOVD4DvvWJb9xPjlkf
|
|
||||||
sNNSCCpcLu1hmoPiy5Tvh6sjustbx1cuAn6jjsYRT81L+qPY4qbGYrqh2BsV9Nxk
|
|
||||||
MzI1KT3ax1u0jdRj+mYfT2vO3ZibuIVjUaQb9OTMhy8syMP2XAj8taHj7qekWlZz
|
|
||||||
TuBfhBmf+LCY8TnIhpSDRusg+CajjsFylWeb1Gb5sBrDtfYq2KLT8qpvZB/G4o93
|
|
||||||
A7wCqqZ9a3hdY46pqAD0a3z4qUAiNM64IgNXIESYswxvF/oagB4NPToGSuFVny4=
|
|
||||||
=yfFU
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8f8b2f7f04b24c847d088a091e6a2261ac6c7810fc711f553d3b61a3dee39559
|
|
||||||
size 1258249
|
|
11
ldb-1.1.24.tar.asc
Normal file
11
ldb-1.1.24.tar.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iQEcBAABAgAGBQJWaWI5AAoJEEeTkWETCEAl9ykH+wR1+bh5+Mdzet2DYtvzN38Q
|
||||||
|
0XRvKsSnfrSX5lJYM5JGboGbyZ1vmeD0t1HB5ffqNeBdRIS54m6hn/rbHnNoX4nP
|
||||||
|
umsYHnY4iAffOn1KkE0tKPPCpc5584dDTVo/FoMtjWc6cYA25Zr9czuaqlcOiflh
|
||||||
|
ygDR3O3oq1aN7d+AOhiy5iUVttUZ3Tj7fJB3O4HkdDxCmXDrCIvqzUsYw4vjmzxB
|
||||||
|
J0bmrweQJM7ueSpJgCtBpQdaRk6jkQsoDaXqlxIG/aOe6c2wsE2r3UwleLYNsGJV
|
||||||
|
2cQM/HeufsuiXBbNeB1fEBTgFzeRc49H/gXF6P5tJS/NC+An++3/MjeiyVLSCBk=
|
||||||
|
=X5Bb
|
||||||
|
-----END PGP SIGNATURE-----
|
3
ldb-1.1.24.tar.gz
Normal file
3
ldb-1.1.24.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:45e9f52473f0d013f0ea090cce35d6836a6e67e8d4dcdd7077dabdf8b1314b21
|
||||||
|
size 1258405
|
11
ldb.changes
11
ldb.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 10 16:10:32 UTC 2015 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 11 17:53:45 UTC 2015 - lmuelle@suse.com
|
Wed Nov 11 17:53:45 UTC 2015 - lmuelle@suse.com
|
||||||
|
|
||||||
|
16
ldb.spec
16
ldb.spec
@ -24,9 +24,9 @@
|
|||||||
%define with_python3 0
|
%define with_python3 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define talloc_version 2.1.4
|
%define talloc_version 2.1.5
|
||||||
%define tdb_version 1.3.7
|
%define tdb_version 1.3.8
|
||||||
%define tevent_version 0.9.25
|
%define tevent_version 0.9.26
|
||||||
|
|
||||||
Name: ldb
|
Name: ldb
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
@ -49,14 +49,14 @@ BuildRequires: python3-devel
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
Url: http://ldb.samba.org/
|
Url: https://ldb.samba.org/
|
||||||
Version: 1.1.23
|
Version: 1.1.24
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An LDAP-like embedded database
|
Summary: An LDAP-like embedded database
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: http://download.samba.org/pub/ldb/ldb-%{version}.tar.gz
|
Source: https://download.samba.org/pub/ldb/ldb-%{version}.tar.gz
|
||||||
Source1: http://download.samba.org/pub/ldb/ldb-%{version}.tar.asc
|
Source1: https://download.samba.org/pub/ldb/ldb-%{version}.tar.asc
|
||||||
Source2: ldb.keyring
|
Source2: ldb.keyring
|
||||||
Source4: baselibs.conf
|
Source4: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -193,7 +193,7 @@ doxygen Doxyfile
|
|||||||
rm -f apidocs/man/man3/_*_ldb-%{version}_include_.3
|
rm -f apidocs/man/man3/_*_ldb-%{version}_include_.3
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%ifnarch ppc64
|
%ifnarch ppc64 s390x
|
||||||
LD_LIBRARY_PATH="bin/shared:bin/shared/private" \
|
LD_LIBRARY_PATH="bin/shared:bin/shared/private" \
|
||||||
LDB_MODULES_PATH="bin/modules" \
|
LDB_MODULES_PATH="bin/modules" \
|
||||||
%{__make} test
|
%{__make} test
|
||||||
|
Loading…
Reference in New Issue
Block a user