rpms/sssd/F-12 .cvsignore, 1.18, 1.19 sources, 1.19, 1.20 sssd.spec, 1.33, 1.34

Stephen Gallagher sgallagh at fedoraproject.org
Fri Jan 22 15:25:36 UTC 2010


Author: sgallagh

Update of /cvs/pkgs/rpms/sssd/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25385

Modified Files:
	.cvsignore sources sssd.spec 
Log Message:
* Fri Jan 22 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.0.3-1
- Fixes link error on platforms that do not do implicit linking
- Fixes double-free segfault in PAM
- Fixes double-free error in async resolver
- Fixes support for TCP-based DNS lookups in async resolver
- Fixes memory alignment issues on ARM processors
- Manpage fixes



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sssd/F-12/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- .cvsignore	14 Jan 2010 17:12:29 -0000	1.18
+++ .cvsignore	22 Jan 2010 15:25:36 -0000	1.19
@@ -1 +1 @@
-sssd-1.0.2.tar.gz
+sssd-1.0.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sssd/F-12/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- sources	14 Jan 2010 17:12:29 -0000	1.19
+++ sources	22 Jan 2010 15:25:36 -0000	1.20
@@ -1 +1 @@
-23bcc6bf8164d08ed32cffaf271fc7e1  sssd-1.0.2.tar.gz
+d835f052765926fbf03beaded5a4affa  sssd-1.0.3.tar.gz


Index: sssd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sssd/F-12/sssd.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- sssd.spec	14 Jan 2010 17:12:29 -0000	1.33
+++ sssd.spec	22 Jan 2010 15:25:36 -0000	1.34
@@ -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.2
+Version: 1.0.3
 Release: 1%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
@@ -205,6 +205,14 @@ fi
 %postun client -p /sbin/ldconfig
 
 %changelog
+* Fri Jan 22 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.0.3-1
+- Fixes link error on platforms that do not do implicit linking
+- Fixes double-free segfault in PAM
+- Fixes double-free error in async resolver
+- Fixes support for TCP-based DNS lookups in async resolver
+- Fixes memory alignment issues on ARM processors
+- Manpage fixes
+
 * Thu Jan 14 2010 Stephen Gallagher <sgallagh at redhat.com> - 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



More information about the scm-commits mailing list