From bc9a53d94ea0ed13ea9416ab2c16492f6b1016fb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 9 Jul 2023 19:48:32 +0000 Subject: epstopdf (9jul23) git-svn-id: svn://tug.org/texlive/trunk@67591 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/epstopdf/epstopdf.pl | 59 ++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/scripts/epstopdf') diff --git a/Master/texmf-dist/scripts/epstopdf/epstopdf.pl b/Master/texmf-dist/scripts/epstopdf/epstopdf.pl index 4d28268fce0..d6bf66b2d8d 100755 --- a/Master/texmf-dist/scripts/epstopdf/epstopdf.pl +++ b/Master/texmf-dist/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 @@ my $ver = "2.31"; ### 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 = <