slackware-current/source/l/netpbm/netpbm-CAN-2005-2471.patch
Patrick J Volkerding 142322a437 Fri Dec 29 21:02:02 UTC 2023
a/sysvinit-scripts-15.1-noarch-10.txz:  Rebuilt.
  rc.M: Fix the name of the LDAP name service daemon (rc.nss-pam-ldap).
  Thanks to 0XBF.
d/subversion-1.14.3-x86_64-1.txz:  Upgraded.
l/libvisual-0.4.2-x86_64-1.txz:  Upgraded.
l/libvisual-plugins-0.4.2-x86_64-1.txz:  Upgraded.
l/netpbm-11.05.01-x86_64-1.txz:  Upgraded.
xfce/thunar-4.18.9-x86_64-1.txz:  Upgraded.
testing/packages/grub-2.12-x86_64-1.txz:  Added.
2023-12-29 22:35:49 +01:00

13 lines
604 B
Diff

--- ./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, "-q",
+ "-dNOPAUSE", "-dPARANOIDSAFER", "-", NULL);
pm_error("execl() of Ghostscript ('%s') failed, errno=%d (%s)",
ghostscriptProg, errno, strerror(errno));