From e918b7b7e4505cd01daf5e90267193152b0aa210 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 9 Jul 2023 19:48:32 +0000 Subject: [PATCH] epstopdf (9jul23) git-svn-id: svn://tug.org/texlive/trunk/Build/source@67591 c570f23f-e606-0410-a88d-b1316a301751 --- .../linked_scripts/epstopdf/epstopdf.pl | 59 ++++++++++++++++++- 1 file changed, 56 insertions(+), 3 deletions(-) diff --git a/texk/texlive/linked_scripts/epstopdf/epstopdf.pl b/texk/texlive/linked_scripts/epstopdf/epstopdf.pl index 4d28268fce..d6bf66b2d8 100755 --- a/texk/texlive/linked_scripts/epstopdf/epstopdf.pl +++ b/texk/texlive/linked_scripts/epstopdf/epstopdf.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: epstopdf.pl 66407 2023-03-06 23:44:49Z karl $ +# $Id: epstopdf.pl 67585 2023-07-08 21:10:52Z karl $ # (Copyright lines below.) # # Redistribution and use in source and binary forms, with or without @@ -35,7 +35,10 @@ # # emacs-page # -my $ver = "2.31"; +my $ver = "2.32"; +# 2023/07/08 2.32 (Karl Berry) +# * check that kpsewhich and gs are in PATH. +# * correct TL path for kpsewhich to bin/windows. # 2023/03/06 v2.31 (Karl Berry) # * disallow --nosafer in restricted mode. # * disallow output to pipes in restricted mode. @@ -197,7 +200,7 @@ ### emacs-page ### program identification my $program = "epstopdf"; -my $ident = '($Id: epstopdf.pl 66407 2023-03-06 23:44:49Z karl $)' . " $ver"; +my $ident = '($Id: epstopdf.pl 67585 2023-07-08 21:10:52Z karl $)' . " $ver"; my $copyright = <