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
commit22a812679c83a544be90feae348293903c6a3472 (patch)
tree03499e02e0a4269ad1a1dd23c7ec1dc3d7633667 /Makefile
parent2444f11f19d91c49338045e1f619edac2c4328eb (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