- Update to 1.1.14.
+ fixed callers for ldb_pack_data() and ldb_unpack_data() + move ldb_pack.c into common + Add ldbdump, based on tdbdump + Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h + Change ltdb_unpack_data to take an ldb_context - Update to 1.1.13. + Don't use "isprint" in ldb_binary_encode(); (bso#9147). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=27
This commit is contained in:
parent
2eab73a881
commit
90330d5af0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b6444a1bfc9b8c8f43df171b12b5a581c44a64b4d92062d4959fed17e4cf1b4c
|
|
||||||
size 1110134
|
|
3
ldb-1.1.14.tar.gz
Normal file
3
ldb-1.1.14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d0c83ecb7619dea65373af8fc5e89720e3aa1c48ff10f12cc132d335c5ee1e32
|
||||||
|
size 1123647
|
12
ldb.changes
12
ldb.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 2 16:56:45 UTC 2012 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- Update to 1.1.14.
|
||||||
|
+ fixed callers for ldb_pack_data() and ldb_unpack_data()
|
||||||
|
+ move ldb_pack.c into common
|
||||||
|
+ Add ldbdump, based on tdbdump
|
||||||
|
+ Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h
|
||||||
|
+ Change ltdb_unpack_data to take an ldb_context
|
||||||
|
- Update to 1.1.13.
|
||||||
|
+ Don't use "isprint" in ldb_binary_encode(); (bso#9147).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 3 09:59:26 UTC 2012 - lmuelle@suse.com
|
Mon Sep 3 09:59:26 UTC 2012 - lmuelle@suse.com
|
||||||
|
|
||||||
|
6
ldb.spec
6
ldb.spec
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
%define talloc_version 2.0.7
|
%define talloc_version 2.0.8
|
||||||
%define tdb_version 1.2.10
|
%define tdb_version 1.2.11
|
||||||
%define tevent_version 0.9.17
|
%define tevent_version 0.9.17
|
||||||
|
|
||||||
Name: ldb
|
Name: ldb
|
||||||
@ -38,7 +38,7 @@ BuildRequires: python-tevent >= %{tevent_version}
|
|||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
Url: http://ldb.samba.org/
|
Url: http://ldb.samba.org/
|
||||||
Version: 1.1.12
|
Version: 1.1.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An LDAP-like embedded database
|
Summary: An LDAP-like embedded database
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user