summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2015-10-31 09:33:20 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2015-10-31 09:33:20 +0000
commit3d367384384f9ff1321c01f2dbc836466648c14a (patch)
tree6200354b2acd4f4d5a03c20a5541fec18d395c3a /Makefile
parent3c705b8ed99fd502cb37749e52ec26679c0091dd (diff)
Force overwrite of already present xml file in update-nvd
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@37473 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be9d1ccf1d..51c7845f2a 100644
--- a/Makefile
+++ b/Makefile
@@ -243,7 +243,7 @@ update-nvd:
for x in $$(seq 2002 $$(date +%Y)) ; do \
name=nvdcve-$$x.xml.gz; \
wget -q -Odata/nvd/$$name https://nvd.nist.gov/download/$$name || true; \
- gzip -d data/nvd/$$name || true; \
+ gzip -f -d data/nvd/$$name || true; \
done
python bin/update-nvd data/nvd/nvdcve-*.xml

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