]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
use ftp.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 19 Feb 2009 13:33:39 +0000 (13:33 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 19 Feb 2009 13:33:39 +0000 (13:33 +0000)
git-svn-id: file:///svn/unbound/trunk@1490 be551aaa-1e26-0410-a405-d3ace91eadb9

contrib/update-itar.sh
doc/Changelog

index ddc8828e3920942808ab696b508b0d60f877f4d0..2953b4a19bb2df945fddcdf6daaa480f5a770f13 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="https://itar.iana.org/anchors/anchors.mf"
+itar_url="ftp://iana.org/itar/anchors.mf"
 # where is the itar PGP signature
-itar_sig="https://itar.iana.org/anchors/anchors.mf.sig"
+itar_sig="ftp://iana.org/itar/anchors.mf.sig"
 
 # which command to fetch urls, cmd $dest $url. "wget -O" "curl -o"
 fetch_cmd="wget -O"
index d1b416c94b953201163e20081d2169d702687e95..dccfeb9a5f1f3291140f3bbaeb5e8a28254159d9 100644 (file)
@@ -6,6 +6,9 @@
          You can provide your own PGP key and trust repo, or can use the
          builtin.  The program uses wget and gpg to work.
        - iana portlist updated.
+       - update-itar.sh: using ftp:// urls because https godaddy certificate
+         is not available everywhere and then gives fatal errors.  The 
+         security is provided by pgp signature.
 
 18 February 2009: Wouter
        - more cycle detection. Also for target queries.