pkgsrc/www/curl/PLIST
bjs ec8b6e8590 Update to version 7.18.0 and add SSHv2 support via the newly imported
security/libssh2 package.

Changes:

 o --data-urlencode
 o CURLOPT_PROXY_TRANSFER_MODE
 o --no-keepalive - now curl does connections with keep-alive enabled by
   default
 o --socks4a added (proxy type CURLPROXY_SOCKS4A for libcurl)
 o --socks5-hostname added (CURLPROXY_SOCKS5_HOSTNAME for libcurl)
 o curl_easy_pause()
 o CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA
 o --keepalive-time
 o curl --help output was re-ordered

This release includes the following bugfixes:

 o curl-config --features and --protocols show the correct output when built
   with NSS, and also when SCP, SFTP and libz are not available
 o free problem in the curl tool for users with empty home dir
 o curl.h version 7.17.1 problem when building C++ apps with MSVC
 o SFTP and SCP use persistent connections
 o segfault on bad URL
 o variable wrapping when using absolutely huge send buffer sizes
 o variable wrapping when using debug callback and the HTTP request wasn't sent
   in one go
 o SSL connections with NSS done with the multi-interface
 o setting a share no longer activates cookies
 o Negotiate now works on auth and proxy simultanouesly
 o support HTTP Digest nonces up to 1023 letters
 o resumed ftp upload no longer requires the read callback to return full
   buffers
 o no longer default-appends ;type= on FTP URLs thru proxies
 o SSL session id caching
 o POST with callback over proxy requiring NTLM or Digest
 o Expect: 100-continue flaw on re-used connection with POSTs
 o build fix for MSVC 9.0 (VS2008)
 o Windows curl builds failed file truncation when retry downloading
 o SSL session ID cache memory leak
 o bad connection re-use check with environment variable-activated proxy use
 o --libcurl now generates a return statement as well
 o socklen_t is no longer used in the public includes
 o time zone offsets from -1400 to +1400 are now accepted by the date parser
 o allows more spaces in WWW/Proxy-Authenticate: headers
 o curl-config --libs skips /usr/lib64
 o range support for file:// transfers
 o libcurl hang with huge POST request and request-body read from callback
 o removed extra newlines from many error messages
 o improved pipelining
 o improved OOM handling for data url encoded HTTP POSTs when read from a file
 o test suite could pick wrong tool(s) if more than one existed in the PATH
 o curl_multi_fdset() failed to return socket while doing CONNECT over proxy
 o curl_multi_remove_handle() on a handle that is in used for a pipeline now
   break that pipeline
 o CURLOPT_COOKIELIST memory leaks
 o progress meter/callback during http proxy CONNECT requests
 o auth for http proxy when the proxy closes connection after first response
2008-03-02 14:40:26 +00:00

112 lines
3.1 KiB
Text

@comment $NetBSD: PLIST,v 1.24 2008/03/02 14:40:26 bjs Exp $
bin/curl
bin/curl-config
include/curl/curl.h
include/curl/curlver.h
include/curl/easy.h
include/curl/mprintf.h
include/curl/multi.h
include/curl/stdcheaders.h
include/curl/types.h
lib/libcurl.la
lib/pkgconfig/libcurl.pc
man/man1/curl-config.1
man/man1/curl.1
man/man3/curl_easy_cleanup.3
man/man3/curl_easy_duphandle.3
man/man3/curl_easy_escape.3
man/man3/curl_easy_getinfo.3
man/man3/curl_easy_init.3
man/man3/curl_easy_pause.3
man/man3/curl_easy_perform.3
man/man3/curl_easy_reset.3
man/man3/curl_easy_setopt.3
man/man3/curl_easy_strerror.3
man/man3/curl_easy_unescape.3
man/man3/curl_escape.3
man/man3/curl_formadd.3
man/man3/curl_formfree.3
man/man3/curl_formget.3
man/man3/curl_free.3
man/man3/curl_getdate.3
man/man3/curl_getenv.3
man/man3/curl_global_cleanup.3
man/man3/curl_global_init.3
man/man3/curl_global_init_mem.3
man/man3/curl_mprintf.3
man/man3/curl_multi_add_handle.3
man/man3/curl_multi_assign.3
man/man3/curl_multi_cleanup.3
man/man3/curl_multi_fdset.3
man/man3/curl_multi_info_read.3
man/man3/curl_multi_init.3
man/man3/curl_multi_perform.3
man/man3/curl_multi_remove_handle.3
man/man3/curl_multi_setopt.3
man/man3/curl_multi_socket.3
man/man3/curl_multi_strerror.3
man/man3/curl_multi_timeout.3
man/man3/curl_share_cleanup.3
man/man3/curl_share_init.3
man/man3/curl_share_setopt.3
man/man3/curl_share_strerror.3
man/man3/curl_slist_append.3
man/man3/curl_slist_free_all.3
man/man3/curl_strequal.3
man/man3/curl_unescape.3
man/man3/curl_version.3
man/man3/curl_version_info.3
man/man3/libcurl-easy.3
man/man3/libcurl-errors.3
man/man3/libcurl-multi.3
man/man3/libcurl-share.3
man/man3/libcurl-tutorial.3
man/man3/libcurl.3
share/curl/curl-ca-bundle.crt
share/doc/curl/FAQ
share/doc/curl/MANUAL
share/doc/curl/TheArtOfHttpScripting
share/doc/curl/curl-config.pdf
share/doc/curl/curl.pdf
share/examples/curl/10-at-a-time.c
share/examples/curl/README
share/examples/curl/anyauthput.c
share/examples/curl/cacertinmem.c
share/examples/curl/cookie_interface.c
share/examples/curl/curlgtk.c
share/examples/curl/curlx.c
share/examples/curl/debug.c
share/examples/curl/fileupload.c
share/examples/curl/fopen.c
share/examples/curl/ftpget.c
share/examples/curl/ftpgetresp.c
share/examples/curl/ftpupload.c
share/examples/curl/ftpuploadresume.c
share/examples/curl/getinfo.c
share/examples/curl/getinmemory.c
share/examples/curl/ghiper.c
share/examples/curl/hiperfifo.c
share/examples/curl/htmltidy.c
share/examples/curl/http-post.c
share/examples/curl/httpput.c
share/examples/curl/https.c
share/examples/curl/multi-app.c
share/examples/curl/multi-debugcallback.c
share/examples/curl/multi-double.c
share/examples/curl/multi-post.c
share/examples/curl/multi-single.c
share/examples/curl/multithread.c
share/examples/curl/opensslthreadlock.c
share/examples/curl/persistant.c
share/examples/curl/post-callback.c
share/examples/curl/postit2.c
share/examples/curl/sampleconv.c
share/examples/curl/sepheaders.c
share/examples/curl/simple.c
share/examples/curl/simplepost.c
share/examples/curl/simplessl.c
share/examples/curl/synctime.c
@dirrm share/examples/curl
@dirrm share/doc/curl
@dirrm share/curl
@dirrm include/curl