diff --git a/mailx-12.5-mime.dif b/mailx-12.5-mime.dif index cfcebd1..db322c3 100644 --- a/mailx-12.5-mime.dif +++ b/mailx-12.5-mime.dif @@ -23,8 +23,8 @@ +#define X 3 /* character appears in non-ISO extended ASCII (Mac, IBM PC) */ + +static char text_chars[256] = { -+ /* NUL BEL BS HT LF FF CR */ -+ F, F, F, F, F, F, F, F, T, T, T, F, F, T, F, F, /* 0x0X */ ++ /* NUL BEL BS HT LF FF CR */ ++ F, F, F, F, F, F, F, F, T, T, T, F, T, T, F, F, /* 0x0X */ + /* ESC */ + F, F, F, F, F, F, F, F, F, F, F, T, F, F, F, F, /* 0x1X */ + T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, /* 0x2X */ diff --git a/mailx.changes b/mailx.changes index 9e0405e..0f7b1c2 100644 --- a/mailx.changes +++ b/mailx.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 17 10:05:20 UTC 2015 - werner@suse.de + +- Modify patch mailx-12.5-mime.dif to allow Form Feed as valid + characters within mail messages (bsc#922543) + ------------------------------------------------------------------- Thu Dec 11 11:46:53 UTC 2014 - werner@suse.de diff --git a/mailx.spec b/mailx.spec index 8aa3019..73eec36 100644 --- a/mailx.spec +++ b/mailx.spec @@ -1,7 +1,7 @@ # # spec file for package mailx # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed