Blame SOURCES/netpbm-CAN-2005-2471.patch

1ab173
diff -up netpbm-10.56.03/converter/other/pstopnm.c.CAN-2005-2471 netpbm-10.56.03/converter/other/pstopnm.c
1ab173
--- netpbm-10.56.03/converter/other/pstopnm.c.CAN-2005-2471	2011-11-09 09:18:00.000000000 +0100
1ab173
+++ netpbm-10.56.03/converter/other/pstopnm.c	2011-11-11 11:43:51.827409226 +0100
1ab173
@@ -747,11 +747,11 @@ execGhostscript(int          const input
1ab173
                    ghostscriptProg, arg0,
1ab173
                    deviceopt, outfileopt, gopt, ropt, textalphabitsopt,
1ab173
                    "-q", "-dNOPAUSE", 
1ab173
-                   "-dSAFER", "-");
1ab173
+                   "-dPARANOIDSAFER", "-");
1ab173
     }
1ab173
 
1ab173
     execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, "-q",
1ab173
-          "-dNOPAUSE", "-dSAFER", "-", NULL);
1ab173
+          "-dNOPAUSE", "-dPARANOIDSAFER", "-", NULL);
1ab173
     
1ab173
     pm_error("execl() of Ghostscript ('%s') failed, errno=%d (%s)",
1ab173
              ghostscriptProg, errno, strerror(errno));