- Update to 1.1.25; (bsc#954658).
+ torture: test ldb_unpack_data_only_attr_list + increment version due to added ldb_unpack_data_only_attr_list + introduce ldb_unpack_data_withlist to unpack partial list of attributes OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=93
This commit is contained in:
parent
64df0f89d7
commit
82478106fa
@ -1,11 +0,0 @@
|
|||||||
-----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-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:45e9f52473f0d013f0ea090cce35d6836a6e67e8d4dcdd7077dabdf8b1314b21
|
|
||||||
size 1258405
|
|
11
ldb-1.1.25.tar.asc
Normal file
11
ldb-1.1.25.tar.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iQEcBAABAgAGBQJWcmIAAAoJEEeTkWETCEAlqkgH/AuBXt8AvOUv5GcyjIrHd7id
|
||||||
|
BesRcwUj5/zpe/4vQQ/2n7nIATseCKRqbTS5PaC4BpJfglokyLZAtlOy7906Jwsg
|
||||||
|
emXKUWYUa3g1lcYIhNQQk87qOcO6KwAbi4uQvkb2ZSU+im5ndhPyuQVkhCGh1tG+
|
||||||
|
lGIer2BZQn6F15FAqN0aIy4keC2xcim9nOZ9bYjhAe+h3UxB5svNEzcC66WDNVKO
|
||||||
|
TfmroaUY0rtdjk1jeGyMjmU7D4Dq/nUurYfnILlSxWt8KI8InwmyPqzU8+Ewp5Zs
|
||||||
|
YjfXECEl9T5iMI2L/s8USAYgagWGYcmvXLEPWcd6v8EtrHsrFGu/n5x8sKZ3wKs=
|
||||||
|
=lxgK
|
||||||
|
-----END PGP SIGNATURE-----
|
3
ldb-1.1.25.tar.gz
Normal file
3
ldb-1.1.25.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bf74783ecee42408250146e384a918176178318ef398f816a64d1c1ad22b7c12
|
||||||
|
size 1259961
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 27 13:35:11 UTC 2016 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- Update to 1.1.25; (bsc#954658).
|
||||||
|
+ torture: test ldb_unpack_data_only_attr_list
|
||||||
|
+ increment version due to added ldb_unpack_data_only_attr_list
|
||||||
|
+ introduce ldb_unpack_data_withlist to unpack partial list of attributes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 10 16:10:32 UTC 2015 - lmuelle@suse.com
|
Thu Dec 10 16:10:32 UTC 2015 - lmuelle@suse.com
|
||||||
|
|
||||||
|
4
ldb.spec
4
ldb.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ldb
|
# spec file for package ldb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -50,7 +50,7 @@ BuildRequires: python3-devel
|
|||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
Url: https://ldb.samba.org/
|
Url: https://ldb.samba.org/
|
||||||
Version: 1.1.24
|
Version: 1.1.25
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An LDAP-like embedded database
|
Summary: An LDAP-like embedded database
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user