- Update to 1.1.11.
+ LDB:ldb_tdb.c - deny multi-valued attributes manipulation with doublets + LDB:ldbsearch - add search filter tests + LDB:ldbsearch - search filters do not only contain "=" + lib/ldb: Use tdb_parse_record and a callback rather than tdb_fetch() - BuildRequire tevent version >= 0.9.17. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=24
This commit is contained in:
parent
b8ae2db51a
commit
d115c341db
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:191f015bf8e0947d9e9c7b49261a5b5cbf31fa968c0e59deb2d225087545d1c1
|
||||
size 1106879
|
3
ldb-1.1.11.tar.gz
Normal file
3
ldb-1.1.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:147755ee976d4615f8b8321ba1749bf7696dceaface1ca8aa7b7190942c26ae1
|
||||
size 1109509
|
10
ldb.changes
10
ldb.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 30 16:03:16 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
- Update to 1.1.11.
|
||||
+ LDB:ldb_tdb.c - deny multi-valued attributes manipulation with doublets
|
||||
+ LDB:ldbsearch - add search filter tests
|
||||
+ LDB:ldbsearch - search filters do not only contain "="
|
||||
+ lib/ldb: Use tdb_parse_record and a callback rather than tdb_fetch()
|
||||
- BuildRequire tevent version >= 0.9.17.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 16 09:46:57 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
|
4
ldb.spec
4
ldb.spec
@ -20,7 +20,7 @@
|
||||
|
||||
%define talloc_version 2.0.7
|
||||
%define tdb_version 1.2.10
|
||||
%define tevent_version 0.9.16
|
||||
%define tevent_version 0.9.17
|
||||
|
||||
Name: ldb
|
||||
#!BuildIgnore: libtalloc
|
||||
@ -38,7 +38,7 @@ BuildRequires: python-tevent >= %{tevent_version}
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Url: http://ldb.samba.org/
|
||||
Version: 1.1.10
|
||||
Version: 1.1.11
|
||||
Release: 0
|
||||
Summary: An LDAP-like embedded database
|
||||
License: GPL-3.0+
|
||||
|
Loading…
Reference in New Issue
Block a user