From 6b621619f1f6a4276bec7a396b01c3c318c967c3 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 7 Nov 2016 11:06:39 +0100 Subject: [PATCH] Switch from HTTP to HTTPS whenever possible Let's be good citizens. Reported by e3amn2l. --- build-scripts/test-recursor-bulk | 2 +- build-scripts/travis.sh | 4 ++-- m4/boost.m4 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build-scripts/test-recursor-bulk b/build-scripts/test-recursor-bulk index 3f80646fc1..1f5863b66e 100755 --- a/build-scripts/test-recursor-bulk +++ b/build-scripts/test-recursor-bulk @@ -12,7 +12,7 @@ set -x cd regression-tests -wget -c -N http://s3.amazonaws.com/alexa-static/top-1m.csv.zip +wget -c -N https://s3.amazonaws.com/alexa-static/top-1m.csv.zip unzip top-1m.csv.zip diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 84c704439e..3b0d84a606 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -236,7 +236,7 @@ install_auth() { jq" run "cd .." - run "wget http://www.verisignlabs.com/dnssec-tools/packages/jdnssec-tools-0.12.tar.gz" + run "wget https://www.verisignlabs.com/dnssec-tools/packages/jdnssec-tools-0.12.tar.gz" run "sudo tar xfz jdnssec-tools-0.12.tar.gz --strip-components=1 -C /" run "cd pdns" @@ -335,7 +335,7 @@ install_recursor() { moreutils \ jq" run "cd .." - run "wget http://s3.amazonaws.com/alexa-static/top-1m.csv.zip" + run "wget https://s3.amazonaws.com/alexa-static/top-1m.csv.zip" run "unzip top-1m.csv.zip -d ./pdns/regression-tests" PDNS_SERVER_VERSION="0.0.880gcb54743-1pdns" run "wget https://downloads.powerdns.com/autobuilt/auth/deb/$PDNS_SERVER_VERSION.trusty-amd64/pdns-server_$PDNS_SERVER_VERSION.trusty_amd64.deb" diff --git a/m4/boost.m4 b/m4/boost.m4 index a1aa142418..eda1d63116 100644 --- a/m4/boost.m4 +++ b/m4/boost.m4 @@ -26,9 +26,9 @@ m4_define([_BOOST_SERIAL], [m4_translit([ ], [# ], [])]) -# Original sources can be found at http://github.com/tsuna/boost.m4 +# Original sources can be found at https://github.com/tsuna/boost.m4 # You can fetch the latest version of the script by doing: -# wget http://github.com/tsuna/boost.m4/raw/master/build-aux/boost.m4 +# wget https://github.com/tsuna/boost.m4/raw/master/build-aux/boost.m4 # ------ # # README # -- 2.47.2