Sync from SUSE:SLFO:Main ldb revision 0929110bf01bf7f6217f7d0dce7484b5
This commit is contained in:
parent
e6a65bc888
commit
8b85a7775b
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmTDr+oACgkQR5ORYRMI
|
||||
QCXfwgf/cAqWCgnnKIT3hvUdL2i2F9edDXTOkBDZ1vxQ8hLO+T8JtWO9F40hEZjH
|
||||
F5R5B2pxBP6T2Nd9NHVbHUqlIpjqqesweTXtabuW60oz5PZ13owpGDWWQKortH5/
|
||||
j49v/ZKHD0NBjVN09AylRgoKQ4kRDtd0rMOAS951aRUcRTFRjK86hnaHPgvQeexy
|
||||
SizGRtHlifnwM/lbgJlLkTDUDNA+7RwXRAv0pvLwYReGFoS8vyUbMOYt1lnoiNas
|
||||
6cz+6yTKknGO7KSE6bjviDahv7Xg04Qy02eI/HYEZ8NG3aJqNsOqPchP4y/JgVv+
|
||||
90FZR2cdZNpTdlZ5TPfihL2/zldXKQ==
|
||||
=H6+4
|
||||
-----END PGP SIGNATURE-----
|
BIN
ldb-2.8.0.tar.gz
(Stored with Git LFS)
BIN
ldb-2.8.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
11
ldb-2.9.1.tar.asc
Normal file
11
ldb-2.9.1.tar.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmZy6sMACgkQR5ORYRMI
|
||||
QCViOQf/Wo1d05OXbX0hVC1L79cpCCQ6WDui27POHwx0clHhg6rChXtxqNscBsR+
|
||||
rvKX2qnnKtrByQdTlORK2/K3ynM/3CV4pCNwoKCxgpfLumrPkTEtyHP9sTVQ37PC
|
||||
Pm85uIoqedcleahuVLM1w2+Ns1aTrKKrdqjv9eIuGfzU4U7nt5hitUejRiJWis7a
|
||||
5OurMd1gvUDv5QAgvcQWqgfqZ8lGmDc0QFOMj2aSepU1n9MBSjYrtqBGwB9/DkT8
|
||||
OTR0MY4JUe2RKYjK1OhUiJtEhB1PEj3uiLiS1UwZ9jSwUfEhjDFMwUD2KWiZROaF
|
||||
GFZsqp8zeJaEgYk2soYDqrQMcV/wiw==
|
||||
=FzI6
|
||||
-----END PGP SIGNATURE-----
|
BIN
ldb-2.9.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
ldb-2.9.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,13 +1,12 @@
|
||||
Index: ldb-1.1.26/buildtools/wafsamba/wafsamba.py
|
||||
===================================================================
|
||||
--- ldb-1.1.26.orig/buildtools/wafsamba/wafsamba.py
|
||||
+++ ldb-1.1.26/buildtools/wafsamba/wafsamba.py
|
||||
@@ -115,7 +115,7 @@ def SAMBA_LIBRARY(bld, libname, source,
|
||||
ldflags='',
|
||||
external_library=False,
|
||||
realname=None,
|
||||
- keep_underscore=False,
|
||||
+ keep_underscore=True,
|
||||
autoproto=None,
|
||||
autoproto_extra_source='',
|
||||
group='main',
|
||||
diff -ruNp a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
|
||||
--- a/buildtools/wafsamba/wafsamba.py 2024-05-16 13:52:58.561283248 +0200
|
||||
+++ b/buildtools/wafsamba/wafsamba.py 2024-05-16 13:54:32.297195397 +0200
|
||||
@@ -309,7 +309,7 @@ def SAMBA_LIBRARY(bld, libname, source,
|
||||
if bundled_name is not None:
|
||||
pass
|
||||
elif target_type == 'PYTHON' or realname or not private_library:
|
||||
- bundled_name = libname.replace('_', '-')
|
||||
+ bundled_name = libname
|
||||
else:
|
||||
assert (private_library is True and realname is None)
|
||||
bundled_name = PRIVATE_NAME(bld, libname.replace('_', '-'))
|
||||
|
18
ldb.changes
18
ldb.changes
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 28 10:25:19 UTC 2024 - Noel Power <nopower@suse.com>
|
||||
|
||||
- Update to 2.9.1
|
||||
* Many qsort() comparison functions are non-transitive, which
|
||||
can lead to out-of-bounds access in some circumstances;
|
||||
(bso#15569).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 11:34:15 UTC 2024 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
- Update to 2.9.0
|
||||
* documentation fixes
|
||||
* build with Python 3.12 (bso#15513)
|
||||
* a lot of additional error checking in the python bindings
|
||||
* minor code fixes
|
||||
* Update patch ldb-python3.5-fix-soabi_name.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 26 09:52:58 UTC 2023 - Noel Power <nopower@suse.com>
|
||||
|
||||
|
10
ldb.spec
10
ldb.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ldb
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -27,9 +27,9 @@
|
||||
%endif
|
||||
|
||||
%define lmdb_version 0.9.16
|
||||
%define talloc_version 2.4.1
|
||||
%define tdb_version 1.4.9
|
||||
%define tevent_version 0.15.0
|
||||
%define talloc_version 2.4.2
|
||||
%define tdb_version 1.4.10
|
||||
%define tevent_version 0.16.1
|
||||
|
||||
Name: ldb
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
@ -57,7 +57,7 @@ BuildRequires: lmdb-devel >= %{lmdb_version}
|
||||
%endif
|
||||
|
||||
URL: https://ldb.samba.org/
|
||||
Version: 2.8.0
|
||||
Version: 2.9.1
|
||||
Release: 0
|
||||
Summary: An LDAP-like embedded database
|
||||
License: LGPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user