mirror of
git://slackware.nl/current.git
synced 2024-12-26 09:58:59 +01:00
142322a437
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.
13 lines
604 B
Diff
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));
|