1 From 5ea5ff8bc0094ca1eda0dd0e011d860e994c0a88 Mon Sep 17 00:00:00 2001
2 From: David Seifert <soap@gentoo.org>
3 Date: Sun, 17 Sep 2017 23:26:32 +0200
4 Subject: Add fix for CVE-2014-0466
7 contrib/fixps.in | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/contrib/fixps.in b/contrib/fixps.in
11 index 45eeafc..bd6244e 100644
12 --- a/contrib/fixps.in
13 +++ b/contrib/fixps.in
14 @@ -393,7 +393,7 @@ if test $task != check; then
17 $verbose "$program: making a full rewrite of the file ($gs)." >&2
18 - $gs -q -dNOPAUSE -dBATCH -sDEVICE=pswrite -sOutputFile=- -c save pop -f $file ;;
19 + $gs -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pswrite -sOutputFile=- -c save pop -f $file ;;