From: Peter van Dijk Date: Thu, 15 Nov 2018 11:38:51 +0000 (+0100) Subject: switch to patched jdnssec from more reliable web server X-Git-Tag: auth-4.0.7~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fdc2633fa8aaf632b030e9bf1725015aee88105;p=thirdparty%2Fpdns.git switch to patched jdnssec from more reliable web server --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 40f7634e24..1f429a3259 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -240,8 +240,8 @@ install_auth() { jq" run "cd .." - run "wget https://www.verisignlabs.com/dnssec-tools/packages/jdnssec-tools-0.13.tar.gz" - run "sudo tar xfz jdnssec-tools-0.13.tar.gz --strip-components=1 -C /" + run "wget https://www.monshouwer.eu/download/3rd_party/jdnssec-tools-0.13.ecdsafix.tar.gz" + run "sudo tar xfz jdnssec-tools-0.13.ecdsafix.tar.gz --strip-components=1 -C /" run "cd ${TRAVIS_BUILD_DIR}" # pkcs11 test requirements / setup