From cdf45b5c80e4eadcb614d2f693199643f60f671f Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 21 Jun 2013 17:53:33 +0000 Subject: [PATCH] Chase the permanent (301-code) redirects that kernel.org issues. --- Mk/bsd.sites.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 7d26b49078ea..cec35faf5b7d 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -1462,7 +1462,7 @@ MASTER_SITE_XORG+= \ .if !defined(IGNORE_MASTER_SITE_KERNEL_ORG) MASTER_SITE_KERNEL_ORG+= \ - http://kernel.org/pub/%SUBDIR%/ \ + https://www.kernel.org/pub/%SUBDIR%/ \ ftp://ftp.ntu.edu.tw/%SUBDIR%/ \ http://ftp.sunet.se/pub/Linux/kernel.org/%SUBDIR%/ \ http://ftp.yandex.ru/pub/%SUBDIR%/ \