[sssd] New upstream release 1.8.0

Stephen Gallagher sgallagh at fedoraproject.org
Tue Feb 28 20:23:25 UTC 2012


commit 41359781c6e76ae69211f9ee73c85633422c0150
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Tue Feb 28 15:23:22 2012 -0500

    New upstream release 1.8.0
    
    - Support for the service map in NSS
    - Support for setting default SELinux user context from FreeIPA
    - Support for retrieving SSH user and host keys from LDAP (Experimental)
    - Support for caching autofs LDAP requests (Experimental)
    - Support for caching SUDO rules (Experimental)
    - Include the IPA AutoFS provider
    - Fixed several memory-corruption bugs
    - Fixed a regression in group enumeration since 1.7.0
    - Fixed a regression in the proxy provider
    - Resolves: rhbz#741981 - Separate Cache Timeouts for SSSD
    - Resolves: rhbz#797968 - sssd_be: The requested tar get is not configured is
                              logged at each login
    - Resolves: rhbz#754114 - [abrt] sssd-1.6.3-1.fc16: ping_check: Process
                              /usr/sbin/sssd was killed by signal 11 (SIGSEGV)
    - Resolves: rhbz#743133 - Performance regression with Kerberos authentication
                              against AD
    - Resolves: rhbz#773706 - SSSD fails during autodetection of search bases for
                              new LDAP features
    - Resolves: rhbz#786957 - sssd and kerberos should change the default location for create the Credential Cashes to /run/usr/USERNAME/krb5cc

 .gitignore |    1 +
 sources    |    2 +-
 sssd.spec  |   29 +++++++++++++++++++++++++----
 3 files changed, 27 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e039f37..669a2f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ sssd-1.2.91.tar.gz
 /sssd-1.8.0beta1.tar.gz
 /sssd-1.8.0beta2.tar.gz
 /sssd-1.8.0beta3.tar.gz
+/sssd-1.8.0.tar.gz
diff --git a/sources b/sources
index ca344d8..4fb2c96 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c1054d43e492f83404647651f2f1ccc9  sssd-1.8.0beta3.tar.gz
+6dcbfe3f9971f60ffbd6f137f40529cd  sssd-1.8.0.tar.gz
diff --git a/sssd.spec b/sssd.spec
index 597479a..e9e76b3 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -16,12 +16,12 @@
 
 Name: sssd
 Version: 1.8.0
-Release: 5%{?dist}.beta3
+Release: 6%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
 URL: http://fedorahosted.org/sssd/
-Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}beta3.tar.gz
+Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 ### Patches ###
@@ -88,7 +88,6 @@ BuildRequires: libsemanage-devel
 BuildRequires: bind-utils
 BuildRequires: keyutils-libs-devel
 BuildRequires: libnl-devel
-BuildRequires: nscd
 BuildRequires: gettext-devel
 BuildRequires: pkgconfig
 BuildRequires: libunistring-devel
@@ -183,7 +182,7 @@ UpdateTimestamps() {
   done
 }
 
-%setup -q -n %{name}-1.7.93
+%setup -q -n %{name}-%{version}
 
 for p in %patches ; do
     %__patch -p1 -i $p
@@ -421,6 +420,28 @@ fi
 %postun -n libipa_hbac -p /sbin/ldconfig
 
 %changelog
+* Tue Feb 28 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.8.0-6
+- New upstream release 1.8.0
+- Support for the service map in NSS
+- Support for setting default SELinux user context from FreeIPA
+- Support for retrieving SSH user and host keys from LDAP (Experimental)
+- Support for caching autofs LDAP requests (Experimental)
+- Support for caching SUDO rules (Experimental)
+- Include the IPA AutoFS provider
+- Fixed several memory-corruption bugs
+- Fixed a regression in group enumeration since 1.7.0
+- Fixed a regression in the proxy provider
+- Resolves: rhbz#741981 - Separate Cache Timeouts for SSSD
+- Resolves: rhbz#797968 - sssd_be: The requested tar get is not configured is
+                          logged at each login
+- Resolves: rhbz#754114 - [abrt] sssd-1.6.3-1.fc16: ping_check: Process
+                          /usr/sbin/sssd was killed by signal 11 (SIGSEGV)
+- Resolves: rhbz#743133 - Performance regression with Kerberos authentication
+                          against AD
+- Resolves: rhbz#773706 - SSSD fails during autodetection of search bases for
+                          new LDAP features
+- Resolves: rhbz#786957 - sssd and kerberos should change the default location for create the Credential Cashes to /run/usr/USERNAME/krb5cc
+
 * Wed Feb 22 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.8.0-5.beta3
 - Change default kerberos credential cache location to /run/user/<username>
 


More information about the scm-commits mailing list