diff options
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 9 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/NEWS | 5 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/c-auto.in | 2 | ||||
-rwxr-xr-x | Build/source/texk/kpathsea/configure | 24 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/doc/kpathsea.info | 196 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/doc/kpathsea.texi | 6 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/kpsewhich.c | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 8 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/version.ac | 4 |
9 files changed, 134 insertions, 124 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index b784ee2a535..5a0361e1ff0 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,12 @@ +2021-02-17 Karl Berry <karl@freefriends.org> + + * doc/kpathsea.texi, + * version.ac (kpse_dev): no /dev for 6.3.3. + * NEWS, + * doc/kpathsea.texi, + * kpsewhich.c, + * texmf.cnf: copyright 2021. + 2020-12-05 TANAKA Takuji <ttk@t-lab.opal.ne.jp> * knj.[ch]: Add new functions win32_fprintf(), win32_perror(). diff --git a/Build/source/texk/kpathsea/NEWS b/Build/source/texk/kpathsea/NEWS index 586da93de44..0a6c267a678 100644 --- a/Build/source/texk/kpathsea/NEWS +++ b/Build/source/texk/kpathsea/NEWS @@ -1,6 +1,11 @@ $Id$ This file records noteworthy changes. (Public domain.) +6.3.3 (for TeX Live 2021) +* The library does not emit warnings for unrecognized filenames, + leaving it up to the caller. +* Double save_size limit to 200,000 for tex4ht, l3regex, etc. + 6.3.2 (for TeX Live 2020, 27 March 2020) * New option --cnf-line for kpsewhich (and tex and mf) to support arbitrary configuration settings on the command line. diff --git a/Build/source/texk/kpathsea/c-auto.in b/Build/source/texk/kpathsea/c-auto.in index 5d056f1eb85..c8498cd71aa 100644 --- a/Build/source/texk/kpathsea/c-auto.in +++ b/Build/source/texk/kpathsea/c-auto.in @@ -23,7 +23,7 @@ #define KPATHSEA_C_AUTO_H /* kpathsea: the version string. */ -#define KPSEVERSION "kpathsea version 6.3.3/dev" +#define KPSEVERSION "kpathsea version 6.3.3" /* Define to 1 if the `closedir' function returns void instead of `int'. */ #undef CLOSEDIR_VOID diff --git a/Build/source/texk/kpathsea/configure b/Build/source/texk/kpathsea/configure index b13ae1cdab2..25d3323b39b 100755 --- a/Build/source/texk/kpathsea/configure +++ b/Build/source/texk/kpathsea/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Kpathsea 6.3.3/dev. +# Generated by GNU Autoconf 2.69 for Kpathsea 6.3.3. # # Report bugs to <tex-k@tug.org>. # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Kpathsea' PACKAGE_TARNAME='kpathsea' -PACKAGE_VERSION='6.3.3/dev' -PACKAGE_STRING='Kpathsea 6.3.3/dev' +PACKAGE_VERSION='6.3.3' +PACKAGE_STRING='Kpathsea 6.3.3' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1339,7 +1339,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Kpathsea 6.3.3/dev to adapt to many kinds of systems. +\`configure' configures Kpathsea 6.3.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1409,7 +1409,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Kpathsea 6.3.3/dev:";; + short | recursive ) echo "Configuration of Kpathsea 6.3.3:";; esac cat <<\_ACEOF @@ -1537,7 +1537,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Kpathsea configure 6.3.3/dev +Kpathsea configure 6.3.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2376,7 +2376,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Kpathsea $as_me 6.3.3/dev, which was +It was created by Kpathsea $as_me 6.3.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2757,14 +2757,14 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. -KPSEVERSION=6.3.3/dev +KPSEVERSION=6.3.3 KPSE_LT_VERSINFO=9:3:3 - WEB2CVERSION=" (TeX Live 2021/dev)" + WEB2CVERSION=" (TeX Live 2021)" am__api_version='1.16' @@ -8068,7 +8068,7 @@ fi # Define the identity of the package. PACKAGE='kpathsea' - VERSION='6.3.3/dev' + VERSION='6.3.3' cat >>confdefs.h <<_ACEOF @@ -14697,7 +14697,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Kpathsea $as_me 6.3.3/dev, which was +This file was extended by Kpathsea $as_me 6.3.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14763,7 +14763,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Kpathsea config.status 6.3.3/dev +Kpathsea config.status 6.3.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/kpathsea/doc/kpathsea.info b/Build/source/texk/kpathsea/doc/kpathsea.info index 2744e1176d4..66b0a4e2f90 100644 --- a/Build/source/texk/kpathsea/doc/kpathsea.info +++ b/Build/source/texk/kpathsea/doc/kpathsea.info @@ -1,9 +1,9 @@ -This is kpathsea.info, produced by makeinfo version 6.7 from +This is kpathsea.info, produced by makeinfo version 5.1 from kpathsea.texi. This file documents the Kpathsea library for path searching. - Copyright (C) 1996-2020 Karl Berry & Olaf Weber. + Copyright (C) 1996-2021 Karl Berry & Olaf Weber. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are @@ -37,7 +37,7 @@ Kpathsea library **************** This manual documents the Kpathsea library for path searching. It -corresponds to version 6.3.2, released in March 2020. +corresponds to version 6.3.3, released in February 2021. * Menu: @@ -61,8 +61,8 @@ File: kpathsea.info, Node: Introduction, Next: unixtex.ftp, Prev: Top, Up: T 1 Introduction ************** -This manual corresponds to version 6.3.2 of the Kpathsea library, -released in March 2020. +This manual corresponds to version 6.3.3 of the Kpathsea library, +released in February 2021. The library's fundamental purpose is to return a filename from a list of directories specified by the user, similar to what shells do when @@ -3038,7 +3038,7 @@ Index * !! and casefolding: Casefolding examples. (line 57) * !! in path specifications: ls-R. (line 57) -* !! in TEXMFDBS: ls-R. (line 11) +* !! in 'TEXMFDBS': ls-R. (line 11) * $ expansion: Variable expansion. (line 6) * --all: Path searching options. (line 12) @@ -3046,7 +3046,7 @@ Index (line 19) * --cnf-line: Path searching options. (line 28) -* --cnf-line, source for path: Path sources. (line 9) +* '--cnf-line', source for path: Path sources. (line 9) * --color=tty: ls-R. (line 25) * --debug=NUM: Auxiliary tasks. (line 9) * --dpi=NUM: Path searching options. @@ -3092,12 +3092,12 @@ Index * --without-mktexpk-default: mktex configuration. (line 12) * --without-mktextfm-default: mktex configuration. (line 12) * -1 debugging value: Debugging. (line 23) -* -A option to ls: ls-R. (line 39) +* -A option to 'ls': ls-R. (line 39) * -D NUM: Path searching options. (line 49) * -iname, find predicate: Casefolding examples. (line 78) -* -L option to ls: ls-R. (line 44) +* -L option to 'ls': ls-R. (line 44) * . directories, ignored: ls-R. (line 39) * . files: ls-R. (line 39) * .2602gf: Unable to generate fonts. @@ -3174,7 +3174,7 @@ Index (line 195) * .pro: Supported file formats. (line 169) -* .PROGNAME qualifier in texmf.cnf: Config files. (line 50) +* .PROGNAME qualifier in 'texmf.cnf': Config files. (line 50) * .rhosts, writable by TeX: Security. (line 10) * .ris: Supported file formats. (line 173) @@ -3184,7 +3184,7 @@ Index (line 42) * .tex: Supported file formats. (line 180) -* .tex file, included in ls-R: ls-R. (line 39) +* .tex file, included in 'ls-R': ls-R. (line 39) * .tfm: Supported file formats. (line 199) * .ttc: Supported file formats. @@ -3212,9 +3212,9 @@ Index * 8.3 filenames, using: mktex configuration. (line 68) * : may not be :: Searching overview. (line 13) * :: expansion: Default expansion. (line 6) -* ; translated to : in texmf.cnf: Config files. (line 66) -* = omitted in texmf.cnf and misparsing: Config files. (line 93) -* \, line continuation in texmf.cnf: Config files. (line 37) +* ; translated to ':' in 'texmf.cnf': Config files. (line 66) +* = omitted in 'texmf.cnf' and misparsing: Config files. (line 93) +* \, line continuation in 'texmf.cnf': Config files. (line 37) * \openin: Searching overview. (line 31) * \special, suppressing warnings about: Suppressing warnings. (line 31) @@ -3237,15 +3237,15 @@ Index * announcement mailing list: Mailing lists. (line 6) * API, re-entrant: Programming overview. (line 16) -* append-only directories and mktexpk: Security. (line 36) +* append-only directories and 'mktexpk': Security. (line 36) * appendonlydir: mktex configuration. (line 60) * Apple filesystem, case-insensitive: Casefolding rationale. (line 6) -* arguments to mktex: mktex script arguments. +* arguments to 'mktex': mktex script arguments. (line 6) * argv[0]: Calling sequence. (line 14) * autoconf, recommended: Calling sequence. (line 117) -* automounter, and ls-R: ls-R. (line 46) +* automounter, and 'ls-R': ls-R. (line 46) * auxiliary tasks: Auxiliary tasks. (line 6) * Bach, Johann Sebastian: Default expansion. (line 41) * backslash-newline: Config files. (line 37) @@ -3255,7 +3255,7 @@ Index (line 30) * BIBINPUTS <1>: Supported file formats. (line 121) -* blank lines, in texmf.cnf: Config files. (line 35) +* blank lines, in 'texmf.cnf': Config files. (line 35) * BLTXMLINPUTS: Supported file formats. (line 34) * brace expansion: Brace expansion. (line 6) @@ -3283,7 +3283,7 @@ Index * checksum: Suppressing warnings. (line 16) * circle fonts: Fontmap. (line 19) -* client_path in kpse->format_info: Calling sequence. (line 47) +* client_path in 'kpse->format_info': Calling sequence. (line 47) * CLUAINPUTS: Supported file formats. (line 42) * CMAPFONTS: Supported file formats. @@ -3294,7 +3294,7 @@ Index * cnf.h: Programming with config files. (line 27) * comments, in fontmap files: Fontmap. (line 27) -* comments, in texmf.cnf: Config files. (line 27) +* comments, in 'texmf.cnf': Config files. (line 27) * comments, making: Introduction. (line 29) * common features in glyph lookup: Basic glyph lookup. (line 6) * common problems: Common problems. (line 6) @@ -3320,8 +3320,9 @@ Index * configuration bugs: Bug checklist. (line 27) * configuration file, source for path: Path sources. (line 20) * configuration files as shell scripts.: Config files. (line 86) -* configuration of mktex scripts: mktex configuration. (line 6) -* configure options for mktex scripts: mktex configuration. (line 12) +* configuration of 'mktex' scripts: mktex configuration. (line 6) +* 'configure' options for 'mktex' scripts: mktex configuration. + (line 12) * context diff: Bug checklist. (line 52) * continuation character: Config files. (line 37) * core dumps, reporting: Bug checklist. (line 58) @@ -3345,7 +3346,7 @@ Index * directory permissions: Security. (line 51) * directory structure, for TeX files: TeX directory structure. (line 6) -* disabling mktex scripts: mktex configuration. (line 6) +* disabling 'mktex' scripts: mktex configuration. (line 6) * disk search: Searching overview. (line 22) * disk searching, avoiding: ls-R. (line 57) * disk usage, reducing: Logging. (line 6) @@ -3372,7 +3373,7 @@ Index (line 41) * elt-dirs.c <1>: Subdirectory expansion. (line 48) -* enabling mktex scripts: mktex configuration. (line 6) +* enabling 'mktex' scripts: mktex configuration. (line 6) * ENCFONTS: Supported file formats. (line 61) * engine name: Path searching options. @@ -3401,7 +3402,7 @@ Index * extensions, filename: File lookup. (line 24) * externally-built filename database: Filename database. (line 6) * extra colons: Default expansion. (line 6) -* failed mktex... script invocation: mktex script names. (line 35) +* failed 'mktex...' script invocation: mktex script names. (line 35) * fallback font: Fallback font. (line 6) * fallback resolutions: Fallback font. (line 6) * FAQ, Kpathsea: Common problems. (line 6) @@ -3487,7 +3488,7 @@ Index (line 151) * interface, not frozen: Introduction. (line 29) * introduction: Introduction. (line 6) -* kdebug:: Debugging. (line 105) +* 'kdebug:': Debugging. (line 105) * kdefault.c: Default expansion. (line 48) * Knuth, Donald E.: History. (line 6) * Knuth, Donald E., archive of programs by: unixtex.ftp. (line 20) @@ -3590,9 +3591,9 @@ Index (line 20) * mkocp: mktex script names. (line 18) * mkofm: mktex script names. (line 21) -* mktex script configuration: mktex configuration. (line 6) -* mktex script names: mktex script names. (line 6) -* mktex scripts: mktex scripts. (line 6) +* 'mktex' script configuration: mktex configuration. (line 6) +* 'mktex' script names: mktex script names. (line 6) +* 'mktex' scripts: mktex scripts. (line 6) * mktex.cnf: Specially-recognized files. (line 28) * mktex.cnf <1>: mktex configuration. (line 29) @@ -3602,7 +3603,7 @@ Index * mktexfmt: mktex script names. (line 10) * mktexmf: mktex script names. (line 15) * mktexpk: mktex script names. (line 24) -* mktexpk can't guess mode: Unable to generate fonts. +* 'mktexpk' can't guess mode: Unable to generate fonts. (line 12) * mktextex: mktex script names. (line 27) * mktextfm: mktex script names. (line 30) @@ -3623,9 +3624,9 @@ Index * MT_FEATURES: mktex configuration. (line 39) * multiple TeX hierarchies: Brace expansion. (line 20) * must exist: Searching overview. (line 31) -* names for mktex scripts: mktex script names. (line 6) +* names for 'mktex' scripts: mktex script names. (line 6) * Neumann, Gustaf: History. (line 56) -* NFS and ls-R: ls-R. (line 46) +* NFS and 'ls-R': ls-R. (line 46) * nomfdrivers: mktex configuration. (line 92) * nomode: mktex configuration. (line 97) * none: Suppressing warnings. @@ -3738,7 +3739,7 @@ Index * shell variables: Variable expansion. (line 17) * shell_escape, example for code: Programming with config files. (line 10) -* site overrides for mktex...: mktex configuration. (line 29) +* site overrides for 'mktex...': mktex configuration. (line 29) * skeleton TeX directory: TeX directory structure. (line 6) * slow startup time: Slow path searching. (line 6) @@ -3773,7 +3774,7 @@ Index (line 6) * symbolic links not found: Unable to find files. (line 21) -* symbolic links, and ls-R: ls-R. (line 44) +* symbolic links, and 'ls-R': ls-R. (line 44) * symlinks, resolving: Calling sequence. (line 31) * system C compiler bugs: TeX or Metafont failing. (line 16) @@ -3839,7 +3840,7 @@ Index (line 6) * texmf.cnf: Specially-recognized files. (line 38) -* texmf.cnf missing, warning about: Config files. (line 18) +* 'texmf.cnf' missing, warning about: Config files. (line 18) * texmf.cnf, and variable expansion: Variable expansion. (line 6) * texmf.cnf, definition for: Config files. (line 6) * texmf.cnf, source for path: Path sources. (line 20) @@ -3884,7 +3885,7 @@ Index * tilde.c: Tilde expansion. (line 25) * time system call: Logging. (line 15) * tolerance for glyph lookup: Basic glyph lookup. (line 15) -* trailing / in home directory: Tilde expansion. (line 19) +* trailing '/' in home directory: Tilde expansion. (line 19) * trailing colons: Default expansion. (line 6) * translations, of path searching description: Path searching. (line 10) @@ -3910,7 +3911,7 @@ Index * unreadable file warnings: Suppressing warnings. (line 27) * unreadable files: Searching overview. (line 63) -* unusable ls-R warning: ls-R. (line 51) +* unusable 'ls-R' warning: ls-R. (line 51) * usage patterns, finding: Logging. (line 6) * USERPROFILE, as ~ expansion: Tilde expansion. (line 6) * USE_TEXMFVAR: mktex configuration. (line 128) @@ -3928,8 +3929,8 @@ Index (line 219) * Vojta, Paul: History. (line 30) * Walsh, Norman: History. (line 56) -* warning about unusable ls-R: ls-R. (line 51) -* warning, about missing texmf.cnf: Config files. (line 18) +* warning about unusable 'ls-R': ls-R. (line 51) +* warning, about missing 'texmf.cnf': Config files. (line 18) * warnings, file access: Searching overview. (line 63) * warnings, suppressing: Suppressing warnings. (line 6) @@ -3956,66 +3957,61 @@ Index Tag Table: Node: Top1480 -Node: Introduction2260 -Node: History4327 -Node: unixtex.ftp8923 -Node: Security10393 -Node: TeX directory structure12897 -Node: Path searching16938 -Node: Searching overview17896 -Node: Path sources21715 -Node: Config files22941 -Node: Path expansion28204 -Node: Default expansion29157 -Node: Variable expansion31227 -Node: Tilde expansion32628 -Node: Brace expansion33608 -Node: KPSE_DOT expansion34547 -Node: Subdirectory expansion35060 -Node: Casefolding search37408 -Node: Casefolding rationale38177 -Node: Casefolding examples39523 -Node: Filename database44569 -Node: ls-R45551 -Node: Filename aliases49227 -Node: Database format50405 -Node: Invoking kpsewhich51418 -Node: Path searching options52373 -Node: Specially-recognized files61971 -Node: Auxiliary tasks63326 -Node: Standard options67051 -Node: TeX support67407 -Node: Supported file formats68761 -Node: File lookup76429 -Node: Glyph lookup78178 -Node: Basic glyph lookup79302 -Node: Fontmap80182 -Node: Fallback font82711 -Node: Suppressing warnings83623 -Node: mktex scripts84750 -Node: mktex configuration85965 -Node: mktex script names91768 -Node: mktex script arguments93154 -Node: Programming94033 -Node: Programming overview94606 -Node: Calling sequence97467 -Node: Program-specific files103996 -Node: Programming with config files105019 -Node: Reporting bugs106606 -Node: Bug checklist107284 -Node: Mailing lists110753 -Node: Debugging111430 -Node: Logging116507 -Node: Common problems118374 -Node: Unable to find files118851 -Node: Slow path searching121261 -Node: Unable to generate fonts122636 -Node: TeX or Metafont failing125108 -Node: Index126310 +Node: Introduction2263 +Node: History4333 +Node: unixtex.ftp8929 +Node: Security10399 +Node: TeX directory structure12903 +Node: Path searching16944 +Node: Searching overview17902 +Node: Path sources21721 +Node: Config files22947 +Node: Path expansion28210 +Node: Default expansion29163 +Node: Variable expansion31233 +Node: Tilde expansion32634 +Node: Brace expansion33614 +Node: KPSE_DOT expansion34553 +Node: Subdirectory expansion35066 +Node: Casefolding search37414 +Node: Casefolding rationale38183 +Node: Casefolding examples39529 +Node: Filename database44575 +Node: ls-R45557 +Node: Filename aliases49233 +Node: Database format50411 +Node: Invoking kpsewhich51424 +Node: Path searching options52379 +Node: Specially-recognized files61977 +Node: Auxiliary tasks63332 +Node: Standard options67057 +Node: TeX support67413 +Node: Supported file formats68767 +Node: File lookup76435 +Node: Glyph lookup78184 +Node: Basic glyph lookup79308 +Node: Fontmap80188 +Node: Fallback font82717 +Node: Suppressing warnings83629 +Node: mktex scripts84756 +Node: mktex configuration85971 +Node: mktex script names91774 +Node: mktex script arguments93160 +Node: Programming94039 +Node: Programming overview94612 +Node: Calling sequence97473 +Node: Program-specific files104002 +Node: Programming with config files105025 +Node: Reporting bugs106612 +Node: Bug checklist107290 +Node: Mailing lists110759 +Node: Debugging111436 +Node: Logging116513 +Node: Common problems118380 +Node: Unable to find files118857 +Node: Slow path searching121267 +Node: Unable to generate fonts122642 +Node: TeX or Metafont failing125114 +Node: Index126316 End Tag Table - - -Local Variables: -coding: utf-8 -End: diff --git a/Build/source/texk/kpathsea/doc/kpathsea.texi b/Build/source/texk/kpathsea/doc/kpathsea.texi index 5888fac7936..00ff64eefbe 100644 --- a/Build/source/texk/kpathsea/doc/kpathsea.texi +++ b/Build/source/texk/kpathsea/doc/kpathsea.texi @@ -2,13 +2,13 @@ @setfilename kpathsea.info @settitle Kpathsea: A library for path searching -@set version 6.3.2 -@set month-year March 2020 +@set version 6.3.3 +@set month-year February 2021 @copying This file documents the Kpathsea library for path searching. -Copyright @copyright{} 1996--2020 Karl Berry & Olaf Weber. +Copyright @copyright{} 1996--2021 Karl Berry & Olaf Weber. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are diff --git a/Build/source/texk/kpathsea/kpsewhich.c b/Build/source/texk/kpathsea/kpsewhich.c index 532f6c48788..76f956a2480 100644 --- a/Build/source/texk/kpathsea/kpsewhich.c +++ b/Build/source/texk/kpathsea/kpsewhich.c @@ -1,7 +1,7 @@ /* kpsewhich -- standalone path lookup and variable expansion for Kpathsea. Ideas from Thomas Esser, Pierre MacKay, and many others. - Copyright 1995-2019 Karl Berry & Olaf Weber. + Copyright 1995-2021 Karl Berry & Olaf Weber. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -736,7 +736,7 @@ read_command_line (kpathsea kpse, int argc, string *argv) } else if (ARGUMENT_IS ("version")) { puts (kpathsea_version_string); - puts ("Copyright 2020 Karl Berry & Olaf Weber.\n\ + puts ("Copyright 2021 Karl Berry & Olaf Weber.\n\ License LGPLv2.1+: GNU Lesser GPL version 2.1 or later <https://gnu.org/licenses/lgpl.html>\n\ This is free software: you are free to change and redistribute it.\n\ There is NO WARRANTY, to the extent permitted by law.\n"); diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 7af26f6d7de..a58b3e6c990 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -4,8 +4,8 @@ % If you modify this original file, YOUR CHANGES WILL BE LOST when it is % updated. Instead, put your changes -- and only your changes, not an % entire copy! -- in ../../texmf.cnf. That is, if this file is -% installed in /some/path/to/texlive/2020/texmf-dist/web2c/texmf.cnf, -% put your custom settings in /some/path/to/texlive/2020/texmf.cnf. +% installed in /some/path/to/texlive/2021/texmf-dist/web2c/texmf.cnf, +% put your custom settings in /some/path/to/texlive/2021/texmf.cnf. % (Below, we use YYYY in place of the specific year.) % % What follows is a super-summary of what this .cnf file can @@ -84,10 +84,10 @@ TEXMFSYSCONFIG = $TEXMFROOT/texmf-config TEXMFHOME = ~/texmf % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data. -TEXMFVAR = ~/.texlive2020/texmf-var +TEXMFVAR = ~/.texlive2021/texmf-var % TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data. -TEXMFCONFIG = ~/.texlive2020/texmf-config +TEXMFCONFIG = ~/.texlive2021/texmf-config % This is the value manipulated by tlmgr's auxtrees subcommand in the % root texmf.cnf. Kpathsea warns about a literally empty string for a diff --git a/Build/source/texk/kpathsea/version.ac b/Build/source/texk/kpathsea/version.ac index b5460c76d63..22ae3eb94ae 100644 --- a/Build/source/texk/kpathsea/version.ac +++ b/Build/source/texk/kpathsea/version.ac @@ -1,5 +1,5 @@ dnl $Id$ -dnl Copyright 2016-2020 Karl Berry <tex-live@tug.org> +dnl Copyright 2016-2021 Karl Berry <tex-live@tug.org> dnl Copyright 2011-2015 Peter Breitenlohner <tex-live@tug.org> dnl dnl This file is free software; the copyright holder @@ -20,4 +20,4 @@ dnl append "dev", to distinguish binaries built between releases. dnl -------------------------------------------------------- dnl dnl This file is m4-included from configure.ac. -m4_define([kpse_version], [6.3.3/dev]) +m4_define([kpse_version], [6.3.3]) |