]> granicus.if.org Git - pdns/commitdiff
Switch from HTTP to HTTPS whenever possible
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 7 Nov 2016 10:06:39 +0000 (11:06 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 7 Nov 2016 10:06:39 +0000 (11:06 +0100)
Let's be good citizens. Reported by e3amn2l.

build-scripts/test-recursor-bulk
build-scripts/travis.sh
m4/boost.m4

index 3f80646fc1727d13afbfbac7af0d67de3ba25627..1f5863b66e3681edeb487d7fefd314f61072486c 100755 (executable)
@@ -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
 
index 84c704439e1ec36b1d23b7a4947e4d8a9d458ab1..3b0d84a6061a99ba54d6ed3c378236a59d293560 100755 (executable)
@@ -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"
index a1aa142418a973a57fdf8f63a2b4030d1c01e01a..eda1d6311611c163b6b53409275fbaa281cef73c 100644 (file)
@@ -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 #