pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/fetch As discussed on-list, remove www.ibiblio.org ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b670c735e595
branches:  trunk
changeset: 648969:b670c735e595
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Thu Mar 26 07:54:51 2015 +0000

description:
As discussed on-list, remove www.ibiblio.org from MASTER_SITE_APACHE so that
its habit of returning HTTP 200 on files it doesn't have will not corrupt
resuming file downloads.

Also remove from MASTER_SITE_OPENOFFICE, for the same reason and also because
their openoffice mirror appears empty anyway.

There are no other instances of www.ibiblio.org in the mirror lists.

diffstat:

 mk/fetch/sites.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 49067a78fd85 -r b670c735e595 mk/fetch/sites.mk
--- a/mk/fetch/sites.mk Thu Mar 26 04:04:43 2015 +0000
+++ b/mk/fetch/sites.mk Thu Mar 26 07:54:51 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.125 2015/03/09 13:10:45 tnn Exp $
+# $NetBSD: sites.mk,v 1.126 2015/03/26 07:54:51 dsainty Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -133,12 +133,13 @@
        ftp://mirror.cict.fr/xemacs/ \
        ftp://ftp.dnsbalance.ring.gr.jp/pub/text/xemacs/
 
+# http://www.ibiblio.org/pub/mirrors/apache/ returns 200 for missing
+# files, which is incompatible with resuming transfers.
 MASTER_SITE_APACHE+=    \
        http://www.apache.org/dist/ \
        http://www.eu.apache.org/dist/ \
        http://apache.mirror.aussiehq.net.au/ \
        http://apache.oregonstate.edu/ \
-       http://www.ibiblio.org/pub/mirrors/apache/ \
        http://mirror.nyi.net/apache/ \
        http://apache.mirrors.tds.net/ \
        http://ftp.unicamp.br/pub/apache/ \
@@ -244,7 +245,6 @@
 MASTER_SITE_OPENOFFICE+=       \
        http://mirrors.isc.org/pub/openoffice/ \
        http://openoffice.mirrors.ilisys.com.au/ \
-       http://www.ibiblio.org/pub/mirrors/openoffice/ \
        ftp://ftp.ussg.iu.edu/pub/openoffice/ \
        http://gd.tuwien.ac.at/office/openoffice/ \
        http://ftp.sh.cvut.cz/MIRRORS/OpenOffice/ \



Home | Main Index | Thread Index | Old Index