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

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