From f8b1d6dcca0754ae39a51f39ddb131faef830798 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Tue, 6 Nov 2018 09:02:35 +0100 Subject: [PATCH] use https in source_urls in gzip test easyconfigs --- test/framework/easyconfigs/test_ecs/g/gzip/gzip-1.4.eb | 2 +- test/framework/easyconfigs/v1.0/g/gzip/gzip-1.4.eb | 2 +- test/framework/easyconfigs/v1.0/g/gzip/gzip-1.5-goolf-1.4.10.eb | 2 +- test/framework/easyconfigs/v1.0/g/gzip/gzip-1.5-ictce-4.1.13.eb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/framework/easyconfigs/test_ecs/g/gzip/gzip-1.4.eb b/test/framework/easyconfigs/test_ecs/g/gzip/gzip-1.4.eb index 1ae4242e80..fdaac2ae20 100644 --- a/test/framework/easyconfigs/test_ecs/g/gzip/gzip-1.4.eb +++ b/test/framework/easyconfigs/test_ecs/g/gzip/gzip-1.4.eb @@ -24,7 +24,7 @@ toolchain = {'name': 'dummy', 'version': 'dummy'} sources = [SOURCE_TAR_GZ] # download location for source files -source_urls = ['http://ftpmirror.gnu.org/gzip'] +source_urls = ['https://ftpmirror.gnu.org/gzip'] # make sure the gzip and gunzip binaries are available after installation sanity_check_paths = { diff --git a/test/framework/easyconfigs/v1.0/g/gzip/gzip-1.4.eb b/test/framework/easyconfigs/v1.0/g/gzip/gzip-1.4.eb index 329b4f71c6..c1ac02b7d9 100644 --- a/test/framework/easyconfigs/v1.0/g/gzip/gzip-1.4.eb +++ b/test/framework/easyconfigs/v1.0/g/gzip/gzip-1.4.eb @@ -24,7 +24,7 @@ toolchain = {'name':'dummy','version':'dummy'} sources = [SOURCE_TAR_GZ] # download location for source files -source_urls = ['http://ftpmirror.gnu.org/gnu/gzip'] +source_urls = ['https://ftpmirror.gnu.org/gnu/gzip'] # make sure the gzip and gunzip binaries are available after installation sanity_check_paths = { diff --git a/test/framework/easyconfigs/v1.0/g/gzip/gzip-1.5-goolf-1.4.10.eb b/test/framework/easyconfigs/v1.0/g/gzip/gzip-1.5-goolf-1.4.10.eb index 978e0c5e81..2a42eaf88f 100644 --- a/test/framework/easyconfigs/v1.0/g/gzip/gzip-1.5-goolf-1.4.10.eb +++ b/test/framework/easyconfigs/v1.0/g/gzip/gzip-1.5-goolf-1.4.10.eb @@ -20,7 +20,7 @@ description = "gzip (GNU zip) is a popular data compression program as a replace toolchain = {'name': 'goolf', 'version': '1.4.10'} # eg. http://ftp.gnu.org/gnu/gzip/gzip-1.5.tar.gz -source_urls = ['http://ftpmirror.gnu.org/gnu/gzip'] +source_urls = ['https://ftpmirror.gnu.org/gnu/gzip'] sources = [SOURCE_TAR_GZ] # make sure the gzip, gunzip and compress binaries are available after installation diff --git a/test/framework/easyconfigs/v1.0/g/gzip/gzip-1.5-ictce-4.1.13.eb b/test/framework/easyconfigs/v1.0/g/gzip/gzip-1.5-ictce-4.1.13.eb index f2f1039988..d578178841 100644 --- a/test/framework/easyconfigs/v1.0/g/gzip/gzip-1.5-ictce-4.1.13.eb +++ b/test/framework/easyconfigs/v1.0/g/gzip/gzip-1.5-ictce-4.1.13.eb @@ -20,7 +20,7 @@ description = "%(namelower)s (GNU zip) is a popular data compression program as toolchain = {'name': 'ictce', 'version': '4.1.13'} # eg. http://ftp.gnu.org/gnu/gzip/gzip-1.5.tar.gz -source_urls = ['http://ftpmirror.gnu.org/gnu/gzip'] +source_urls = ['https://ftpmirror.gnu.org/gnu/gzip'] sources = [SOURCE_TAR_GZ] # make sure the gzip, gunzip and compress binaries are available after installation