From 406221dc8d42a6beda5aca96dd7d668751e53635 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Wed, 8 Apr 2020 21:19:40 +0200 Subject: Initial release based on sgs' private overlay --- .../files/sylpheed-3.7.0-PGP-signature-fix.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mail-client/sylpheed/files/sylpheed-3.7.0-PGP-signature-fix.patch (limited to 'mail-client/sylpheed/files/sylpheed-3.7.0-PGP-signature-fix.patch') diff --git a/mail-client/sylpheed/files/sylpheed-3.7.0-PGP-signature-fix.patch b/mail-client/sylpheed/files/sylpheed-3.7.0-PGP-signature-fix.patch new file mode 100644 index 0000000..f41a22f --- /dev/null +++ b/mail-client/sylpheed/files/sylpheed-3.7.0-PGP-signature-fix.patch @@ -0,0 +1,18 @@ +diff -rupN sylpheed-3.7.0/libsylph/utils.c sylpheed-3.7.0.new/libsylph/utils.c +--- sylpheed-3.7.0/libsylph/utils.c 2017-11-30 03:34:14.000000000 +0100 ++++ sylpheed-3.7.0.new/libsylph/utils.c 2018-02-08 08:39:06.586381290 +0100 +@@ -3306,10 +3306,10 @@ gint canonicalize_file(const gchar *src, + } + } + +- if (last_linebreak == TRUE) { +- if (fputs("\r\n", dest_fp) == EOF) +- err = TRUE; +- } ++ /* if (last_linebreak == TRUE) { */ ++ /* if (fputs("\r\n", dest_fp) == EOF) */ ++ /* err = TRUE; */ ++ /* } */ + + if (ferror(src_fp)) { + FILE_OP_ERROR(src, "fgets"); -- cgit v1.3