From d115c341db4031aee9722ad2563626b32538e564e0c8ef516a4a2cabe370a35f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Thu, 30 Aug 2012 16:40:15 +0000 Subject: [PATCH] - 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 --- ldb-1.1.10.tar.gz | 3 --- ldb-1.1.11.tar.gz | 3 +++ ldb.changes | 10 ++++++++++ ldb.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 ldb-1.1.10.tar.gz create mode 100644 ldb-1.1.11.tar.gz diff --git a/ldb-1.1.10.tar.gz b/ldb-1.1.10.tar.gz deleted file mode 100644 index 28a33c4..0000000 --- a/ldb-1.1.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:191f015bf8e0947d9e9c7b49261a5b5cbf31fa968c0e59deb2d225087545d1c1 -size 1106879 diff --git a/ldb-1.1.11.tar.gz b/ldb-1.1.11.tar.gz new file mode 100644 index 0000000..8ceeb37 --- /dev/null +++ b/ldb-1.1.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:147755ee976d4615f8b8321ba1749bf7696dceaface1ca8aa7b7190942c26ae1 +size 1109509 diff --git a/ldb.changes b/ldb.changes index 8cde834..adb5a1b 100644 --- a/ldb.changes +++ b/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 diff --git a/ldb.spec b/ldb.spec index bf352e6..a8bfb93 100644 --- a/ldb.spec +++ b/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+