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

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