[sssd] New upstream release 1.6.4 Rolls up previous patches applied to the 1.6.3 tarball Fixes a rare issue

Stephen Gallagher sgallagh at fedoraproject.org
Mon Dec 19 21:13:53 UTC 2011


commit f73d44d40a139b36cd9d34ab23bf49c608b4dbc9
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Dec 19 16:13:43 2011 -0500

    New upstream release 1.6.4
    Rolls up previous patches applied to the 1.6.3 tarball
    Fixes a rare issue causing crashes in the failover logic
    Fixes an issue where SSSD would return the wrong PAM error code for users
    that it does not recognize.

 .gitignore                                         |    1 +
 ...ix-removing-in-old-domain-when-saving-a-n.patch |   35 ----
 ...nsure-that-all-input-strings-are-valid-UT.patch |  172 --------------------
 ...DAP-Try-next-failover-server-on-any-error.patch |   38 -----
 sources                                            |    2 +-
 sssd.spec                                          |   14 +-
 6 files changed, 11 insertions(+), 251 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7ead0d3..08df1d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ sssd-1.2.91.tar.gz
 /sssd-1.6.1.tar.gz
 /sssd-1.6.2.tar.gz
 /sssd-1.6.3.tar.gz
+/sssd-1.6.4.tar.gz
diff --git a/sources b/sources
index 2b61958..7c8bb2d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-835c7fe267d7380fd42876ccc5a98b19  sssd-1.6.3.tar.gz
+2087b80443ecaef4fe1e9af1a4b5e76c  sssd-1.6.4.tar.gz
diff --git a/sssd.spec b/sssd.spec
index c1467ad..d29b71f 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -18,8 +18,8 @@
 %global ldb_version 1.1.4
 
 Name: sssd
-Version: 1.6.3
-Release: 5%{?dist}
+Version: 1.6.4
+Release: 1%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
@@ -28,9 +28,6 @@ Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 ### Patches ###
-Patch0001: 0001-configAPI-Fix-removing-in-old-domain-when-saving-a-n.patch
-Patch0002: 0002-RESPONDER-Ensure-that-all-input-strings-are-valid-UT.patch
-Patch0003: 0003-LDAP-Try-next-failover-server-on-any-error.patch
 
 ### Dependencies ###
 
@@ -378,6 +375,13 @@ fi
 %postun -n libipa_hbac -p /sbin/ldconfig
 
 %changelog
+* Mon Dec 19 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.6.4-1
+- New upstream release 1.6.4
+- Rolls up previous patches applied to the 1.6.3 tarball
+- Fixes a rare issue causing crashes in the failover logic
+- Fixes an issue where SSSD would return the wrong PAM error code for users
+  that it does not recognize.
+
 * Wed Dec 07 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.6.3-5
 - Rebuild against libldb 1.1.4
 


More information about the scm-commits mailing list