[sssd] New upstream release 1.5.6 https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.6 Fixed a serious m

Stephen Gallagher sgallagh at fedoraproject.org
Wed Apr 20 19:26:51 UTC 2011


commit 8ada5dc2d5f8241a6b1e06d591bd2862618962b8
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Wed Apr 20 15:26:05 2011 -0400

    New upstream release 1.5.6
    https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.6
    Fixed a serious memory leak in the memberOf plugin
    Fixed a regression with the negative cache that caused it to be essentially
    nonfunctional
    Fixed an issue where the user's full name would sometimes be removed from
    the cache
    Fixed an issue with password changes in the kerberos provider not working
    with kpasswd

 .gitignore                                         |    1 +
 ...berof-fix-calculation-of-replaced-members.patch |   26 ---------
 ...f-free-delete-operation-apyload-once-done.patch |   55 --------------------
 0003-Never-remove-gecos-from-the-sysdb-cache.patch |   34 ------------
 0004-Always-generate-kpasswdinfo-file.patch        |   28 ----------
 sources                                            |    2 +-
 sssd.spec                                          |   23 +++++----
 7 files changed, 15 insertions(+), 154 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index de6fb5a..11ab235 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ sssd-1.2.91.tar.gz
 /sssd-1.5.3.tar.gz
 /sssd-1.5.4.tar.gz
 /sssd-1.5.5.tar.gz
+/sssd-1.5.6.tar.gz
diff --git a/sources b/sources
index eef7ae3..a6ee493 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dbca15fb9a24daec163984c36a706820  sssd-1.5.5.tar.gz
+44a5d357b9fb0e3eb825a4b7de57b3a2  sssd-1.5.6.tar.gz
diff --git a/sssd.spec b/sssd.spec
index bd6890b..5153619 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -8,8 +8,8 @@
 %global ldb_version 1.0.2
 
 Name: sssd
-Version: 1.5.5
-Release: 5%{?dist}
+Version: 1.5.6
+Release: 1%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
@@ -18,10 +18,6 @@ Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 ### Patches ###
-Patch0001: 0001-memberof-fix-calculation-of-replaced-members.patch
-Patch0002: 0002-memberof-free-delete-operation-apyload-once-done.patch
-Patch0003: 0003-Never-remove-gecos-from-the-sysdb-cache.patch
-Patch0004: 0004-Always-generate-kpasswdinfo-file.patch
 
 ### Dependencies ###
 
@@ -115,10 +111,6 @@ use with ldap_default_authtok_type = obfuscated_password.
 %prep
 %setup -q
 
-%patch0001 -p1
-%patch0002 -p1
-%patch0003 -p1
-%patch0004 -p1
 
 %build
 autoreconf -ivf
@@ -303,6 +295,17 @@ fi
 %postun client -p /sbin/ldconfig
 
 %changelog
+* Wed Apr 20 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.6-1
+- New upstream release 1.5.6
+- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.6
+- Fixed a serious memory leak in the memberOf plugin
+- Fixed a regression with the negative cache that caused it to be essentially
+- nonfunctional
+- Fixed an issue where the user's full name would sometimes be removed from
+- the cache
+- Fixed an issue with password changes in the kerberos provider not working
+- with kpasswd
+
 * Wed Apr 20 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.5-5
 - Resolves: rhbz#697057 - kpasswd fails when using sssd and
 -                         kadmin server != kdc server


More information about the scm-commits mailing list