[oe-commits] [openembedded-core] 18/41: GNU_MIRROR: switch from ftp to https

git at git.openembedded.org git at git.openembedded.org
Tue Aug 29 14:13:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch morty-next
in repository openembedded-core.

commit 16a43d53533dcc9bb6fca141b2a66cff648df0d2
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Tue May 9 19:19:22 2017 +0300

    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
    
    (From OE-Core rev: ba119d836c0f4b20a39c92fa2e64abb0d5a55ad4)
    
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/classes/mirrors.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass
index 8a639b2..2cdc71b 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list