bagder: curl-www/docs Makefile, 1.57, 1.58 _vulnerabilities.html, NONE, 1.1
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/docs In directory labb:/tmp/cvs-serv10496 Modified Files: Makefile Added Files: _vulnerabilities.html Log Message: a new table that looks scary --- NEW FILE: _vulnerabilities.html --- #include "_doctype.html" <HTML> <HEAD> <TITLE>cURL - Vulernability Table</TITLE> #include "css.t" #include "manpage.t" </HEAD> #define CURL_DOCS #define CURL_URL docs/vulnerabilities.html #include "_menu.html" #include "setup.t" WHERE3(Docs, "/docs/", Security, "/docs/vulnerabilities.html", Vulnerabilities) TITLE(curl and libcurl Vulnerabilities Table Overview) <div class="relatedbox"> <b>Related:</b> <br><a href="/security.html">Security</a> <br><a href="manual.html">Manual</a> <br><a href="faq.html">FAQ</a> <br><a href="/changes.html">Changelog</a> </div> <p> This is an overview that displays what (lib)curl versions that are vulnerable to what publicly disclosed vulnerability! <pre> #include "vuln.txt" </pre> #include "_footer.html" </body> </html> Index: Makefile =================================================================== RCS file: /cvsroot/curl/curl-www/docs/Makefile,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- Makefile 20 Mar 2006 08:12:54 -0000 1.57 +++ Makefile 20 Mar 2006 15:15:45 -0000 1.58 @@ -20,7 +20,7 @@ relatedtools.html osdistribs.html versions.html history.html loc.html \ knownbugs.html manual.html caextract.html programs.html security.html \ testcurl.html runtests.html libs.html adv_20051013.html adv_20051207.html \ - adv_20060320.html + adv_20060320.html vulnerabilities.html all: $(PAGES) @echo done @@ -218,6 +218,12 @@ adv_20060320.t: adv_20060320.txt $(TXT2PLAIN) < $< > $@ +vulnerabilities.html: _vulnerabilities.html vuln.txt $(MAINPARTS) + $(ACTION) + +vuln.txt: ../_changes.html ./vulntable.pl + ./vulntable.pl < $< > $@ + #archive/index.html: mail # ./fixit