summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDebian QA Group <packages@qa.debian.org>2016-11-06 05:17:47 -0500
committerAllan Dixon Jr <allandixonjr@gmail.com>2016-11-06 05:17:47 -0500
commitb0e566a973d1a5043e7856f8c568cf8f2cf3a0db (patch)
treee9701e054c5b710fe580fdefb9736cd2da0475f4 /contrib
parent0d2e2fb31af0824dca6bf0ae9f767eaf7de5e556 (diff)
CVE-2014-0466
Gbp-Pq: Name CVE-2014-0466.diff
Diffstat (limited to 'contrib')
-rw-r--r--contrib/fixps.in2
-rw-r--r--contrib/fixps.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/fixps.in b/contrib/fixps.in
index af424a3..6c06825 100644
--- a/contrib/fixps.in
+++ b/contrib/fixps.in
@@ -389,7 +389,7 @@ if test $task != check; then
eval "$command" ;;
gs)
$verbose "$program: making a full rewrite of the file ($gs)." >&2
- $gs -q -dNOPAUSE -dBATCH -sDEVICE=pswrite -sOutputFile=- -c save pop -f $file ;;
+ $gs -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pswrite -sOutputFile=- -c save pop -f $file ;;
esac
)
fi
diff --git a/contrib/fixps.m4 b/contrib/fixps.m4
index 002449e..84d4178 100644
--- a/contrib/fixps.m4
+++ b/contrib/fixps.m4
@@ -307,7 +307,7 @@ if test $task != check; then
eval "$command" ;;
gs)
$verbose "$program: making a full rewrite of the file ($gs)." >&2
- $gs -q -dNOPAUSE -dBATCH -sDEVICE=pswrite -sOutputFile=- -c save pop -f $file ;;
+ $gs -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pswrite -sOutputFile=- -c save pop -f $file ;;
esac
)
fi