From 6c81a96507c53f43fffc0b8f3fdd348caacaf68f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 27 Mar 2016 01:15:43 +0000 Subject: /home/texlive/karl/Master/tlpkg/bin/tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@40152 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/config.guess | 5 ++++- Master/tlpkg/installer/ctan-mirrors.pl | 7 ++++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'Master') 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 } -- cgit v1.2.3