texlive[58660] Build/source/texk: sync

commits+karl at tug.org commits+karl at tug.org
Tue Mar 23 19:18:30 CET 2021


Revision: 58660
          http://tug.org/svn/texlive?view=revision&revision=58660
Author:   karl
Date:     2021-03-23 19:18:30 +0100 (Tue, 23 Mar 2021)
Log Message:
-----------
sync

Modified Paths:
--------------
    trunk/Build/source/texk/dvipdfm-x/data/dvipdfmx.cfg
    trunk/Build/source/texk/kpathsea/texmf.cnf
    trunk/Build/source/texk/tests/TeXLive/TLConfig.pm

Modified: trunk/Build/source/texk/dvipdfm-x/data/dvipdfmx.cfg
===================================================================
--- trunk/Build/source/texk/dvipdfm-x/data/dvipdfmx.cfg	2021-03-23 18:17:57 UTC (rev 58659)
+++ trunk/Build/source/texk/dvipdfm-x/data/dvipdfmx.cfg	2021-03-23 18:18:30 UTC (rev 58660)
@@ -156,8 +156,8 @@
 %%   kpsewhich -progname=dvipdfmx -format=othertext dvipdfmx.cfg
 %% and control which one is found by setting DVIPDFMXINPUTS.
 %%
-D  "rungs -q -dALLOWPSTRANSPARENCY -dNOPAUSE -dBATCH -dEPSCrop -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=%v -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dAutoRotatePages=/None -sOutputFile='%o' '%i' -c quit"
-%% If you change the above invocation, also change dvipdfmxunsafe.cfg!
+D  "rungs -q -dALLOWPSTRANSPARENCY -dSAFER -dNOPAUSE -dBATCH -dEPSCrop -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=%v -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dAutoRotatePages=/None -sOutputFile='%o' '%i' -c quit"
+%% If you change the above invocation, also change dvipdfmx-unsafe.cfg!
 
 % other random ps converters people have experimented with.
 %D "/usr/local/bin/ps2pdf -dEPSCrop '%i' '%o'"

Modified: trunk/Build/source/texk/kpathsea/texmf.cnf
===================================================================
--- trunk/Build/source/texk/kpathsea/texmf.cnf	2021-03-23 18:17:57 UTC (rev 58659)
+++ trunk/Build/source/texk/kpathsea/texmf.cnf	2021-03-23 18:18:30 UTC (rev 58660)
@@ -823,7 +823,7 @@
 % for all known free hyphenation patterns to be loaded simultaneously
 % (as TeX Live does).
 %
-trie_size = 1000000
+trie_size = 1100000
 
 hyph_size = 8191        % prime number of hyphenation exceptions, >610, <65535
                         % http://primes.utm.edu/curios/page.php/8191.html

Modified: trunk/Build/source/texk/tests/TeXLive/TLConfig.pm
===================================================================
--- trunk/Build/source/texk/tests/TeXLive/TLConfig.pm	2021-03-23 18:17:57 UTC (rev 58659)
+++ trunk/Build/source/texk/tests/TeXLive/TLConfig.pm	2021-03-23 18:18:30 UTC (rev 58660)
@@ -1,11 +1,11 @@
 # TeXLive::TLConfig.pm - module exporting configuration values
-# Copyright 2007-2020 Norbert Preining
+# Copyright 2007-2021 Norbert Preining
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
 
 package TeXLive::TLConfig;
 
-my $svnrev = '$Revision: 54123 $';
+my $svnrev = '$Revision: 57875 $';
 my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
 sub module_revision { return $_modulerevision; }
 
@@ -58,7 +58,7 @@
 
 # the year of our release, will be used in the location of the
 # network packages, and in menu names, and other places.
-$ReleaseYear = 2020;
+$ReleaseYear = 2021;
 
 # users can upgrade from this year to the current year; might be the
 # same as the release year, or any number of releases earlier.



More information about the tex-live-commits mailing list.