SHA256
1
0
forked from pool/ldb

- 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
This commit is contained in:
Lars Müller
2013-07-02 10:47:04 +00:00
committed by Git OBS Bridge
parent 069f7327fe
commit 299456e778
4 changed files with 18 additions and 4 deletions

View File

@@ -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+