summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-09 01:23:45 +0000
committerKarl Berry <karl@freefriends.org>2018-12-09 01:23:45 +0000
commitf8417f39634962458c803aa22465d5eeb8f61976 (patch)
tree41e8498a8a331324d19eca16ddca21e6ec9d9af6 /Master
parent71cdd332b25fd6307d26d8705f10a1ee60fe9bbc (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49356 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/doc.html2
-rwxr-xr-xMaster/tlpkg/installer/config.guess5
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl4
3 files changed, 4 insertions, 7 deletions
diff --git a/Master/doc.html b/Master/doc.html
index 33cd009a1c4..a24f0fd6607 100644
--- a/Master/doc.html
+++ b/Master/doc.html
@@ -19349,7 +19349,7 @@ XTU thesis template
</small></li>
<li><b><a href="texmf-dist/doc/latex/xurl">xurl</a></b>:<small>
-Allow url break at any alphanumerical character
+Allow URL breaks at any alphanumerical character
<a href="texmf-dist/doc/latex/xurl/xurl.pdf">xurl.pdf</a>.
</small></li>
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess
index 47d7bed50c5..94c4ac154a3 100755
--- a/Master/tlpkg/installer/config.guess
+++ b/Master/tlpkg/installer/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2018 Free Software Foundation, Inc.
-timestamp='2018-11-28'
+timestamp='2018-12-07'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -96,8 +96,7 @@ fi
tmp=
# shellcheck disable=SC2172
-trap 'test -z "$tmp" || rm -fr "$tmp"' 1 2 13 15
-trap 'exitcode=$?; test -z "$tmp" || rm -fr "$tmp"; exit $exitcode' 0
+trap 'test -z "$tmp" || rm -fr "$tmp"' 0 1 2 13 15
set_cc_for_build() {
: "${TMPDIR=/tmp}"
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index 1e9b1fe1d8d..fdb686f7d6e 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -25,11 +25,11 @@ $mirrors = {
},
'Iran' => {
'http://ctan.asis.io/' => 1,
- 'http://ctan.um.ac.ir/' => 1,
'http://ctan.yazd.ac.ir/' => 1,
'http://repo.iut.ac.ir/tex-archive/' => 1
},
'Japan' => {
+ 'ftp://ftp.kddilabs.jp/CTAN/' => 1,
'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1,
'http://ftp.jaist.ac.jp/pub/CTAN/' => 1,
'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1
@@ -73,7 +73,6 @@ $mirrors = {
'http://ctan.mines-albi.fr/' => 1,
'http://ctan.tetaneutral.net/' => 1,
'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1,
- 'http://mirror.ibcp.fr/pub/CTAN/' => 1,
'http://mirrors.ircam.fr/pub/CTAN/' => 1,
'http://mirrors.standaloneinstaller.com/ctan/' => 1
},
@@ -109,7 +108,6 @@ $mirrors = {
'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1
},
'Portugal' => {
- 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1,
'ftp://ftp.ist.utl.pt/pub/ctan/' => 1,
'http://mirrors.up.pt/pub/CTAN/' => 1
},