From 66f31d33430e3358eb758cff2fd16b03a6e5b150 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 3 Jul 2014 10:25:23 +0100 Subject: [PATCH] Fetch Rust snapshots over HTTPS. Fix #2752 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 96031c92561..bd446bd05a4 100755 --- a/configure +++ b/configure @@ -413,7 +413,7 @@ then rm -rf ${CFG_BUILD_DIR}/rust_snapshot make_dir ${CFG_BUILD_DIR}/rust_snapshot make_dir ${CFG_BUILD_DIR}/src/compiler/rust - SNAPSHOT_URL="http://servo-rust.s3.amazonaws.com/$(cat ${CFG_SRC_DIR}/src/compiler/rust-snapshot-hash)-${DEFAULT_TARGET}.tar.gz" + SNAPSHOT_URL="https://servo-rust.s3.amazonaws.com/$(cat ${CFG_SRC_DIR}/src/compiler/rust-snapshot-hash)-${DEFAULT_TARGET}.tar.gz" step_msg "Fetching snapshot from ${SNAPSHOT_URL}" curl -o ${CFG_BUILD_DIR}/rust_snapshot/snapshot.tgz ${SNAPSHOT_URL} tar -zxf ${CFG_BUILD_DIR}/rust_snapshot/snapshot.tgz -C ${CFG_BUILD_DIR}/rust_snapshot/