[sssd] New upstream release 1.8.2

Stephen Gallagher sgallagh at fedoraproject.org
Mon Apr 9 19:06:46 UTC 2012


commit 77acf296a2733dbcbc2ff0951ad1a0c74317eb11
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Apr 9 15:06:43 2012 -0400

    New upstream release 1.8.2
    
    - https://fedorahosted.org/sssd/wiki/Releases/Notes-1.8.2
    - Several fixes to case-insensitive domain functions
    - Fix for GSSAPI binds when the keytab contains unrelated principals
    - Fixed several segfaults
    - Workarounds added for LDAP servers with unreadable RootDSE
    - SSH knownhostproxy will no longer enter an infinite loop preventing login
    - The provided SYSV init script now starts SSSD earlier at startup and stops
      it later during shutdown
    - Assorted minor fixes for issues discovered by static analysis tools

 .gitignore                            |    1 +
 0001-Fix-uninitialized-variable.patch |   25 -------------------------
 sources                               |    2 +-
 sssd.spec                             |   18 ++++++++++++++----
 4 files changed, 16 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 84923cb..4eb6906 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ sssd-1.2.91.tar.gz
 /sssd-1.8.0beta3.tar.gz
 /sssd-1.8.0.tar.gz
 /sssd-1.8.1.tar.gz
+/sssd-1.8.2.tar.gz
diff --git a/sources b/sources
index 4c2225d..27a6327 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8f5e88fbdc8edeba7bc816da3448b726  sssd-1.8.1.tar.gz
+9971ee7acf5e47a01377a1da451e2216  sssd-1.8.2.tar.gz
diff --git a/sssd.spec b/sssd.spec
index 58974e3..a552d4b 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -15,8 +15,8 @@
 %global ldb_version 1.1.4
 
 Name: sssd
-Version: 1.8.1
-Release: 9%{?dist}
+Version: 1.8.2
+Release: 10%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
@@ -26,8 +26,6 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 ### Patches ###
 
-Patch0001: 0001-Fix-uninitialized-variable.patch
-
 Patch1001: FED01-Change-Kerberos-credential-cache-default-loca.patch
 
 ### Dependencies ###
@@ -458,6 +456,18 @@ fi
 %postun -n libipa_hbac -p /sbin/ldconfig
 
 %changelog
+* Mon Apr 09 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.8.2-10
+- New upstream release 1.8.2
+- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.8.2
+- Several fixes to case-insensitive domain functions
+- Fix for GSSAPI binds when the keytab contains unrelated principals
+- Fixed several segfaults
+- Workarounds added for LDAP servers with unreadable RootDSE
+- SSH knownhostproxy will no longer enter an infinite loop preventing login
+- The provided SYSV init script now starts SSSD earlier at startup and stops
+  it later during shutdown
+- Assorted minor fixes for issues discovered by static analysis tools
+
 * Mon Mar 26 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.8.1-9
 - Don't duplicate libsss_autofs.so in two packages
 - Set explicit package contents instead of globbing


More information about the scm-commits mailing list