From: Wouter Wijngaards Date: Tue, 2 Feb 2010 08:43:26 +0000 (+0000) Subject: updated url. X-Git-Tag: release-1.4.2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d4983eb00cc49157fafdb93c722f994175c94fe;p=thirdparty%2Funbound.git updated url. git-svn-id: file:///svn/unbound/trunk@1974 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/contrib/update-itar.sh b/contrib/update-itar.sh index 6d1b48847..bec500cbf 100755 --- a/contrib/update-itar.sh +++ b/contrib/update-itar.sh @@ -10,9 +10,9 @@ thedir="." # where is the file that unbound is going to read ub_ta_file="$thedir/anchors.mf" # where is the itar master file format -itar_url="ftp://iana.org/itar/anchors.mf" +itar_url="ftp://ftp.iana.org/itar/anchors.mf" # where is the itar PGP signature -itar_sig="ftp://iana.org/itar/anchors.mf.sig" +itar_sig="ftp://ftp.iana.org/itar/anchors.mf.sig" # which command to fetch urls, cmd $dest $url. "wget -O" "curl -o" fetch_cmd="wget -O" diff --git a/doc/Changelog b/doc/Changelog index d8fe7822f..57f662b16 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +2 February 2010: Wouter + - Updated url of IANA itar, interim trust anchor repository, in script. + 1 February 2010: Wouter - iana portlist updated. - configure test for memcmp portability.