texlive[59157] Master/texmf-dist/scripts/tlgs/gswin32/pdf2dsc.tlu:

commits+kakuto at tug.org commits+kakuto at tug.org
Mon May 10 05:33:21 CEST 2021


Revision: 59157
          http://tug.org/svn/texlive?view=revision&revision=59157
Author:   kakuto
Date:     2021-05-10 05:33:21 +0200 (Mon, 10 May 2021)
Log Message:
-----------
pdf2dsc.tlu: Add -dNOSAFER again since pdf2dsc does not work without it. pdf2dsc should be used for trusted sources only.

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/tlgs/gswin32/pdf2dsc.tlu

Modified: trunk/Master/texmf-dist/scripts/tlgs/gswin32/pdf2dsc.tlu
===================================================================
--- trunk/Master/texmf-dist/scripts/tlgs/gswin32/pdf2dsc.tlu	2021-05-09 23:48:49 UTC (rev 59156)
+++ trunk/Master/texmf-dist/scripts/tlgs/gswin32/pdf2dsc.tlu	2021-05-10 03:33:21 UTC (rev 59157)
@@ -53,7 +53,11 @@
 local command={}
 if os.type == 'unix' then command={'gs'} else command={'gswin32c'} end
 
-push(command, '-q', '-dNODISPLAY', '-dALLOWPSTRANSPARENCY',
+--[[ Add -dNOSAFER again since pdf2dsc does not work without it.
+     Use pdf2dsc for trusted sources only.
+--]]
+
+push(command, '-q', '-dNODISPLAY', '-dALLOWPSTRANSPARENCY', '-dNOSAFER',
      '-sPDFname='..pdffile, '-sDSCname='..dscfile, 'pdf2dsc.ps',
      '-c', 'quit')
 



More information about the tex-live-commits mailing list.