From 410269bd5bb3fbe1f218534c12787fa7026139673f294f45e3d4260d25da4cc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Thu, 9 Aug 2012 20:59:43 +0000 Subject: [PATCH] - Update to 1.1.10. + Enhancements and fixes to the s3 read, sesssetup, and server functions + s3: Fix a crash in reply_lockingX_error + s3:libsmb, smbd, and s4:libcli: add EXTENDED_SIGNATURE support in tcon + s3:rpc_server: make usage of session_extract_session_key() + s3:smb2_*: make use of SMBD_SMB2_*() + s4 and libcli: enahncements and fixes OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=20 --- ldb-1.1.10.tar.gz | 3 +++ ldb-1.1.9.tar.gz | 3 --- ldb.changes | 11 +++++++++++ ldb.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 ldb-1.1.10.tar.gz delete mode 100644 ldb-1.1.9.tar.gz diff --git a/ldb-1.1.10.tar.gz b/ldb-1.1.10.tar.gz new file mode 100644 index 0000000..28a33c4 --- /dev/null +++ b/ldb-1.1.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191f015bf8e0947d9e9c7b49261a5b5cbf31fa968c0e59deb2d225087545d1c1 +size 1106879 diff --git a/ldb-1.1.9.tar.gz b/ldb-1.1.9.tar.gz deleted file mode 100644 index 1608b42..0000000 --- a/ldb-1.1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:364db7ec20214a04fee989521c4ee7dd8f9842c7e486a876f9fba84de5532b33 -size 1106876 diff --git a/ldb.changes b/ldb.changes index d9c8180..60896d4 100644 --- a/ldb.changes +++ b/ldb.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Aug 9 18:06:08 UTC 2012 - lmuelle@suse.com + +- Update to 1.1.10. + + Enhancements and fixes to the s3 read, sesssetup, and server functions + + s3: Fix a crash in reply_lockingX_error + + s3:libsmb, smbd, and s4:libcli: add EXTENDED_SIGNATURE support in tcon + + s3:rpc_server: make usage of session_extract_session_key() + + s3:smb2_*: make use of SMBD_SMB2_*() + + s4 and libcli: enahncements and fixes + ------------------------------------------------------------------- Tue Aug 7 22:18:19 UTC 2012 - lmuelle@suse.com diff --git a/ldb.spec b/ldb.spec index 50c1024..3c40e14 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.9 +Version: 1.1.10 Release: 0 Summary: An LDAP-like embedded database License: LGPL-3.0+