From a6910c000737a8bfa2c528500987c45094b9271a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Aug 29 2011 19:45:02 +0000 Subject: New upstream release 1.6.1 https://fedorahosted.org/sssd/wiki/Releases/Notes-1.6.1 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. Fix for an infinite loop in the deref code --- diff --git a/.gitignore b/.gitignore index ffc34b6..bd1f328 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.6.0.tar.gz +/sssd-1.6.1.tar.gz diff --git a/sources b/sources index 7d46791..29750f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd52363045b7e2c0094bb24603bb27b4 sssd-1.6.0.tar.gz +2da6d0006b70929d4d491e952e808bf5 sssd-1.6.1.tar.gz diff --git a/sssd.spec b/sssd.spec index e8952b6..86daf5d 100644 --- a/sssd.spec +++ b/sssd.spec @@ -12,8 +12,8 @@ %global ldb_version 1.1.0 Name: sssd -Version: 1.6.0 -Release: 2%{?dist} +Version: 1.6.1 +Release: 1%{?dist} Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ @@ -353,6 +353,20 @@ fi %postun -n libipa_hbac -p /sbin/ldconfig %changelog +* Mon Aug 29 2011 Stephen Gallagher - 1.6.1-1 +- New upstream release 1.6.1 +- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.6.1 +- 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. +- Fix for an infinite loop in the deref code + * Wed Aug 03 2011 Stephen Gallagher - 1.6.0-2 - Build with _hardened_build macro