]> code.ossystems Code Review - openembedded-core.git/commitdiff
GNU_MIRROR: switch from ftp to https
authorMaxin B. John <maxin.john@intel.com>
Tue, 9 May 2017 16:19:22 +0000 (19:19 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 May 2017 11:21:31 +0000 (12:21 +0100)
Based on the same reason behind DEBIAN's switch from ftp:
https://www.debian.org/News/2017/20170425

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/mirrors.bbclass

index 9c83463b6300aef89620c21a880911e8ec0594ea..b7c20b6cf5a28cff85a2f486720d616447c98cab 100644 (file)
@@ -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 \