From 23f12b722f354243a287685f3bf5d9402e5d9f9f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 14 Jan 2010 17:03:05 +0000 Subject: [PATCH] - Fixes a bug in the failover code that prevented the SSSD from detecting when it went back online - Fixes a bug causing long (sometimes multiple-minute) waits for NSS requests - Several segfault bugfixes --- .cvsignore | 2 +- sources | 2 +- sssd.spec | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7d55feb..351c833 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sssd-1.0.1.tar.gz +sssd-1.0.2.tar.gz diff --git a/sources b/sources index 29eccee..3c616f7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -695a5fb6003dad6f4af65146e4f039bf sssd-1.0.1.tar.gz +23bcc6bf8164d08ed32cffaf271fc7e1 sssd-1.0.2.tar.gz diff --git a/sssd.spec b/sssd.spec index 5dd6044..797646a 100644 --- a/sssd.spec +++ b/sssd.spec @@ -2,7 +2,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import *; import sys; sys.stdout.write(get_python_lib())")} Name: sssd -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Group: Applications/System Summary: System Security Services Daemon @@ -205,6 +205,11 @@ fi %postun client -p /sbin/ldconfig %changelog +* Thu Jan 14 2010 Stephen Gallagher - 1.0.2-1 +- Fixes a bug in the failover code that prevented the SSSD from detecting when it went back online +- Fixes a bug causing long (sometimes multiple-minute) waits for NSS requests +- Several segfault bugfixes + * Mon Jan 11 2010 Stephen Gallagher - 1.0.1-1 - Fix CVE-2010-0014