bagder: curl-www/docs Makefile,1.66,1.67 vuln.pm,NONE,1.1

[email protected] Mon, 02 Mar 2009 13:42:22 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/docs
In directory labb:/tmp/cvs-serv31727

Modified Files:
	Makefile 
Added Files:
	vuln.pm 
Log Message:
cvsadd vuln.pm and depend on it properly in the makefile


--- NEW FILE: vuln.pm ---
# datestamp, first vulnerable version, last vulnerable version
@vuln = ("20070710|7.14.0|7.16.3|libcurl GnuTLS insufficient cert verification",
         "BID17154|7.15.0|7.15.2|libcurl TFTP Packet Buffer Overflow",
         "BID15756|7.11.2|7.15.0|libcurl URL Buffer Overflow",
         "BID15102|7.10.6|7.14.1|libcurl NTLM Buffer Overflow",
         "BID12616|7.3   |7.13.0|Kerberos Authentication Buffer Overflow",
         "BID12615|7.10.6|7.13.0|NTLM Authentication Buffer Overflow",
         "BID8432 |7.1   |7.10.6|Proxy Authentication Header Information Leakage",
         "BID1804 |6.0   |7.4   |FTP Server Response Buffer Overflow",
    );

Index: Makefile
===================================================================
RCS file: /cvsroot/curl/curl-www/docs/Makefile,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- Makefile	4 Feb 2009 21:47:29 -0000	1.66
+++ Makefile	2 Mar 2009 13:42:20 -0000	1.67
@@ -231,13 +231,13 @@
 vulnerabilities.html: _vulnerabilities.html vuln.txt $(MAINPARTS)
 	$(ACTION)
 
-vuln.txt: ../_changes.html ./vulntable.pl
+vuln.txt: ../_changes.html ./vulntable.pl vuln.pm
 	./vulntable.pl < $< > $@
 
 releases.html: _releases.html rel.txt $(MAINPARTS)
 	$(ACTION)
 
-rel.txt: ../_changes.html ./relinfo.pl
+rel.txt: ../_changes.html ./relinfo.pl vuln.pm
 	./relinfo.pl < $< > $@