summaryrefslogtreecommitdiffstats
path: root/source/l/netpbm/netpbm-CAN-2005-2471.patch
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-07-22 22:09:56 +0000
committer Eric Hameleers <alien@slackware.com>2019-07-23 08:59:47 +0200
commitbcec1638cf64c4ac465f27e434435f983aa1b1cf (patch)
treec0bfc0874f19ec65a2f08ecb3a4bc72c3f33a62e /source/l/netpbm/netpbm-CAN-2005-2471.patch
parent9f4ecf6a5f87f2f8eb2401c45d1dff7ca806bba5 (diff)
downloadcurrent-671da26525b3117f9c1e67bdf7e8e238be16229e.tar.gz
current-671da26525b3117f9c1e67bdf7e8e238be16229e.tar.xz
Mon Jul 22 22:09:56 UTC 201920190722220956
a/aaa_terminfo-6.1_20190720-x86_64-1.txz: Upgraded. ap/squashfs-tools-20190721_95230e2-x86_64-1.txz: Upgraded. l/ncurses-6.1_20190720-x86_64-1.txz: Upgraded. l/netpbm-10.87.00-x86_64-1.txz: Upgraded. n/net-tools-20181103_0eebece-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/netpbm/netpbm-CAN-2005-2471.patch')
-rw-r--r--source/l/netpbm/netpbm-CAN-2005-2471.patch14
1 files changed, 8 insertions, 6 deletions
diff --git a/source/l/netpbm/netpbm-CAN-2005-2471.patch b/source/l/netpbm/netpbm-CAN-2005-2471.patch
index 24495de17..77a3cd769 100644
--- a/source/l/netpbm/netpbm-CAN-2005-2471.patch
+++ b/source/l/netpbm/netpbm-CAN-2005-2471.patch
@@ -1,7 +1,8 @@
-diff -urNp a/converter/other/pstopnm.c b/converter/other/pstopnm.c
---- a/converter/other/pstopnm.c 2018-07-23 15:14:51.200658026 +0200
-+++ b/converter/other/pstopnm.c 2018-07-23 15:18:12.579910612 +0200
-@@ -896,11 +896,11 @@ execGhostscript(int const
+diff --git a/converter/other/pstopnm.c b/converter/other/pstopnm.c
+index f534265..2ab48ab 100644
+--- a/converter/other/pstopnm.c
++++ b/converter/other/pstopnm.c
+@@ -896,11 +896,11 @@ execGhostscript(int const inputPipeFd,
ghostscriptProg, arg0,
deviceopt, outfileopt, gopt, ropt, textalphabitsopt,
"-q", "-dNOPAUSE",
@@ -9,8 +10,9 @@ diff -urNp a/converter/other/pstopnm.c b/converter/other/pstopnm.c
+ "-dPARANOIDSAFER", "-");
}
- execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, "-q",
-- "-dNOPAUSE", "-dSAFER", "-", NULL);
+- execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt,
+- textalphabitsopt, "-q", "-dNOPAUSE", "-dSAFER", "-", NULL);
++ execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, "-q",
+ "-dNOPAUSE", "-dPARANOIDSAFER", "-", NULL);
pm_error("execl() of Ghostscript ('%s') failed, errno=%d (%s)",