summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
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 /Master/texmf-dist
parentb5081102bc45191d77f3665817270ae63e4b06a3 (diff)
a2ping (28nov19)
git-svn-id: svn://tug.org/texlive/trunk@52964 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/man/man1/a2ping.14
-rw-r--r--Master/texmf-dist/doc/man/man1/a2ping.man1.pdfbin38068 -> 38069 bytes
-rw-r--r--Master/texmf-dist/doc/support/a2ping/HISTORY.txt4
-rwxr-xr-xMaster/texmf-dist/scripts/a2ping/a2ping.pl9
4 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/man/man1/a2ping.1 b/Master/texmf-dist/doc/man/man1/a2ping.1
index c471b40c32c..810ff905912 100644
--- a/Master/texmf-dist/doc/man/man1/a2ping.1
+++ b/Master/texmf-dist/doc/man/man1/a2ping.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35)
+.\" Automatically generated by Pod::Man 4.11 (Pod::Simple 3.35)
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "A2PING 1"
-.TH A2PING 1 "2018-11-12" "a2ping" "Peter Szabo"
+.TH A2PING 1 "2019-11-28" "a2ping" "Peter Szabo"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
diff --git a/Master/texmf-dist/doc/man/man1/a2ping.man1.pdf b/Master/texmf-dist/doc/man/man1/a2ping.man1.pdf
index 6c62816be48..8bdbd704b17 100644
--- a/Master/texmf-dist/doc/man/man1/a2ping.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/a2ping.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/a2ping/HISTORY.txt b/Master/texmf-dist/doc/support/a2ping/HISTORY.txt
index 3147b91e4f0..b410774de44 100644
--- a/Master/texmf-dist/doc/support/a2ping/HISTORY.txt
+++ b/Master/texmf-dist/doc/support/a2ping/HISTORY.txt
@@ -139,4 +139,8 @@
(https://bugs.ghostscript.com/show_bug.cgi?id=699063).
Problem reported by Akira Yokosawa.
+=head2 2019-11-17 v2.84p (Péter Szabó and Akira Yokosawa)
+
+ * -dNOSAFER fix for Ghostscript 9.50 by Akira Yokosawa.
+
__END__
diff --git a/Master/texmf-dist/scripts/a2ping/a2ping.pl b/Master/texmf-dist/scripts/a2ping/a2ping.pl
index 2f1a3bda4f8..b639fb9d2af 100755
--- a/Master/texmf-dist/scripts/a2ping/a2ping.pl
+++ b/Master/texmf-dist/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