From 32acd1cf43cd4d9b56abb3e6f8acd623c67bcc35 Mon Sep 17 00:00:00 2001 From: shell Date: Sun, 20 Oct 2002 02:19:42 +0000 Subject: Updated to curl-7.10.1 Changes : - Jeff Lawson fixed a few problems with connection re-use that remained when you set CURLOPT_PROXY to "". - Craig Davison found a terrible flaw and Cris Bailiff helped out in the search. Getting HTTP data from servers when the headers are split up in multiple reads, could cause junk data to get inserted among the saved headers. This only concerns HTTP(S) headers. - Vincent Penquerc'h gave us the good suggestion that when the ERRRORBUFFER is set internally, the error text is sent to the debug function as well. - Fixed the telnet code to timeout properly as the option tells it to. On non-windows platforms. - John Crow pointed out that libcurl-the-guide wasn't included in the release tarball! - Kevin Roth pointed out that make install didn't do right if build outside the source tree (ca-bundle wise). - FOLLOW_LOCATION bugfix for the multi interface [trim], more see CHANGES. --- www/curl/PLIST | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'www/curl/PLIST') diff --git a/www/curl/PLIST b/www/curl/PLIST index 3e74f5890ee..2be599c5f0c 100644 --- a/www/curl/PLIST +++ b/www/curl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2002/08/25 21:52:04 jlam Exp $ +@comment $NetBSD: PLIST,v 1.6 2002/10/20 02:19:42 shell Exp $ bin/curl bin/curl-config include/curl/curl.h @@ -24,6 +24,7 @@ man/man3/curl_escape.3 man/man3/curl_formadd.3 man/man3/curl_formfree.3 man/man3/curl_formparse.3 +man/man3/curl_free.3 man/man3/curl_getdate.3 man/man3/curl_getenv.3 man/man3/curl_global_cleanup.3 @@ -42,9 +43,11 @@ man/man3/curl_strequal.3 man/man3/curl_strnequal.3 man/man3/curl_unescape.3 man/man3/curl_version.3 +man/man3/curl_version_info.3 man/man3/libcurl-errors.3 man/man3/libcurl-multi.3 man/man3/libcurl.3 +share/curl/curl-ca-bundle.crt share/doc/curl/FAQ share/doc/curl/MANUAL share/doc/curl/TheArtOfHttpScripting @@ -67,7 +70,9 @@ share/examples/curl/post-callback.c share/examples/curl/postit2.c share/examples/curl/sepheaders.c share/examples/curl/simple.c +share/examples/curl/simplepost.c share/examples/curl/simplessl.c @dirrm share/examples/curl @dirrm share/doc/curl +@dirrm share/curl @dirrm include/curl -- cgit v1.2.3