From dc59828d7f2b7a2f1a36f28833e5ff2291504fe5 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 14 Mar 2017 18:50:53 +0100 Subject: [PATCH] wget: Securely download source archive Use HTTPS to securely download the source archive. --- wget.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wget.be0 b/wget.be0 index 0f69345ce..30ac0fac2 100755 --- a/wget.be0 +++ b/wget.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://ftp.gnu.org/gnu/wget/wget-${PKGVERSION}.tar.xz" +SRCURL[0]="https://ftp.gnu.org/gnu/wget/wget-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.