Author: gilbert-guest Date: 2010-01-16 18:21:35 +0000 (Sat, 16 Jan 2010) New Revision: 13838 Modified: Makefile Log: fix Y2010 issue with update-nvd :) Modified: Makefile ==================================================================--- Makefile 2010-01-16 17:39:56 UTC (rev 13837) +++ Makefile 2010-01-16 18:21:35 UTC (rev 13838) @@ -197,4 +197,4 @@ name=nvdcve-$$x.xml; \ wget -q -Odata/nvd/$$name http://nvd.nist.gov/download/$$name || true; \ done - python bin/update-nvd data/nvd/nvdcve-200*.xml + python bin/update-nvd data/nvd/nvdcve-*.xml