claws-mail: import from SRPM
This commit is contained in:
parent
5efa10f691
commit
f3c6c059d6
12
base/claws-mail/claws-mail-4.0.0-pdf-gs-setpdfwrite.patch
Normal file
12
base/claws-mail/claws-mail-4.0.0-pdf-gs-setpdfwrite.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -Naur claws-mail-4.0.0-orig/src/plugins/pdf_viewer/poppler_viewer.c claws-mail-4.0.0/src/plugins/pdf_viewer/poppler_viewer.c
|
||||
--- claws-mail-4.0.0-orig/src/plugins/pdf_viewer/poppler_viewer.c 2021-07-10 10:47:13.000000000 +0200
|
||||
+++ claws-mail-4.0.0/src/plugins/pdf_viewer/poppler_viewer.c 2021-07-21 00:57:53.877710072 +0200
|
||||
@@ -1339,7 +1339,7 @@
|
||||
tmpfile = get_tmp_file();
|
||||
cmdline = g_strdup_printf(
|
||||
"gs -dSAFER -dCompatibilityLevel=1.2 -q -dNOPAUSE -dBATCH "
|
||||
- "-sDEVICE=pdfwrite -sOutputFile=%s -c .setpdfwrite -f \"%s\"",
|
||||
+ "-sDEVICE=pdfwrite -sOutputFile=%s -c 3000000 setvmthreshold -f \"%s\"",
|
||||
tmpfile, viewer->filename);
|
||||
result = execute_command_line(cmdline, FALSE, NULL);
|
||||
if (result == 0) {
|
12
base/claws-mail/claws-mail-system-crypto-policies.patch
Normal file
12
base/claws-mail/claws-mail-system-crypto-policies.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -Nur claws-mail-3.14.1-orig/src/common/ssl.c claws-mail-3.14.1/src/common/ssl.c
|
||||
--- claws-mail-3.14.1-orig/src/common/ssl.c 2016-11-06 13:01:28.000000000 +0100
|
||||
+++ claws-mail-3.14.1/src/common/ssl.c 2016-11-25 12:37:32.908929636 +0100
|
||||
@@ -408,7 +408,7 @@
|
||||
sockinfo->gnutls_priority, r);
|
||||
}
|
||||
else {
|
||||
- gnutls_priority_set_direct(session, DEFAULT_GNUTLS_PRIORITY, NULL);
|
||||
+ gnutls_set_default_priority(session);
|
||||
}
|
||||
|
||||
gnutls_record_disable_padding(session);
|
1649
base/claws-mail/claws-mail.spec
Normal file
1649
base/claws-mail/claws-mail.spec
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user