archrelease: copy trunk to extra-x86_64
[arch-packages.git] / netpbm / repos / extra-x86_64 / netpbm-CAN-2005-2471.patch
blobe4e93735ba0083a6688af013d3cd49d07141ed50
1 --- netpbm-10.29/converter/other/pstopnm.c.CAN-2005-2471 2005-08-15 02:39:46.000000000 +0200
2 +++ netpbm-10.29/converter/other/pstopnm.c 2005-08-16 15:38:15.000000000 +0200
3 @@ -818,11 +818,11 @@
4 ghostscriptProg, arg0,
5 deviceopt, outfileopt, gopt, ropt, textalphabitsopt,
6 "-q", "-dNOPAUSE",
7 - "-dSAFER", "-");
8 + "-dPARANOIDSAFER", "-");
11 execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt,
12 - textalphabitsopt, "-q", "-dNOPAUSE", "-dSAFER", "-", NULL);
13 + textalphabitsopt, "-q", "-dNOPAUSE", "-dPARANOIDSAFER", "-", NULL);
15 pm_error("execl() of Ghostscript ('%s') failed, errno=%d (%s)",
16 ghostscriptProg, errno, strerror(errno));