From a15585497fc78ddb098d435694cb4ef25bbcd2d1b571a638e5d85a3e11230ae5 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 17 Mar 2015 10:24:13 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/server:mail/mailx?expand=0&rev=43 --- mailx-12.5-mime.dif | 4 ++-- mailx.changes | 6 ++++++ mailx.spec | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) 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