summaryrefslogtreecommitdiffstats
path: root/source/l/netpbm/netpbm-CAN-2005-2471.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/netpbm/netpbm-CAN-2005-2471.patch')
-rw-r--r--source/l/netpbm/netpbm-CAN-2005-2471.patch18
1 files changed, 6 insertions, 12 deletions
diff --git a/source/l/netpbm/netpbm-CAN-2005-2471.patch b/source/l/netpbm/netpbm-CAN-2005-2471.patch
index 77a3cd769..5e4b8baba 100644
--- a/source/l/netpbm/netpbm-CAN-2005-2471.patch
+++ b/source/l/netpbm/netpbm-CAN-2005-2471.patch
@@ -1,17 +1,11 @@
-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",
-- "-dSAFER", "-");
-+ "-dPARANOIDSAFER", "-");
+--- ./converter/other/pstopnm.c.orig 2023-12-29 13:47:21.000000000 -0600
++++ ./converter/other/pstopnm.c 2023-12-29 13:50:33.241915523 -0600
+@@ -899,8 +899,8 @@
+ "-dSAFER", "-");
}
-- execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt,
-- textalphabitsopt, "-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);