pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/fetch



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat May 21 00:44:58 UTC 2022

Modified Files:
        pkgsrc/mk/fetch: sites.mk

Log Message:
sites.mk: update primary Apache sites


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 pkgsrc/mk/fetch/sites.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/fetch/sites.mk
diff -u pkgsrc/mk/fetch/sites.mk:1.177 pkgsrc/mk/fetch/sites.mk:1.178
--- pkgsrc/mk/fetch/sites.mk:1.177      Tue Aug 31 11:33:04 2021
+++ pkgsrc/mk/fetch/sites.mk    Sat May 21 00:44:58 2022
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.177 2021/08/31 11:33:04 markd Exp $
+# $NetBSD: sites.mk,v 1.178 2022/05/21 00:44:58 gutteridge Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -120,7 +120,8 @@ MASTER_SITE_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/ \
+       https://downloads.apache.org/ \
+       https://archive.apache.org/dist/ \
        http://www.eu.apache.org/dist/ \
        http://apache.oregonstate.edu/ \
        http://apache.mirrors.tds.net/ \



Home | Main Index | Thread Index | Old Index