summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog6
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf13
2 files changed, 15 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 0e0dc922c8f..8195891fc6b 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,9 @@
+2009-07-23 Karl Berry <karl@tug.org>
+
+ * texmf.cnf (shell_escape_commands): remove tex programs (too
+ dangerous?), add other indexing programs, change pdfcrop to
+ rpdfcrop, convert to imgconvert.
+
2009-07-22 Taco Hoekwater <taco@metapost.org>
* texmf.cnf (sizes): fix some documentation strings for MetaPost,
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf
index 9f482bcbd63..11858e1d85b 100644
--- a/Build/source/texk/kpathsea/texmf.cnf
+++ b/Build/source/texk/kpathsea/texmf.cnf
@@ -492,12 +492,17 @@ try_std_extension_first = t
% enable it for everything but bare tex.
shell_escape = p
+% Special: convert is the standard command name for ImageMagick, but it
+% is also the name of a dangerous filesystem-changing command on
+% Windows. So enable imgconvert (used in w32tex), but not convert.
+
% No spaces in this command list.
shell_escape_commands = \
-bibtex,convert,dvips,epstopdf,epspdf,etex,fc-match,gnuplot,\
-kpsewhich,latex,luatex,lualatex,makeindex,mpost,\
-pdfcrop,pdflatex,pdfluatex,ps2pdf,ps4pdf,pstopdf,pygmentize,\
-tex,texexec,texmfstart,ulqda\
+bibtex,bibtex8,dvips,epstopdf,epspdf,etex,fc-match,\
+imgconvert,\
+kpsewhich,makeindex,mkgrkindex,\
+pdfluatex,ps2pdf,ps4pdf,pstopdf,pygmentize,\
+rpdfcrop,texindy,xindy,ulqda\
% plain TeX should remain unenhanced.
shell_escape.tex = f