[sssd/f15] New upstream release 1.5.13 https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.13 Fixes a serious

Stephen Gallagher sgallagh at fedoraproject.org
Mon Aug 29 16:01:49 UTC 2011


commit e3a338dcb3d29e91c3c924747bafc1041fe9cfc4
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Aug 29 11:57:52 2011 -0400

    New upstream release 1.5.13
    https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.13
    Fixes a serious issue with LDAP connections when the communication is
    dropped (e.g. VPN disconnection, waking from sleep)
    SSSD is now less strict when dealing with users/groups with multiple names
    when a definitive primary name cannot be determined
    The LDAP provider will no longer attempt to canonicalize by default when
    using SASL. An option to re-enable this has been provided
    Fixes for non-standard LDAP attribute names (e.g. those used by Active
    Directory)
    Three HBAC regressions have been fixed

 .gitignore                                         |    1 +
 ...data-to-the-renewal-item-if-renewal-fails.patch |   63 --------------------
 sources                                            |    2 +-
 sssd.spec                                          |   18 +++++-
 4 files changed, 17 insertions(+), 67 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d95e461..f80bcc6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ sssd-1.2.91.tar.gz
 /sssd-1.5.10.tar.gz
 /sssd-1.5.11.tar.gz
 /sssd-1.5.12.tar.gz
+/sssd-1.5.13.tar.gz
diff --git a/sources b/sources
index ba6de2e..6bf5b13 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9aab979366c1143d7f8f40940ffe3146  sssd-1.5.12.tar.gz
+1af754abc762eac63ff5167c7550d65d  sssd-1.5.13.tar.gz
diff --git a/sssd.spec b/sssd.spec
index 0bcdea7..b021c71 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -8,7 +8,7 @@
 %global ldb_version 1.0.0
 
 Name: sssd
-Version: 1.5.12
+Version: 1.5.13
 Release: 1%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
@@ -19,7 +19,6 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 ### Patches ###
 
-
 ### Dependencies ###
 
 Requires: libldb = %{ldb_version}
@@ -348,7 +347,20 @@ fi
 %postun -n libipa_hbac -p /sbin/ldconfig
 
 %changelog
-* Fri Aug 05 2011 Stephen Gallagher <sgallagh at redhat.ocm> - 1.5.12-1
+* Mon Aug 29 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.13-1
+- New upstream release 1.5.13
+- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.13
+- Fixes a serious issue with LDAP connections when the communication is
+  dropped (e.g. VPN disconnection, waking from sleep)
+- SSSD is now less strict when dealing with users/groups with multiple names
+  when a definitive primary name cannot be determined
+- The LDAP provider will no longer attempt to canonicalize by default when
+  using SASL. An option to re-enable this has been provided
+- Fixes for non-standard LDAP attribute names (e.g. those used by Active
+  Directory)
+- Three HBAC regressions have been fixed
+
+* Fri Aug 05 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.12-1
 - New upstream release 1.5.12
 - https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.12
 - Fixes a regression introduced in 1.5.11 with hostname resolution


More information about the scm-commits mailing list