From 299456e77873e3d2495388e3f8aaeed2593efec91c3d94e78471b72d82a29ca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Tue, 2 Jul 2013 10:47:04 +0000 Subject: [PATCH] - Update to 1.1.16. + Bump version to allow a depencency on the substring crash fix. + Cope with substring match with no chunks in ldb_filter_from_tree(). + Ensure not to segfault on a filter such as (mail=). + Add missing dependency on replace for ldb. + Add more data test data for one level test cases. + Add tests for the python api. + Add more tests related to onelevel search. + Use strncmp instead of strcmp when comparing the val part. + Make test output more readable. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=32 --- ldb-1.1.15.tar.gz | 3 --- ldb-1.1.16.tar.gz | 3 +++ ldb.changes | 14 ++++++++++++++ ldb.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 ldb-1.1.15.tar.gz create mode 100644 ldb-1.1.16.tar.gz diff --git a/ldb-1.1.15.tar.gz b/ldb-1.1.15.tar.gz deleted file mode 100644 index 269d7c3..0000000 --- a/ldb-1.1.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bd8317e82747461394ab8ad1ee5873589d9a46d12f021571aca9fac45de8997 -size 1121684 diff --git a/ldb-1.1.16.tar.gz b/ldb-1.1.16.tar.gz new file mode 100644 index 0000000..ce5daa4 --- /dev/null +++ b/ldb-1.1.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c679fc4f1ae5956f5f81bc7caf5840992db65da6c804854a893d1f6423daf9 +size 1167348 diff --git a/ldb.changes b/ldb.changes index 3614554..0b20762 100644 --- a/ldb.changes +++ b/ldb.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Jul 2 10:31:06 UTC 2013 - lmuelle@suse.com + +- Update to 1.1.16. + + Bump version to allow a depencency on the substring crash fix. + + Cope with substring match with no chunks in ldb_filter_from_tree(). + + Ensure not to segfault on a filter such as (mail=). + + Add missing dependency on replace for ldb. + + Add more data test data for one level test cases. + + Add tests for the python api. + + Add more tests related to onelevel search. + + Use strncmp instead of strcmp when comparing the val part. + + Make test output more readable. + ------------------------------------------------------------------- Wed Feb 6 10:50:24 UTC 2013 - lmuelle@suse.com diff --git a/ldb.spec b/ldb.spec index 60b7420..3244422 100644 --- a/ldb.spec +++ b/ldb.spec @@ -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.15 +Version: 1.1.16 Release: 0 Summary: An LDAP-like embedded database License: GPL-3.0+