Accepting request 291153 from server:mail

- Modify patch mailx-12.5-mime.dif to allow Form Feed as valid
  characters within mail messages (bsc#922543)

OBS-URL: https://build.opensuse.org/request/show/291153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mailx?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2015-03-19 19:48:52 +00:00 committed by Git OBS Bridge
commit 7a7a0bca5c
3 changed files with 9 additions and 3 deletions

View File

@ -23,8 +23,8 @@
+#define X 3 /* character appears in non-ISO extended ASCII (Mac, IBM PC) */ +#define X 3 /* character appears in non-ISO extended ASCII (Mac, IBM PC) */
+ +
+static char text_chars[256] = { +static char text_chars[256] = {
+ /* NUL BEL BS HT LF FF CR */ + /* NUL BEL BS HT LF FF CR */
+ F, F, F, F, F, F, F, F, T, T, T, F, F, T, F, F, /* 0x0X */ + F, F, F, F, F, F, F, F, T, T, T, F, T, T, F, F, /* 0x0X */
+ /* ESC */ + /* ESC */
+ F, F, F, F, F, F, F, F, F, F, F, T, F, F, F, F, /* 0x1X */ + 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 */ + T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, /* 0x2X */

View File

@ -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 Thu Dec 11 11:46:53 UTC 2014 - werner@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package mailx # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed