From 5c008dbfee7bfc5120531cd8c7fd9f3b69cee549 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 16 Jun 2016 14:20:34 +0200 Subject: [PATCH] linux-4.6.3: Use HTTPS to download archive --- linux-4.6.3-91.bee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-4.6.3-91.bee b/linux-4.6.3-91.bee index ba3ec5485..54a8181d4 100755 --- a/linux-4.6.3-91.bee +++ b/linux-4.6.3-91.bee @@ -9,7 +9,7 @@ fi echo $KERNELVERSION -SRCURL[0]="http://www.kernel.org/pub/linux/kernel/v${PKGVERSION[1]}.x/linux-${PKGVERSION}.tar.xz" +SRCURL[0]="https://www.kernel.org/pub/linux/kernel/v${PKGVERSION[1]}.x/linux-${PKGVERSION}.tar.xz" # backported to stable # PATCHURL+=(/src/mariux/patches/linux-0001-NFS-Fix-attribute-cache-revalidation.patch) PATCHURL+=(/src/mariux/patches/linux-0002-NFS-Ensure-we-revalidate-attributes-before-using-exe.patch)