[Pkg-xfce-commits] r7538 - in goodies/trunk/xfce4-timer-plugin/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Wed May 22 07:42:11 UTC 2013
Author: corsac
Date: 2013-05-22 19:42:11 +0000 (Wed, 22 May 2013)
New Revision: 7538
Added:
goodies/trunk/xfce4-timer-plugin/debian/patches/02_fix-format-string.patch
Modified:
goodies/trunk/xfce4-timer-plugin/debian/changelog
goodies/trunk/xfce4-timer-plugin/debian/patches/series
Log:
02_fix-format-string added, fix a format string issue.
Modified: goodies/trunk/xfce4-timer-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-timer-plugin/debian/changelog 2013-05-22 19:41:51 UTC (rev 7537)
+++ goodies/trunk/xfce4-timer-plugin/debian/changelog 2013-05-22 19:42:11 UTC (rev 7538)
@@ -3,6 +3,7 @@
* New upstream release. closes: #709338
* debian/patches:
- 01_improve-timer-stop refreshed.
+ - 02_fix-format-string added, fix a format string issue.
* debian/rules:
- enable all hardening flags.
* debian/control:
Added: goodies/trunk/xfce4-timer-plugin/debian/patches/02_fix-format-string.patch
===================================================================
--- goodies/trunk/xfce4-timer-plugin/debian/patches/02_fix-format-string.patch (rev 0)
+++ goodies/trunk/xfce4-timer-plugin/debian/patches/02_fix-format-string.patch 2013-05-22 19:42:11 UTC (rev 7538)
@@ -0,0 +1,13 @@
+Author: Yves-Alexis Perez <corsac at debian.org>
+Description: Fix format string issue
+Forwarded: https://bugzilla.xfce.org/show_bug.cgi?id=10110
+--- a/src/xfcetimer.c
++++ b/src/xfcetimer.c
+@@ -175,6 +175,7 @@ static gboolean update_function (gpointe
+ GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_MODAL,
+ GTK_MESSAGE_WARNING,
+ GTK_BUTTONS_CLOSE,
++ "%s",
+ dialog_message);
+
+ g_signal_connect_swapped (dialog, "response",
Modified: goodies/trunk/xfce4-timer-plugin/debian/patches/series
===================================================================
--- goodies/trunk/xfce4-timer-plugin/debian/patches/series 2013-05-22 19:41:51 UTC (rev 7537)
+++ goodies/trunk/xfce4-timer-plugin/debian/patches/series 2013-05-22 19:42:11 UTC (rev 7538)
@@ -1 +1,2 @@
01_improve-timer-stop.patch
+02_fix-format-string.patch
More information about the Pkg-xfce-commits
mailing list