Blame SOURCES/ghostscript-9.23-100-run-dvipdf-securely.patch

ed4834
From 91c9c6d17d445781ee572c281b8b9d75d96f9df8 Mon Sep 17 00:00:00 2001
ed4834
From: "David Kaspar [Dee'Kej]" <dkaspar@redhat.com>
ed4834
Date: Fri, 7 Oct 2016 13:57:01 +0200
ed4834
Subject: [PATCH] Make sure 'dvipdf' is being run securely
ed4834
ed4834
---
ed4834
 lib/dvipdf | 2 +-
ed4834
 1 file changed, 1 insertion(+), 1 deletion(-)
ed4834
ed4834
diff --git a/lib/dvipdf b/lib/dvipdf
ed4834
index 802aeab..c92dfb0 100755
ed4834
--- a/lib/dvipdf
ed4834
+++ b/lib/dvipdf
ed4834
@@ -43,4 +43,4 @@ fi
ed4834
 
ed4834
 # We have to include the options twice because -I only takes effect if it
ed4834
 # appears before other options.
ed4834
-exec dvips -Ppdf $DVIPSOPTIONS -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -P- -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite -
ed4834
+exec dvips -R -Ppdf $DVIPSOPTIONS -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -P- -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite -
ed4834
-- 
ed4834
2.14.3
ed4834