rpms/xorg-x11-xinit/FC-6 Xsession, 1.2, 1.3 xorg-x11-xinit.spec, 1.34, 1.35

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Aug 2 16:55:52 UTC 2007


Author: sandmann

Update of /cvs/dist/rpms/xorg-x11-xinit/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv2797

Modified Files:
	Xsession xorg-x11-xinit.spec 
Log Message:
Fix bug 212167


Index: Xsession
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-xinit/FC-6/Xsession,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Xsession	16 Dec 2005 18:55:15 -0000	1.2
+++ Xsession	2 Aug 2007 16:55:50 -0000	1.3
@@ -12,7 +12,7 @@
 if [ -z "$GDMSESSION" ]; then
     # GDM redirect output itself in a smarter fashion
     errfile="$HOME/.xsession-errors"
-    if cp /dev/null "$errfile" 2> /dev/null ; then
+    if ( unask 077 && cp /dev/null "$errfile" 2> /dev/null ); then
         chmod 600 "$errfile"
         exec > "$errfile" 2>&1
     else


Index: xorg-x11-xinit.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-xinit/FC-6/xorg-x11-xinit.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- xorg-x11-xinit.spec	11 Nov 2006 15:51:56 -0000	1.34
+++ xorg-x11-xinit.spec	2 Aug 2007 16:55:50 -0000	1.35
@@ -102,6 +102,9 @@
 %{_mandir}/man1/xinit.1x*
 
 %changelog
+* Thu Aug 2 2007 Soren Sandmann <sandmann at redhat.com> - 1.0.2-16
+- Fix bug 212167; CVE-2006-5214.
+
 * Sat Nov 11 2006 Ray Strode <rstrode at redhat.com> - 1.0.2-15
 - Apply patch that was added in 1.0.2-14 
 




More information about the fedora-cvs-commits mailing list