From 7686e011c0ef8477c4979321916e007fadd073306d66a758c8a6fdac50a1d682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Mon, 5 May 2014 11:53:35 +0000 Subject: [PATCH] - Update to 1.1.17. + pyldb: add some more helper functions for LdbDn + pyldb: fix doc string for set_extended_component() + pyldb: add some const to PyObject_FromLdbValue() + Add a env variable to disable RTLD_DEEPBIND. + ldb_ildap: Map some wrong username/password errors on to LDB_ERR_INVALID_CREDENTIALS + pass module init errors back to the caller + Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR on EACCES and EPERM + Fix 1138330 Dereference null return value + bad if test in ldb_comparison_fold() + use of NULL pointer bugfix + Fix CID 241329 Array compared against 0 + Fix CID 240798 Uninitialized pointer read + rdn_name: reject 'distinguishedName' depending of the MOD flags + Show the type of failing operation in default error message + Do not build libldb-cmdline when using system ldb. + ldb_map: Fix CID 1034791 Dereference null return value + Fix a const warning OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=43 --- ldb-1.1.16.tar.asc | 11 ----------- ldb-1.1.16.tar.gz | 3 --- ldb-1.1.17.tar.asc | 11 +++++++++++ ldb-1.1.17.tar.gz | 3 +++ ldb.changes | 24 ++++++++++++++++++++++++ ldb.spec | 4 ++-- 6 files changed, 40 insertions(+), 16 deletions(-) delete mode 100644 ldb-1.1.16.tar.asc delete mode 100644 ldb-1.1.16.tar.gz create mode 100644 ldb-1.1.17.tar.asc create mode 100644 ldb-1.1.17.tar.gz diff --git a/ldb-1.1.16.tar.asc b/ldb-1.1.16.tar.asc deleted file mode 100644 index d2cb8ee..0000000 --- a/ldb-1.1.16.tar.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.11 (GNU/Linux) - -iQEcBAABAgAGBQJRyMJzAAoJEEeTkWETCEAl35cH/R0fGIdYF0Wx2OxzBhIGEDla -j/BakyTcgALZu9FumBrtVKhU/Amos90IDGCzYee9wjxO6WHEYhiCnsU1Q8kpxPFF -XAv89bshav5t+2tiQPPUyL+LtWg82cGrhW9WMkBTAoIa3l/2v5WKsJgrwPXfqn+N -NUoUukOrEWYtu4bHOXUTMMkUySLsQzgsDVX2uUnct7bTfNOTKxIHaiL0UJoqTi3/ -05PTN2j7EckEmWxJu1rW7kDmsbTnZwF5ABqTCY/Y3ZSo4oEuj9ImeCMmWCvUXD9d -NC5GI7/f5mui+N6j7cYsDLW8n77KzARpU6pv4Q6n1d0EOs6QhaxCUjU6Ncw+UX8= -=MXWu ------END PGP SIGNATURE----- diff --git a/ldb-1.1.16.tar.gz b/ldb-1.1.16.tar.gz deleted file mode 100644 index ce5daa4..0000000 --- a/ldb-1.1.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15c679fc4f1ae5956f5f81bc7caf5840992db65da6c804854a893d1f6423daf9 -size 1167348 diff --git a/ldb-1.1.17.tar.asc b/ldb-1.1.17.tar.asc new file mode 100644 index 0000000..4d14e28 --- /dev/null +++ b/ldb-1.1.17.tar.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.11 (GNU/Linux) + +iQEcBAABAgAGBQJTZ0U6AAoJEEeTkWETCEAlz1IIAJmanSqpwC7uHCjECi21jCJ0 +ap4/S9EqXsomnGgdBO9DJv54kDqLQM8RF5ofqG19AK+kDr5WJTHcjFAaAz3L7SKg +3prDrldVSsWPOLFkLdD6uf72nH5qf6bnOafUv4qRApA1gQ9jY/Hd3utsjRcHIagb +N2xy6sdk48zAjthkU+MRsvcIBc1oXxO/M4omjtktkYPRDV5Zt/TrkjUOofOujPEa +U8dt21VrydCpvUhBftEg1hzK2v98mKdjQPDUrHxyftcl5djPq3EUxmInlOOTVkVz +Ex4C3TTmd07qMUlM5m2zlN/IOUoM70sA5g/eRsUw4ruRcFzOUYRi2qtNiLjKdLc= +=BmWi +-----END PGP SIGNATURE----- diff --git a/ldb-1.1.17.tar.gz b/ldb-1.1.17.tar.gz new file mode 100644 index 0000000..5669b89 --- /dev/null +++ b/ldb-1.1.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a312aad19e9463716d257d8f2529fd7fc1a5ef24f6dcdc0c4a1930d7bdb6e6 +size 1177926 diff --git a/ldb.changes b/ldb.changes index c2c8236..91deb02 100644 --- a/ldb.changes +++ b/ldb.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon May 5 11:38:58 UTC 2014 - lmuelle@suse.com + +- Update to 1.1.17. + + pyldb: add some more helper functions for LdbDn + + pyldb: fix doc string for set_extended_component() + + pyldb: add some const to PyObject_FromLdbValue() + + Add a env variable to disable RTLD_DEEPBIND. + + ldb_ildap: Map some wrong username/password errors on to + LDB_ERR_INVALID_CREDENTIALS + + pass module init errors back to the caller + + Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR on + EACCES and EPERM + + Fix 1138330 Dereference null return value + + bad if test in ldb_comparison_fold() + + use of NULL pointer bugfix + + Fix CID 241329 Array compared against 0 + + Fix CID 240798 Uninitialized pointer read + + rdn_name: reject 'distinguishedName' depending of the MOD flags + + Show the type of failing operation in default error message + + Do not build libldb-cmdline when using system ldb. + + ldb_map: Fix CID 1034791 Dereference null return value + + Fix a const warning + ------------------------------------------------------------------- Fri Dec 6 11:56:46 UTC 2013 - lmuelle@suse.com diff --git a/ldb.spec b/ldb.spec index 59ecd09..937c5bc 100644 --- a/ldb.spec +++ b/ldb.spec @@ -1,7 +1,7 @@ # # spec file for package ldb # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -41,7 +41,7 @@ BuildRequires: python-tevent >= %{tevent_version} %define build_make_smp_mflags %{?jobs:-j%jobs} %endif Url: http://ldb.samba.org/ -Version: 1.1.16 +Version: 1.1.17 Release: 0 Summary: An LDAP-like embedded database License: GPL-3.0+