summaryrefslogtreecommitdiff
path: root/libre/netpbm/netpbm-CAN-2005-2471.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2020-04-10 09:38:45 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2020-04-10 09:38:45 -0500
commit17498359532ef0b1b4dcd61bbd4091c9b198ed78 (patch)
treee1bb313180758fd9a4d8bf5ae956a72667356478 /libre/netpbm/netpbm-CAN-2005-2471.patch
parenteac86ef87f60739090177ff67964bfa495f84fdf (diff)
downloadabslibre-17498359532ef0b1b4dcd61bbd4091c9b198ed78.tar.gz
abslibre-17498359532ef0b1b4dcd61bbd4091c9b198ed78.tar.bz2
abslibre-17498359532ef0b1b4dcd61bbd4091c9b198ed78.zip
netpbm-10.73.31-1.parabola1: updating version
Diffstat (limited to 'libre/netpbm/netpbm-CAN-2005-2471.patch')
-rw-r--r--libre/netpbm/netpbm-CAN-2005-2471.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/netpbm/netpbm-CAN-2005-2471.patch b/libre/netpbm/netpbm-CAN-2005-2471.patch
index 3759d7ebe..e4e93735b 100644
--- a/libre/netpbm/netpbm-CAN-2005-2471.patch
+++ b/libre/netpbm/netpbm-CAN-2005-2471.patch
@@ -1,6 +1,6 @@
--- netpbm-10.29/converter/other/pstopnm.c.CAN-2005-2471 2005-08-15 02:39:46.000000000 +0200
+++ netpbm-10.29/converter/other/pstopnm.c 2005-08-16 15:38:15.000000000 +0200
-@@ -711,11 +711,11 @@
+@@ -818,11 +818,11 @@
ghostscriptProg, arg0,
deviceopt, outfileopt, gopt, ropt, textalphabitsopt,
"-q", "-dNOPAUSE",
@@ -8,9 +8,9 @@
+ "-dPARANOIDSAFER", "-");
}
- execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, "-q",
-- "-dNOPAUSE", "-dSAFER", "-", NULL);
-+ "-dNOPAUSE", "-dPARANOIDSAFER", "-", NULL);
+ execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt,
+- textalphabitsopt, "-q", "-dNOPAUSE", "-dSAFER", "-", NULL);
++ textalphabitsopt, "-q", "-dNOPAUSE", "-dPARANOIDSAFER", "-", NULL);
pm_error("execl() of Ghostscript ('%s') failed, errno=%d (%s)",
ghostscriptProg, errno, strerror(errno));