Accepting request 134094 from network:samba:STABLE
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/134094 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ldb?expand=0&rev=4
This commit is contained in:
commit
5bdd6cd8d4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:191f015bf8e0947d9e9c7b49261a5b5cbf31fa968c0e59deb2d225087545d1c1
|
||||
size 1106879
|
3
ldb-1.1.12.tar.gz
Normal file
3
ldb-1.1.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6444a1bfc9b8c8f43df171b12b5a581c44a64b4d92062d4959fed17e4cf1b4c
|
||||
size 1110134
|
16
ldb.changes
16
ldb.changes
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 3 09:59:26 UTC 2012 - lmuelle@suse.com
|
||||
|
||||
- Update to 1.1.12.
|
||||
+ Avoid printing secret attributes in ldb trace logs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.12
|
||||
Release: 0
|
||||
Summary: An LDAP-like embedded database
|
||||
License: GPL-3.0+
|
||||
|
Loading…
Reference in New Issue
Block a user