From 49931349ed05eec6ef5b4704fb691bbc0017b2e0 Mon Sep 17 00:00:00 2001
From: Alessio Sergi <al3hex@gmail.com>
Date: Thu, 9 Mar 2017 10:00:03 +0100
Subject: [PATCH] xbps-src: use https for KERNEL_SITE

---
 common/environment/setup/misc.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/common/environment/setup/misc.sh b/common/environment/setup/misc.sh
index 46c6b38b3e..34e6cbf770 100644
--- a/common/environment/setup/misc.sh
+++ b/common/environment/setup/misc.sh
@@ -10,8 +10,7 @@ UBUNTU_SITE="http://archive.ubuntu.com/ubuntu/pool"
 XORG_SITE="http://xorg.freedesktop.org/releases/individual"
 DEBIAN_SITE="http://ftp.debian.org/debian/pool"
 GNOME_SITE="http://ftp.gnome.org/pub/GNOME/sources"
-KERNEL_SITE="http://www.kernel.org/pub/linux"
-#KERNEL_SITE="http://mirror.be.gbxs.net/pub/linux"
+KERNEL_SITE="https://www.kernel.org/pub/linux"
 CPAN_SITE="http://cpan.perl.org/modules/by-module"
 PYPI_SITE="https://files.pythonhosted.org/packages/source"
 MOZILLA_SITE="http://ftp.mozilla.org/pub"