You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2017/01/09 17:44:26 UTC

incubator-trafficcontrol git commit: get dnssec from old-releases dir

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/1.8.x 20d7e37b5 -> a229af97c


get dnssec from old-releases dir

(cherry picked from commit 97e78d946826192dc7ad5590cdbcbcb7a3da718f)


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/a229af97
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/a229af97
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/a229af97

Branch: refs/heads/1.8.x
Commit: a229af97c13b6cf491c0b0f46ec930f198795ffe
Parents: 20d7e37
Author: Dan Kirkwood <da...@gmail.com>
Authored: Mon Jan 9 10:01:22 2017 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Mon Jan 9 10:44:09 2017 -0700

----------------------------------------------------------------------
 traffic_router/build/build_rpm.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/a229af97/traffic_router/build/build_rpm.sh
----------------------------------------------------------------------
diff --git a/traffic_router/build/build_rpm.sh b/traffic_router/build/build_rpm.sh
index da559fd..b5c39d8 100755
--- a/traffic_router/build/build_rpm.sh
+++ b/traffic_router/build/build_rpm.sh
@@ -36,7 +36,7 @@ function installDnsSec {
 	local dnssecversion=0.12
 	local dnssectools=jdnssec-tools
 	local dnssec="$dnssectools-$dnssecversion"
-	local dnssecurl=http://www.verisignlabs.com/dnssec-tools/packages
+	local dnssecurl=http://www.verisignlabs.com/dnssec-tools/packages/old-releases
 
 	curl -o "$dnssec".tar.gz "$dnssecurl/$dnssec".tar.gz || \
 		{ echo "Could not download required $dnssec library: $?"; exit 1; }