diff -u xmotd-1.17.3b/debian/changelog xmotd-1.17.3b/debian/changelog --- xmotd-1.17.3b/debian/changelog 2006-06-17 13:17:32.979607500 +0100 +++ xmotd-1.17.3b/debian/changelog 2008-01-02 21:21:38.000000000 +0000 @@ -1,3 +1,10 @@ +xmotd (1.17.3b-4) unstable; urgency=low + + * Patched to include necessary headers, which fixes segfault on x86_64, + which in turn closes: #458703 + + -- Marcin Owsiany Wed, 2 Jan 2008 21:20:27 +0000 + xmotd (1.17.3b-3) unstable; urgency=low * Added a .desktop file, which closes: Bug#368090 only in patch2: unchanged: --- xmotd-1.17.3b.orig/browser.c 1997-08-28 21:09:27.000000000 +0100 +++ xmotd-1.17.3b/browser.c 2008-01-02 20:46:01.000000000 +0000 @@ -32,6 +32,8 @@ #ifdef HAVE_HTML +#include +#include #include #include "maindefs.h" #include "libhtmlw/HTML.h" only in patch2: unchanged: --- xmotd-1.17.3b.orig/logo.c 1997-07-18 02:23:55.000000000 +0100 +++ xmotd-1.17.3b/logo.c 2008-01-02 20:44:08.000000000 +0000 @@ -29,6 +29,7 @@ /* $Id: logo.c,v 1.2 1997/07/18 01:23:55 elf Exp $ */ #include +#include #include #include only in patch2: unchanged: --- xmotd-1.17.3b.orig/main.c 2003-06-18 22:57:47.000000000 +0100 +++ xmotd-1.17.3b/main.c 2008-01-02 20:42:47.000000000 +0000 @@ -44,8 +44,10 @@ */ #include +#include #include #include +#include #include #include only in patch2: unchanged: --- xmotd-1.17.3b.orig/textmode.c 1998-11-03 22:24:03.000000000 +0000 +++ xmotd-1.17.3b/textmode.c 2008-01-02 20:46:23.000000000 +0000 @@ -30,9 +30,12 @@ */ #include +#include #include #include #include +#include +#include #include #include only in patch2: unchanged: --- xmotd-1.17.3b.orig/usage.c 2003-02-14 00:34:16.000000000 +0000 +++ xmotd-1.17.3b/usage.c 2008-01-02 20:44:26.000000000 +0000 @@ -27,6 +27,7 @@ */ #include +#include #include "maindefs.h" #include "patchlevel.h" only in patch2: unchanged: --- xmotd-1.17.3b.orig/xmotd.c 2003-06-18 22:53:39.000000000 +0100 +++ xmotd-1.17.3b/xmotd.c 2008-01-02 20:44:55.000000000 +0000 @@ -28,6 +28,7 @@ * */ #include +#include #include #include #include