summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-27 01:15:43 +0000
committerKarl Berry <karl@freefriends.org>2016-03-27 01:15:43 +0000
commit6c81a96507c53f43fffc0b8f3fdd348caacaf68f (patch)
treec407d9ace8b4eb7b85846bc13ceca05793d1d18b /Master
parentb64ba45afd14ba01e718b4147ebf291f0d55b013 (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@40152 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/installer/config.guess5
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl7
2 files changed, 10 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess
index 373a659a067..d5d667d4a20 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-2016 Free Software Foundation, Inc.
-timestamp='2016-02-11'
+timestamp='2016-03-24'
# 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
@@ -1276,6 +1276,9 @@ EOF
SX-8R:SUPER-UX:*:*)
echo sx8r-nec-superux${UNAME_RELEASE}
exit ;;
+ SX-ACE:SUPER-UX:*:*)
+ echo sxace-nec-superux${UNAME_RELEASE}
+ exit ;;
Power*:Rhapsody:*:*)
echo powerpc-apple-rhapsody${UNAME_RELEASE}
exit ;;
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index 38d259cd793..38a148da792 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -38,6 +38,9 @@ $mirrors = {
'Malaysia' => {
'http://ossm.utm.my/tex-archive/' => 1
},
+ 'Philippines' => {
+ 'http://mirror.pregi.net/tex-archive/' => 1
+ },
'Singapore' => {
'http://download.nus.edu.sg/mirror/ctan/' => 1
},
@@ -114,6 +117,9 @@ $mirrors = {
'http://ftp.eq.uc.pt/software/TeX/' => 1,
'http://mirrors.fe.up.pt/pub/CTAN/' => 1
},
+ 'Russia' => {
+ 'http://ctan.altspu.ru/' => 1
+ },
'Serbia' => {
'http://ctan.mirror.ftn.uns.ac.rs/' => 1
},
@@ -154,7 +160,6 @@ $mirrors = {
'http://mirror.unl.edu/ctan/' => 1,
'http://mirror.utexas.edu/ctan/' => 1,
'http://mirrors.acm.jhu.edu/ctan/' => 1,
- 'http://mirrors.concertpass.com/tex-archive/' => 1,
'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1,
'http://mirrors.rit.edu/CTAN/' => 1
}