From 2b2bb826bd7889b21448a68166306fd14ee0070f Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 25 Apr 2005 02:57:05 +0000 Subject: [PATCH] - calling gdm_debug and g_strdup_printf from signal handlers are bad news (Spotted by Mark McLoughlin ). --- gdm.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gdm.spec b/gdm.spec index 0dbff3e..780ed63 100644 --- a/gdm.spec +++ b/gdm.spec @@ -42,6 +42,7 @@ Patch23: gdm-2.6.0.7-desktop.patch Patch24: gdm-2.6.0.8-compensate-for-broken-dpi.patch Patch25: gdm-2.6.0.8-merge-resources.patch Patch26: gdm-2.6.0.8-boot-throbber.patch +Patch27: gdm-2.6.0.8.dont-malloc-in-signal-handlers.patch BuildRoot: %{_tmppath}/gdm-%{PACKAGE_VERSION}-root @@ -103,12 +104,13 @@ several different X sessions on your local machine at the same time. %patch18 -p1 -b .wait-for-bootup %patch19 -p1 -b .cleanup-xses %patch20 -p1 -b .sort-session-list -%patch21 -p1 -b .use-cannonical-username +%patch21 -p1 -b .use-canonical-username %patch22 -p1 -b .stat-home-dir-as-user %patch23 -p1 -b .onlyshowin %patch24 -p1 -b .compensate-for-broken-dpi %patch25 -p1 -b .merge-resources %patch26 -p1 -b .boot-throbber +%patch27 -p1 -b .dont-malloc-in-signal-handlers # fix the time format for ja perl -pi -e "s|^msgstr \"%a %b %d, %H:%M\"|msgstr \"%m/%d \(%a\) %H:%M\"|; s|^msgstr \"%a %b %d, %I:%M %p\"|msgstr \"%m/%d \(%a\) %p %I:%M\"|" po/ja.po @@ -280,6 +282,10 @@ fi %attr(1770, root, gdm) %dir %{_localstatedir}/gdm %changelog +* Sun Apr 24 2005 Ray Strode 1:2.6.0.8-7 +- calling gdm_debug and g_strdup_printf from signal handlers are + bad news (Spotted by Mark McLoughlin ). + * Tue Apr 19 2005 Matthias Clasen 1:2.6.0.8-6 - Add a throbber for early login