summaryrefslogtreecommitdiff
path: root/Build/source/texk/texlive
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-28 22:03:15 +0000
committerKarl Berry <karl@freefriends.org>2019-11-28 22:03:15 +0000
commite67db3d09e5597c32438619e140e08b93e45ea47 (patch)
treecfe4dedf5a0a75d9c37aecdb5f96a8940ead2454 /Build/source/texk/texlive
parentb5081102bc45191d77f3665817270ae63e4b06a3 (diff)
a2ping (28nov19)
git-svn-id: svn://tug.org/texlive/trunk@52964 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/texlive')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/a2ping/a2ping.pl9
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/a2ping/a2ping.pl b/Build/source/texk/texlive/linked_scripts/a2ping/a2ping.pl
index 2f1a3bda4f8..b639fb9d2af 100755
--- a/Build/source/texk/texlive/linked_scripts/a2ping/a2ping.pl
+++ b/Build/source/texk/texlive/linked_scripts/a2ping/a2ping.pl
@@ -350,7 +350,7 @@ use just +1; # a JustLib application
use strict;
use integer;
use Htex::papers;
-BEGIN { $Htex::a2ping::VERSION="2.83p" }
+BEGIN { $Htex::a2ping::VERSION="2.84p" }
# Imp: option to ignore `%%Orientation: Portrait', which gs respects and rotates by 90 degrees if necessary
# Imp: gs(704?!) sometimes finds too small bbox, see Univers.eps
@@ -399,7 +399,7 @@ BEGIN { $Htex::a2ping::VERSION="2.83p" }
### program identification
my $program = "a2ping.pl";
-my $filedate="2018-03-07"; # See also $Htex::a2ping::VERSION.
+my $filedate="2019-11-17"; # See also $Htex::a2ping::VERSION.
my $copyright = "Written by <pts\@fazekas.hu> from April 2003.
This is free software, GNU GPL >=2.0. There is NO WARRANTY.
(epstopdf 2.7 Copyright 1998-2001 by Sebastian Rahtz et al.)\n";
@@ -778,8 +778,9 @@ $GS=$::opt_gs_cmd if defined $::opt_gs_cmd;
my $CGS=$GS;
$CGS=$::opt_gs_ccmd if defined $::opt_gs_ccmd;
# vvv SUXX: (r) file doesn't work with gs 8.5x -DSAFER
-#$GS.= " -dSAFER"; # -dWRITESYSTEMDICT
-#$CGS.=" -dSAFER"; # -dWRITESYSTEMDICT
+# -dNOSAFER to override SAFER activated by default since gs 9.50
+$GS.= " -dNOSAFER"; # -dWRITESYSTEMDICT
+$CGS.=" -dNOSAFER"; # -dWRITESYSTEMDICT
### get input and output filename
if (!defined $InputFilename and defined $OutputFilename) { # --filter