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
commit66e429e6349c7c86125bcd26454a2b40e7d1672d (patch)
tree54b5f6e42ba71f7795306c7acbbbd4d3d8554220 /Makefile
parentb4a1158a900dec4623fa90b03c04198830f2e3c7 (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