[Secure-testing-commits] r37473 - /

Salvatore Bonaccorso carnil at moszumanska.debian.org
Sat Oct 31 09:33:20 UTC 2015


Author: carnil
Date: 2015-10-31 09:33:20 +0000 (Sat, 31 Oct 2015)
New Revision: 37473

Modified:
   Makefile
Log:
Force overwrite of already present xml file in update-nvd

Modified: Makefile
===================================================================
--- Makefile	2015-10-31 09:26:36 UTC (rev 37472)
+++ Makefile	2015-10-31 09:33:20 UTC (rev 37473)
@@ -243,7 +243,7 @@
 	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
 




More information about the Secure-testing-commits mailing list