r16829 - in /desktop/unstable/gdm/debian: changelog patches/52_shutdown_crash.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Aug 29 14:58:43 UTC 2008


Author: joss
Date: Fri Aug 29 14:58:43 2008
New Revision: 16829

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16829
Log:
52_shutdown_crash.patch: new patch, fixes crash upon shutdown when
the daemon is not correctly closed. Closes: #458802.

Added:
    desktop/unstable/gdm/debian/patches/52_shutdown_crash.patch
Modified:
    desktop/unstable/gdm/debian/changelog
    desktop/unstable/gdm/debian/patches/series

Modified: desktop/unstable/gdm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/changelog?rev=16829&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/changelog (original)
+++ desktop/unstable/gdm/debian/changelog Fri Aug 29 14:58:43 2008
@@ -1,4 +1,4 @@
-gdm (2.20.7-2) UNRELEASED; urgency=low
+gdm (2.20.7-2) unstable; urgency=low
 
   [ Loic Minier ]
   * Add "status" support to the init script; bump dep on lsb to >= 3.2-14;
@@ -10,8 +10,10 @@
   [ Josselin Mouette ]
   * 51_selinux_memleak.patch: patch from Julien Cristau to fix a memory 
     leak in the SELinux code.
-
- -- Loic Minier <lool at dooz.org>  Sun, 03 Aug 2008 18:48:50 +0200
+  * 52_shutdown_crash.patch: new patch, fixes crash upon shutdown when
+    the daemon is not correctly closed. Closes: #458802.
+
+ -- Josselin Mouette <joss at debian.org>  Fri, 29 Aug 2008 16:03:45 +0200
 
 gdm (2.20.7-1) unstable; urgency=low
 

Added: desktop/unstable/gdm/debian/patches/52_shutdown_crash.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/52_shutdown_crash.patch?rev=16829&op=file
==============================================================================
--- desktop/unstable/gdm/debian/patches/52_shutdown_crash.patch (added)
+++ desktop/unstable/gdm/debian/patches/52_shutdown_crash.patch Fri Aug 29 14:58:43 2008
@@ -1,0 +1,20 @@
+Index: gdm-2.20.7/daemon/gdm.c
+===================================================================
+--- gdm-2.20.7.orig/daemon/gdm.c	2008-06-30 19:53:13.000000000 +0200
++++ gdm-2.20.7/daemon/gdm.c	2008-08-29 16:41:50.896047612 +0200
+@@ -708,6 +708,7 @@ halt_machine (void)
+ 		change_to_first_and_clear (FALSE);
+ #endif /* __linux */
+ 
++		_exit (EXIT_SUCCESS);
+ 	}
+ }
+ 
+@@ -728,6 +729,7 @@ restart_machine (void)
+ 		change_to_first_and_clear (TRUE);
+ #endif /* __linux */
+ 
++	_exit (EXIT_SUCCESS);
+ 	}
+ }
+ 

Modified: desktop/unstable/gdm/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/patches/series?rev=16829&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/patches/series (original)
+++ desktop/unstable/gdm/debian/patches/series Fri Aug 29 14:58:43 2008
@@ -8,6 +8,7 @@
 47_XKeepsCrashing-restore-keyboard.patch
 50_close-fds.patch
 51_selinux_memleak.patch
+52_shutdown_crash.patch
 55_use-theme-gtkrc.patch
 56_xnest-wrapper.patch
 62_reference-manual-docbook-entity-reference.patch




More information about the pkg-gnome-commits mailing list