[sssd/f15] New upstream release 1.5.16 https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.16 pam_sss will no

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


commit 4e973726895318c92ee75cf1d036e9823b76ae3d
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Dec 19 16:19:48 2011 -0500

    New upstream release 1.5.16
    https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.16
    pam_sss will now return authinfo_unavail when the SSSD daemon is shut down,
    instead of PAM_SYSTEM_ERR
    Fixes a regression in LDAP failover handling
    All user/group/netgroup names passed to NSS/PAM are now validated to be
    valid UTF-8 strings

 .gitignore |    1 +
 sources    |    2 +-
 sssd.spec  |   11 ++++++++++-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9ad278d..70ccabd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ sssd-1.2.91.tar.gz
 /sssd-1.5.13.tar.gz
 /sssd-1.5.14.tar.gz
 /sssd-1.5.15.tar.gz
+/sssd-1.5.16.tar.gz
diff --git a/sources b/sources
index a121c5f..7acd963 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-302f1a562047eec71c938e303759526d  sssd-1.5.15.tar.gz
+1cf9800dd4d934e2ed53fd1049e57b36  sssd-1.5.16.tar.gz
diff --git a/sssd.spec b/sssd.spec
index 81f9875..60ac5bf 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -8,7 +8,7 @@
 %global ldb_version 1.0.0-3
 
 Name: sssd
-Version: 1.5.15
+Version: 1.5.16
 Release: 1%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
@@ -348,6 +348,15 @@ fi
 %postun -n libipa_hbac -p /sbin/ldconfig
 
 %changelog
+* Mon Dec 19 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.16-1
+- New upstream release 1.5.16
+- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.16
+- pam_sss will now return authinfo_unavail when the SSSD daemon is shut down,
+  instead of PAM_SYSTEM_ERR
+- Fixes a regression in LDAP failover handling
+- All user/group/netgroup names passed to NSS/PAM are now validated to be
+  valid UTF-8 strings
+
 * Fri Nov 04 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.15-1
 - New upstream release 1.5.15
 - https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.15


More information about the scm-commits mailing list