2 Mar 2009 09:54
2 Mar 2009 09:59
bagder: curl-www/libcurl Makefile,1.58,1.59 bindingbox.t,1.6,1.7
<cvs <at> labb.contactor.se>
2009-03-02 08:59:10 GMT
2009-03-02 08:59:10 GMT
Update of /cvsroot/curl/curl-www/libcurl In directory labb:/tmp/cvs-serv11940 Modified Files: Makefile bindingbox.t Log Message: The Eiffel binding! Index: bindingbox.t =================================================================== RCS file: /cvsroot/curl/curl-www/libcurl/bindingbox.t,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- bindingbox.t 23 Nov 2008 12:18:38 -0000 1.6 +++ bindingbox.t 2 Mar 2009 08:59:08 -0000 1.7 <at> <at> -8,6 +8,7 <at> <at> <a href="cocoa/">Cocoa</a><br> <a href="d/">D</a><br> <a href="dylan/">Dylan</a><br> +<a href="eiffel/">Eiffel</a><br> <a href="euphoria/">Euphoria</a><br> <a href="ferite/">Ferite</a><br> <a href="gambas/">Gambas</a><br> Index: Makefile =================================================================== RCS file: /cvsroot/curl/curl-www/libcurl/Makefile,v retrieving revision 1.58 retrieving revision 1.59(Continue reading)
2 Mar 2009 09:59
bagder: curl-www/libcurl/eiffel Makefile, NONE, 1.1 _index.html, NONE, 1.1
<cvs <at> labb.contactor.se>
2009-03-02 08:59:10 GMT
2009-03-02 08:59:10 GMT
Update of /cvsroot/curl/curl-www/libcurl/eiffel In directory labb:/tmp/cvs-serv11940/eiffel Added Files: Makefile _index.html Log Message: The Eiffel binding! --- NEW FILE: Makefile --- ROOT = ../.. TXT2PLAIN= $(ROOT)/docs/txt2plain.pl MAINPARTS= $(ROOT)/_doctype.html ../_menu.html ../_links.html $(ROOT)/setup.t \ ../pic.t $(ROOT)/where.t $(ROOT)/mirrorlinks.t $(ROOT)/ad.t NOW=$(shell gnudate +'-D__TODAY__=%B %d, %Y') ACTION= <at> echo preprocessing $ <at> ; rm -f $ <at> ; cpp -I.. -I$(ROOT) -WWW -Uunix -P -H -C -V -LL "$(NOW)" $< $ <at> ; chmod a-w+r $ <at> all: index.html index.html: _index.html $(MAINPARTS) $(ACTION) --- NEW FILE: _index.html --- #include "_doctype.html" <html> <head> <title>libcurl for Eiffel</title> #include "css.t" </head>(Continue reading)
2 Mar 2009 14:41
bagder: curl-www/docs _vulnerabilities.html, 1.4, 1.5 vulntable.pl, 1.5, 1.6
<cvs <at> labb.contactor.se>
2009-03-02 13:41:36 GMT
2009-03-02 13:41:36 GMT
Update of /cvsroot/curl/curl-www/docs In directory labb:/tmp/cvs-serv31059 Modified Files: _vulnerabilities.html vulntable.pl Log Message: cut off the "since" from the vulnerabilities table, point to the release log, use the shared vuln.pm file Index: _vulnerabilities.html =================================================================== RCS file: /cvsroot/curl/curl-www/docs/_vulnerabilities.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- _vulnerabilities.html 4 Dec 2008 13:15:34 -0000 1.4 +++ _vulnerabilities.html 2 Mar 2009 13:41:34 -0000 1.5 <at> <at> -20,6 +20,7 <at> <at> <br><a href="manual.html">Manual</a> <br><a href="faq.html">FAQ</a> <br><a href="/changes.html">Changelog</a> +<br><a href="releases.html">Releaselog</a> </div> <p> This is an overview that displays what (lib)curl versions that are vulnerable Index: vulntable.pl =================================================================== RCS file: /cvsroot/curl/curl-www/docs/vulntable.pl,v retrieving revision 1.5(Continue reading)
2 Mar 2009 14:42
bagder: curl-www/docs Makefile,1.66,1.67 vuln.pm,NONE,1.1
<cvs <at> labb.contactor.se>
2009-03-02 13:42:22 GMT
2009-03-02 13:42:22 GMT
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
<at> 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
(Continue reading)
2 Mar 2009 14:45
bagder: curl-www/docs _releases.html,NONE,1.1
<cvs <at> labb.contactor.se>
2009-03-02 13:45:55 GMT
2009-03-02 13:45:55 GMT
Update of /cvsroot/curl/curl-www/docs In directory labb:/tmp/cvs-serv1092 Added Files: _releases.html Log Message: cvsadd --- NEW FILE: _releases.html --- #include "_doctype.html" <HTML> <HEAD> <TITLE>cURL - Release Table</TITLE> #include "css.t" #include "manpage.t" </HEAD> #define CURL_DOCS #define CURL_URL docs/releases.html #include "_menu.html" #include "setup.t" WHERE2(Docs, "/docs/", Release Table) TITLE(curl releases) <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>(Continue reading)
3 Mar 2009 00:03
3 Mar 2009 00:06
bagder: curl-www/docs _adv_20090303.html, NONE, 1.1 adv_20090303.txt, NONE, 1.1
<cvs <at> labb.contactor.se>
2009-03-02 23:06:28 GMT
2009-03-02 23:06:28 GMT
Update of /cvsroot/curl/curl-www/docs In directory labb:/tmp/cvs-serv10700/docs Added Files: _adv_20090303.html adv_20090303.txt Log Message: new release (in a few secs) and advisory stuff --- NEW FILE: _adv_20090303.html --- #include "_doctype.html" <HTML> <HEAD> <TITLE>cURL - Security Advisory (March 3, 2009)</TITLE> #include "css.t" #include "manpage.t" </HEAD> #define CURL_DOCS #define CURL_URL docs/adv_20090303.html #include "_menu.html" #include "setup.t" WHERE3(Docs, "/docs/", Security, "/docs/security.html", Advisory) TITLE(Security Advisory March 3 2009) <div class="relatedbox"> <b>Related:</b> <br><a href="manual.html">Manual</a> <br><a href="faq.html">FAQ</a> <br><a href="/changes.html">Changelog</a>(Continue reading)
3 Mar 2009 00:06
bagder: curl-www/CVE-2009-0037 curl-7.11.0-CVE-2009-0037.patch, NONE, 1.1 curl-7.15.1-CVE-2009-0037.patch, NONE, 1.1 curl-7.16.4-CVE-2009-0037.patch, NONE, 1.1 curl-7.18.1-CVE-2009-0037.patch, NONE, 1.1 curl-7.18.2-CVE-2009-0037.patch, NONE, 1.1 curl-7.19.0-CVE-2009-0037.patch, NONE, 1.1 curl-CVSHEAD-CVE-2009-0037.patch, NONE, 1.1
<cvs <at> labb.contactor.se>
2009-03-02 23:06:28 GMT
2009-03-02 23:06:28 GMT
Update of /cvsroot/curl/curl-www/CVE-2009-0037 In directory labb:/tmp/cvs-serv10700/CVE-2009-0037 Added Files: curl-7.11.0-CVE-2009-0037.patch curl-7.15.1-CVE-2009-0037.patch curl-7.16.4-CVE-2009-0037.patch curl-7.18.1-CVE-2009-0037.patch curl-7.18.2-CVE-2009-0037.patch curl-7.19.0-CVE-2009-0037.patch curl-CVSHEAD-CVE-2009-0037.patch Log Message: new release (in a few secs) and advisory stuff --- NEW FILE: curl-7.16.4-CVE-2009-0037.patch --- Index: docs/libcurl/curl_easy_setopt.3 =================================================================== --- docs/libcurl/curl_easy_setopt.3.orig +++ docs/libcurl/curl_easy_setopt.3 <at> <at> -370,6 +370,26 <at> <at> The string given to CURLOPT_URL must be \fICURLOPT_URL\fP is the only option that \fBmust\fP be set before \fIcurl_easy_perform(3)\fP is called. + +\fICURLOPT_PROTOCOLS\fP can be used to limit what protocols libcurl will use +for this transfer, independent of what libcurl has been compiled to +support. That may be useful if you accept the URL from an external source and +want to limit the accessibility. +.IP CURLOPT_PROTOCOLS(Continue reading)
3 Mar 2009 00:06
bagder: curl-www _newslog.html,1.152,1.153 Makefile,1.108,1.109
<cvs <at> labb.contactor.se>
2009-03-02 23:06:28 GMT
2009-03-02 23:06:28 GMT
Update of /cvsroot/curl/curl-www In directory labb:/tmp/cvs-serv10700 Modified Files: _newslog.html Makefile Log Message: new release (in a few secs) and advisory stuff Index: _newslog.html =================================================================== RCS file: /cvsroot/curl/curl-www/_newslog.html,v retrieving revision 1.152 retrieving revision 1.153 diff -u -d -r1.152 -r1.153 --- _newslog.html 21 Jan 2009 10:03:11 -0000 1.152 +++ _newslog.html 2 Mar 2009 23:06:25 -0000 1.153 <at> <at> -34,6 +34,18 <at> <at> NCOLE #endif + NSUBJ(curl and libcurl 7.19.4) + NDATE(March 3 2009) + NCOLS + + The curl team proudly presents <a href="download.html">curl and libcurl + 7.19.4</a>. Read about the news, the fixes and the changes on + the <a href="changes.html">changes</a> page. +<p> + Also note this <b><a href="/docs/adv_20090303.html">security advisory</a></b>! +(Continue reading)
RSS Feed