tags 455619 + patch thanks Hi,
Attached is the diff for my mailfilter 0.8.1-1.1 NMU.
diff -u mailfilter-0.8.1/debian/patches/00list mailfilter-0.8.1/debian/patches/00list --- mailfilter-0.8.1/debian/patches/00list +++ mailfilter-0.8.1/debian/patches/00list @@ -1,0 +2 @@ +10_fix_gcc-4.3_ftbfs.dpatch diff -u mailfilter-0.8.1/debian/changelog mailfilter-0.8.1/debian/changelog --- mailfilter-0.8.1/debian/changelog +++ mailfilter-0.8.1/debian/changelog @@ -1,3 +1,10 @@ +mailfilter (0.8.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix gcc-4.3 FTBFS, patch by KiBi (Closes: #455619) + + -- Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> Sun, 16 Mar 2008 19:21:42 +0100 + mailfilter (0.8.1-1) unstable; urgency=low * New Upstream version (Closes: #440758) only in patch2: unchanged: --- mailfilter-0.8.1.orig/debian/patches/10_fix_gcc-4.3_ftbfs.dpatch +++ mailfilter-0.8.1/debian/patches/10_fix_gcc-4.3_ftbfs.dpatch @@ -0,0 +1,18 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 10_fix_gcc-4.3_ftbfs.dpatch by Cyril Brulebois <[EMAIL PROTECTED]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description + [EMAIL PROTECTED]@ +--- a/src/apop.cc ++++ b/src/apop.cc +@@ -28,6 +28,8 @@ + #include "md5.h" + } + ++#include <cstring> ++ + using namespace std; + + bool APOP :: login (const char* usr,