texlive[52964] trunk: a2ping (28nov19)

commits+karl at tug.org commits+karl at tug.org
Thu Nov 28 23:03:15 CET 2019


Revision: 52964
          http://tug.org/svn/texlive?view=revision&revision=52964
Author:   karl
Date:     2019-11-28 23:03:15 +0100 (Thu, 28 Nov 2019)
Log Message:
-----------
a2ping (28nov19)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/a2ping/a2ping.pl
    trunk/Master/texmf-dist/doc/man/man1/a2ping.1
    trunk/Master/texmf-dist/doc/man/man1/a2ping.man1.pdf
    trunk/Master/texmf-dist/doc/support/a2ping/HISTORY.txt
    trunk/Master/texmf-dist/scripts/a2ping/a2ping.pl
    trunk/Master/tlpkg/libexec/ctan2tds

Modified: trunk/Build/source/texk/texlive/linked_scripts/a2ping/a2ping.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/a2ping/a2ping.pl	2019-11-28 22:01:59 UTC (rev 52963)
+++ trunk/Build/source/texk/texlive/linked_scripts/a2ping/a2ping.pl	2019-11-28 22:03:15 UTC (rev 52964)
@@ -350,7 +350,7 @@
 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 @@
 
 ### 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 @@
 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

Modified: trunk/Master/texmf-dist/doc/man/man1/a2ping.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/a2ping.1	2019-11-28 22:01:59 UTC (rev 52963)
+++ trunk/Master/texmf-dist/doc/man/man1/a2ping.1	2019-11-28 22:03:15 UTC (rev 52964)
@@ -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

Modified: trunk/Master/texmf-dist/doc/man/man1/a2ping.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/support/a2ping/HISTORY.txt
===================================================================
--- trunk/Master/texmf-dist/doc/support/a2ping/HISTORY.txt	2019-11-28 22:01:59 UTC (rev 52963)
+++ trunk/Master/texmf-dist/doc/support/a2ping/HISTORY.txt	2019-11-28 22:03:15 UTC (rev 52964)
@@ -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__

Modified: trunk/Master/texmf-dist/scripts/a2ping/a2ping.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/a2ping/a2ping.pl	2019-11-28 22:01:59 UTC (rev 52963)
+++ trunk/Master/texmf-dist/scripts/a2ping/a2ping.pl	2019-11-28 22:03:15 UTC (rev 52964)
@@ -350,7 +350,7 @@
 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 @@
 
 ### 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 @@
 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

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2019-11-28 22:01:59 UTC (rev 52963)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2019-11-28 22:03:15 UTC (rev 52964)
@@ -69,7 +69,6 @@
  'TOPtesi',     "die 'skipping, use toptesi'",
  'TeXemplar',   "die 'skipping, use texemplar'",
  'TeXmacs',     "die 'skipping, binary'",
- 'a2ping',      "die 'check that our pod fixes are installed'",
  'a4',          "die 'skipping, just a pointer to ntgclass'",
  'aastex',      "&MAKEflatten",
  'accenti',     "die 'skipping, use bosisio instead'",



More information about the tex-live-commits mailing list