[Pkg-xfce-commits] r1614 - in desktop/trunk/orage/debian: . patches
corsac at alioth.debian.org
corsac at alioth.debian.org
Thu Feb 14 07:24:05 UTC 2008
Author: corsac
Date: 2008-02-14 07:24:04 +0000 (Thu, 14 Feb 2008)
New Revision: 1614
Added:
desktop/trunk/orage/debian/patches/02_fix-implicit-pointer-conversion.patch
Modified:
desktop/trunk/orage/debian/changelog
Log:
* debian/patches: 02_fix-implicit-pointer-conversion added to fix possible
segfault on ia64 and x86_64. Thanks Dann Frazier. closes: #465657
Modified: desktop/trunk/orage/debian/changelog
===================================================================
--- desktop/trunk/orage/debian/changelog 2008-02-13 12:49:15 UTC (rev 1613)
+++ desktop/trunk/orage/debian/changelog 2008-02-14 07:24:04 UTC (rev 1614)
@@ -1,3 +1,10 @@
+orage (4.5.12.2-2) unstable; urgency=low
+
+ * debian/patches: 02_fix-implicit-pointer-conversion added to fix possible
+ segfault on ia64 and x86_64. Thanks Dann Frazier. closes: #465657
+
+ -- Yves-Alexis Perez <corsac at debian.org> Thu, 14 Feb 2008 08:23:56 +0100
+
orage (4.5.12.2-1) unstable; urgency=low
* New upstream release.
Added: desktop/trunk/orage/debian/patches/02_fix-implicit-pointer-conversion.patch
===================================================================
--- desktop/trunk/orage/debian/patches/02_fix-implicit-pointer-conversion.patch (rev 0)
+++ desktop/trunk/orage/debian/patches/02_fix-implicit-pointer-conversion.patch 2008-02-14 07:24:04 UTC (rev 1614)
@@ -0,0 +1,20 @@
+--- orage-4.5.12.2.orig/src/functions.c 2008-01-20 21:22:12.000000000 -0700
++++ orage-4.5.12.2/src/functions.c 2008-02-13 12:55:56.000000000 -0700
+@@ -21,16 +21,17 @@
+
+ */
+
++#define _XOPEN_SOURCE /* glibc2 needs this */
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <unistd.h>
+-#define _XOPEN_SOURCE /* glibc2 needs this */
+ #include <time.h>
+ #include <string.h>
+ #include <sys/types.h>
+ #include <sys/wait.h>
+
+ #include <glib.h>
++#include <glib/gprintf.h>
+ #include <gtk/gtk.h>
+ #include <gdk/gdk.h>
More information about the Pkg-xfce-commits
mailing list