summaryrefslogtreecommitdiffstats
path: root/bin/update
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2005-10-19 22:54:03 +0000
committerJoey Hess <joeyh@debian.org>2005-10-19 22:54:03 +0000
commita3151f8075f7c8d4570fe04acbbff2810878636e (patch)
tree427563f3d3e49100eef552c556282a914a1f75e3 /bin/update
parent551381fc2310fc8186669d0270deb6767e5d8d6e (diff)
mods for CVE merge
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@2458 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/update')
-rwxr-xr-xbin/update15
1 files changed, 4 insertions, 11 deletions
diff --git a/bin/update b/bin/update
index 3a464e9962..a17335cc39 100755
--- a/bin/update
+++ b/bin/update
@@ -1,20 +1,13 @@
#!/bin/sh
set -e
-if [ ! -d CVE ] || [ ! -d CAN ]; then
+if [ ! -d CVE ]; then
echo "run in data subdirectory" >&2
exit 1
fi
cd CVE
-rm -f full-cve.html
-wget --quiet http://www.cve.mitre.org/cve/downloads/full-cve.html
-../../bin/updatelist full-cve.html ../DSA/list ../DTSA/list list > list.new
-mv -f list.new list
-cd ..
-
-cd CAN
-rm -f full-can.html
-wget --quiet http://www.cve.mitre.org/cve/candidates/downloads/full-can.html
-../../bin/updatelist full-can.html ../DSA/list ../DTSA/list list > list.new
+rm -f allitems.html
+wget --quiet http://www.cve.mitre.org/cve/downloads/allitems.html
+../../bin/updatelist allitems.html ../DSA/list ../DTSA/list list > list.new
mv -f list.new list

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