You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.1 KiB
24 lines
1.1 KiB
diff -up a2ps-4.14/contrib/fixps.in.CVE-2014-0466 a2ps-4.14/contrib/fixps.in |
|
--- a2ps-4.14/contrib/fixps.in.CVE-2014-0466 2014-04-01 15:35:04.168904356 +0100 |
|
+++ a2ps-4.14/contrib/fixps.in 2014-04-01 15:35:36.509060292 +0100 |
|
@@ -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 -up a2ps-4.14/contrib/fixps.m4.CVE-2014-0466 a2ps-4.14/contrib/fixps.m4 |
|
--- a2ps-4.14/contrib/fixps.m4.CVE-2014-0466 2014-04-01 15:35:06.885917452 +0100 |
|
+++ a2ps-4.14/contrib/fixps.m4 2014-04-01 15:35:48.748119336 +0100 |
|
@@ -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
|
|
|