]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
updated url.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 2 Feb 2010 08:43:26 +0000 (08:43 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 2 Feb 2010 08:43:26 +0000 (08:43 +0000)
git-svn-id: file:///svn/unbound/trunk@1974 be551aaa-1e26-0410-a405-d3ace91eadb9

contrib/update-itar.sh
doc/Changelog

index 6d1b4884780da93418e0fec600629e421972fdd7..bec500cbfb8d8d74ffd2ca9a5746f19c052bc1d5 100755 (executable)
@@ -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"
index d8fe7822fa80264ada34e393367fdd04f8ea9794..57f662b1650942ca395abd48597cc96a1787be25 100644 (file)
@@ -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.