From: Maxin B. John Date: Tue, 9 May 2017 16:19:22 +0000 (+0300) Subject: GNU_MIRROR: switch from ftp to https X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~21534 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba119d836c0f4b20a39c92fa2e64abb0d5a55ad4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git GNU_MIRROR: switch from ftp to https Based on the same reason behind DEBIAN's switch from ftp: https://www.debian.org/News/2017/20170425 Signed-off-by: Maxin B. John Signed-off-by: Richard Purdie --- diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index 9c83463b630..b7c20b6cf5a 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass @@ -19,7 +19,7 @@ ${DEBIAN_MIRROR} http://ftp.si.debian.org/debian/pool \n \ ${DEBIAN_MIRROR} http://ftp.es.debian.org/debian/pool \n \ ${DEBIAN_MIRROR} http://ftp.se.debian.org/debian/pool \n \ ${DEBIAN_MIRROR} http://ftp.tr.debian.org/debian/pool \n \ -${GNU_MIRROR} ftp://mirrors.kernel.org/gnu \n \ +${GNU_MIRROR} https://mirrors.kernel.org/gnu \n \ ${KERNELORG_MIRROR} http://www.kernel.org/pub \n \ ${GNUPG_MIRROR} ftp://ftp.gnupg.org/gcrypt \n \ ${GNUPG_MIRROR} ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt \n \