summaryrefslogtreecommitdiffstats
path: root/bin/update
diff options
context:
space:
mode:
authorStefan Fritsch <sf@sfritsch.de>2006-11-22 22:42:18 +0000
committerStefan Fritsch <sf@sfritsch.de>2006-11-22 22:42:18 +0000
commit01893dbb2df379266ea38a4dbc0cf79c12f66c74 (patch)
tree4753e0ee7763d2f06fc1a9a8b34722898cf7784a /bin/update
parenteb917617c6eed137a9e47952d8bb48edbe60bc41 (diff)
- bugfix: we need to add "TODO: check" even if the CVE was know from a DSA before appearing at mitre
- use gzipped version of allitems.html to save bandwidth git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@5001 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/update')
-rwxr-xr-xbin/update3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/update b/bin/update
index a17335cc39..02bcf032a6 100755
--- a/bin/update
+++ b/bin/update
@@ -8,6 +8,7 @@ fi
cd CVE
rm -f allitems.html
-wget --quiet http://www.cve.mitre.org/cve/downloads/allitems.html
+wget --quiet http://www.cve.mitre.org/cve/downloads/allitems.html.gz
+gunzip allitems.html.gz
../../bin/updatelist allitems.html ../DSA/list ../DTSA/list list > list.new
mv -f list.new list

© 2014-2024 Faster IT GmbH | imprint | privacy policy