pkgsrc/www/curl/PLIST
jperkin 3bb7930091 Update to curl-7.42.0.
This release includes the following changes:

 o openssl: show the cipher selection to use in verbose text
 o gtls: implement CURLOPT_CERTINFO
 o add CURLOPT_SSL_FALSESTART option (darwinssl and NSS)
 o curl: add --false-start option
 o add CURLOPT_PATH_AS_IS
 o curl: add --path-as-is option
 o curl: create output file on successful download of an empty file

This release includes the following bugfixes:

 o ConnectionExists: for NTLM re-use, require credentials to match
 o cookie: cookie parser out of boundary memory access
 o fix_hostname: zero length host name caused -1 index offset
 o http_done: close Negotiate connections when done
 o sws: timeout idle CONNECT connections
 o nss: improve error handling in Curl_nss_random()
 o nss: do not skip Curl_nss_seed() if data is NULL
 o curl-config.in: eliminate double quotes around CURL_CA_BUNDLE
 o http2: move lots of verbose output to be debug-only
 o dist: add extern-scan.pl to the tarball
 o http2: return recv error on unexpected EOF
 o build: Use default RandomizedBaseAddress directive in VC9+ project files
 o build: Removed DataExecutionPrevention directive from VC9+ project files
 o tool: Updated the warnf() function to use the GlobalConfig structure
 o http2: Return error if stream was closed with other than NO_ERROR
 o mprintf.h: remove #ifdef CURLDEBUG
 o libtest: fixed linker errors on msvc
 o tool: use ENABLE_CURLX_PRINTF instead of _MPRINTF_REPLACE
 o curl.1: fix "The the" typo
 o cmake: handle build definitions CURLDEBUG/DEBUGBUILD
 o openssl: remove all uses of USE_SSLEAY
 o multi: fix memory-leak on timeout (regression)
 o curl_easy_setopt.3: added CURLOPT_SSL_VERIFYSTATUS
 o metalink: add some error checks
 o TLS: make it possible to enable ALPN/NPN without HTTP/2
 o http2: use CURL_HTTP_VERSION_* symbols instead of NPN_*
 o conncontrol: only log changes to the connection bit
 o multi: fix *getsock() with CONNECT
 o symbols.pl: handle '-' in the deprecated field
 o MacOSX-Framework: use @rpath instead of @executable_path
 o GnuTLS: add support for CURLOPT_CAPATH
 o GnuTLS: print negotiated TLS version and full cipher suite name
 o GnuTLS: don't print double newline after certificate dates
 o memanalyze.pl: handle free(NULL)
 o proxy: re-use proxy connections (regression)
 o mk-ca-bundle: Don't report SHA1 numbers with "-q"
 o http: always send Host: header as first header
 o openssl: sort ciphers to use based on strength
 o openssl: use colons properly in the ciphers list
 o http2: detect premature close without data transfered
 o hostip: Fix signal race in Curl_resolv_timeout
 o closesocket: call multi socket cb on close even with custom close
 o mksymbolsmanpage.pl: use std header and generate better nroff header
 o connect: Fix happy eyeballs logic for IPv4-only builds
 o curl_easy_perform.3: remove superfluous close brace from example
 o HTTP: don't use Expect: headers when on HTTP/2
 o Curl_sh_entry: remove unused 'timestamp'
 o docs/libcurl: makefile portability fix
 o mkhelp: Remove trailing carriage return from every line of input
 o nss: explicitly tell NSS to disable NPN/ALPN when libcurl disables it
 o curl_easy_setopt.3: added a few missing options
 o metalink: fix resource leak in OOM
 o axtls: version 1.5.2 now requires that config.h be manually included
 o HTTP: don't switch to HTTP/2 from 1.1 until we get the 101
 o cyassl: detect the library as renamed wolfssl
 o CURLOPT_HTTPHEADER.3: add a "SECURITY CONCERNS" section
 o CURLOPT_URL.3: Added "SECURITY CONCERNS
 o openssl: try to avoid accessing OCSP structs when possible
 o test938: added missing closing tags
 o testcurl: Allow '=' in values given on command line
 o tests/certs: added make target to rebuild certificates
 o tests/certs: rebuild certificates with modified key usage bits
 o gtls: avoid uninitialized variable
 o gtls: dereferencing NULL pointer
 o gtls: add check of return code
 o test1513: eliminated race condition in test run
 o dict: rename byte to avoid compiler shadowed declaration warning
 o curl_easy_recv/send: make them work with the multi interface
 o vtls: fix compile with --disable-crypto-auth but with SSL
 o openssl: adapt to ASN1/X509 things gone opaque in 1.1
 o openssl: verifystatus: only use the OCSP work-around <= 1.0.2a
 o curl_memory: make curl_memory.h the second-last header file loaded
 o testcurl.pl: add the --notes option to supply more info about a build
 o cyassl: If wolfSSL then identify as such in version string
 o cyassl: Check for invalid length parameter in Curl_cyassl_random
 o cyassl: default to highest possible TLS version
 o Curl_ssl_md5sum: return CURLcode (fixes OOM)
 o polarssl: remove dead code
 o polarssl: called mbedTLS in 1.3.10 and later
 o globbing: fix step parsing for character globbing ranges
 o globbing: fix url number calculation when using range with step
 o multi: on a request completion, check all CONNECT_PEND transfers
 o build: link curl to openssl libraries when openssl support is enabled
 o url: Don't accept CURLOPT_SSLVERSION unless USE_SSL is defined
 o vtls: Don't accept unknown CURLOPT_SSLVERSION values
 o build: Fix libcurl.sln erroneous mixed configurations
 o cyassl: remove undefined reference to CyaSSL_no_filesystem_verify
 o cyassl: add SSL context callback support for CyaSSL
 o tool: only set SSL options if SSL is enabled
 o multi: remove_handle: move pending connections
 o configure: Use KRB5CONFIG for krb5-config
 o axtls: add timeout within Curl_axtls_connect
 o CURLOPT_HTTP200ALIASES.3: Mainly SHOUTcast servers use "ICY 200"
 o cyassl: Fix library initialization return value
 o cookie: handle spaces after the name in Set-Cookie
 o http2: Fix missing nghttp2_session_send call in Curl_http2_switched
 o cyassl: Fix certificate load check
 o build-openssl.bat: Fix mixed line endings
 o checksrc.bat: Check lib\vtls source
 o DNS: fix refreshing of obsolete dns cache entries
 o CURLOPT_RESOLVE: actually implement removals
 o checksrc.bat: quotes to support an SRC_DIR with spaces
 o cyassl: Remove 'Connecting to' message from cyassl_connect_step2
 o cyassl: Use CYASSL_MAX_ERROR_SZ for error buffer size
 o lib/transfer.c: Remove factor of 8 from sleep time calculation
 o lib/makefile.m32: add missing libs to build libcurl.dll
 o build: Generate source prerequisites for Visual Studio in generate.bat
 o cyassl: Include the CyaSSL build config
 o firefox-db2pem: fix wildcard to find Firefox default profile
 o BUGS: refer to the github issue tracker now as primary
 o vtls_openssl: improve several certificate error messages
 o cyassl: Add support for TLS extension SNI
 o parsecfg: do not continue past a zero termination
 o configure --with-nss=PATH: query pkg-config if available
 o configure --with-nss: drop redundant if statement
 o cyassl: Fix include order
 o HTTP: fix PUT regression with Negotiate
 o curl_version_info.3: fixed the 'protocols' variable type
2015-04-22 14:35:21 +00:00

302 lines
9.2 KiB
Text

@comment $NetBSD: PLIST,v 1.48 2015/04/22 14:35:21 jperkin Exp $
bin/curl
bin/curl-config
include/curl/curl.h
include/curl/curlbuild.h
include/curl/curlrules.h
include/curl/curlver.h
include/curl/easy.h
include/curl/mprintf.h
include/curl/multi.h
include/curl/stdcheaders.h
include/curl/typecheck-gcc.h
lib/libcurl.la
lib/pkgconfig/libcurl.pc
man/man1/curl-config.1
man/man1/curl.1
man/man3/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3
man/man3/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3
man/man3/CURLMOPT_MAXCONNECTS.3
man/man3/CURLMOPT_MAX_HOST_CONNECTIONS.3
man/man3/CURLMOPT_MAX_PIPELINE_LENGTH.3
man/man3/CURLMOPT_MAX_TOTAL_CONNECTIONS.3
man/man3/CURLMOPT_PIPELINING.3
man/man3/CURLMOPT_PIPELINING_SERVER_BL.3
man/man3/CURLMOPT_PIPELINING_SITE_BL.3
man/man3/CURLMOPT_SOCKETDATA.3
man/man3/CURLMOPT_SOCKETFUNCTION.3
man/man3/CURLMOPT_TIMERDATA.3
man/man3/CURLMOPT_TIMERFUNCTION.3
man/man3/CURLOPT_ACCEPTTIMEOUT_MS.3
man/man3/CURLOPT_ACCEPT_ENCODING.3
man/man3/CURLOPT_ADDRESS_SCOPE.3
man/man3/CURLOPT_APPEND.3
man/man3/CURLOPT_AUTOREFERER.3
man/man3/CURLOPT_BUFFERSIZE.3
man/man3/CURLOPT_CAINFO.3
man/man3/CURLOPT_CAPATH.3
man/man3/CURLOPT_CERTINFO.3
man/man3/CURLOPT_CHUNK_BGN_FUNCTION.3
man/man3/CURLOPT_CHUNK_DATA.3
man/man3/CURLOPT_CHUNK_END_FUNCTION.3
man/man3/CURLOPT_CLOSESOCKETDATA.3
man/man3/CURLOPT_CLOSESOCKETFUNCTION.3
man/man3/CURLOPT_CONNECTTIMEOUT.3
man/man3/CURLOPT_CONNECTTIMEOUT_MS.3
man/man3/CURLOPT_CONNECT_ONLY.3
man/man3/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3
man/man3/CURLOPT_CONV_FROM_UTF8_FUNCTION.3
man/man3/CURLOPT_CONV_TO_NETWORK_FUNCTION.3
man/man3/CURLOPT_COOKIE.3
man/man3/CURLOPT_COOKIEFILE.3
man/man3/CURLOPT_COOKIEJAR.3
man/man3/CURLOPT_COOKIELIST.3
man/man3/CURLOPT_COOKIESESSION.3
man/man3/CURLOPT_COPYPOSTFIELDS.3
man/man3/CURLOPT_CRLF.3
man/man3/CURLOPT_CRLFILE.3
man/man3/CURLOPT_CUSTOMREQUEST.3
man/man3/CURLOPT_DEBUGDATA.3
man/man3/CURLOPT_DEBUGFUNCTION.3
man/man3/CURLOPT_DIRLISTONLY.3
man/man3/CURLOPT_DNS_CACHE_TIMEOUT.3
man/man3/CURLOPT_DNS_INTERFACE.3
man/man3/CURLOPT_DNS_LOCAL_IP4.3
man/man3/CURLOPT_DNS_LOCAL_IP6.3
man/man3/CURLOPT_DNS_SERVERS.3
man/man3/CURLOPT_DNS_USE_GLOBAL_CACHE.3
man/man3/CURLOPT_EGDSOCKET.3
man/man3/CURLOPT_ERRORBUFFER.3
man/man3/CURLOPT_EXPECT_100_TIMEOUT_MS.3
man/man3/CURLOPT_FAILONERROR.3
man/man3/CURLOPT_FILETIME.3
man/man3/CURLOPT_FNMATCH_DATA.3
man/man3/CURLOPT_FNMATCH_FUNCTION.3
man/man3/CURLOPT_FOLLOWLOCATION.3
man/man3/CURLOPT_FORBID_REUSE.3
man/man3/CURLOPT_FRESH_CONNECT.3
man/man3/CURLOPT_FTPPORT.3
man/man3/CURLOPT_FTPSSLAUTH.3
man/man3/CURLOPT_FTP_ACCOUNT.3
man/man3/CURLOPT_FTP_ALTERNATIVE_TO_USER.3
man/man3/CURLOPT_FTP_CREATE_MISSING_DIRS.3
man/man3/CURLOPT_FTP_FILEMETHOD.3
man/man3/CURLOPT_FTP_RESPONSE_TIMEOUT.3
man/man3/CURLOPT_FTP_SKIP_PASV_IP.3
man/man3/CURLOPT_FTP_SSL_CCC.3
man/man3/CURLOPT_FTP_USE_EPRT.3
man/man3/CURLOPT_FTP_USE_EPSV.3
man/man3/CURLOPT_FTP_USE_PRET.3
man/man3/CURLOPT_GSSAPI_DELEGATION.3
man/man3/CURLOPT_HEADER.3
man/man3/CURLOPT_HEADERDATA.3
man/man3/CURLOPT_HEADERFUNCTION.3
man/man3/CURLOPT_HEADEROPT.3
man/man3/CURLOPT_HTTP200ALIASES.3
man/man3/CURLOPT_HTTPAUTH.3
man/man3/CURLOPT_HTTPGET.3
man/man3/CURLOPT_HTTPHEADER.3
man/man3/CURLOPT_HTTPPOST.3
man/man3/CURLOPT_HTTPPROXYTUNNEL.3
man/man3/CURLOPT_HTTP_CONTENT_DECODING.3
man/man3/CURLOPT_HTTP_TRANSFER_DECODING.3
man/man3/CURLOPT_HTTP_VERSION.3
man/man3/CURLOPT_IGNORE_CONTENT_LENGTH.3
man/man3/CURLOPT_INFILESIZE.3
man/man3/CURLOPT_INFILESIZE_LARGE.3
man/man3/CURLOPT_INTERFACE.3
man/man3/CURLOPT_INTERLEAVEDATA.3
man/man3/CURLOPT_INTERLEAVEFUNCTION.3
man/man3/CURLOPT_IOCTLDATA.3
man/man3/CURLOPT_IOCTLFUNCTION.3
man/man3/CURLOPT_IPRESOLVE.3
man/man3/CURLOPT_ISSUERCERT.3
man/man3/CURLOPT_KEYPASSWD.3
man/man3/CURLOPT_KRBLEVEL.3
man/man3/CURLOPT_LOCALPORT.3
man/man3/CURLOPT_LOCALPORTRANGE.3
man/man3/CURLOPT_LOGIN_OPTIONS.3
man/man3/CURLOPT_LOW_SPEED_LIMIT.3
man/man3/CURLOPT_LOW_SPEED_TIME.3
man/man3/CURLOPT_MAIL_AUTH.3
man/man3/CURLOPT_MAIL_FROM.3
man/man3/CURLOPT_MAIL_RCPT.3
man/man3/CURLOPT_MAXCONNECTS.3
man/man3/CURLOPT_MAXFILESIZE.3
man/man3/CURLOPT_MAXFILESIZE_LARGE.3
man/man3/CURLOPT_MAXREDIRS.3
man/man3/CURLOPT_MAX_RECV_SPEED_LARGE.3
man/man3/CURLOPT_MAX_SEND_SPEED_LARGE.3
man/man3/CURLOPT_NETRC.3
man/man3/CURLOPT_NETRC_FILE.3
man/man3/CURLOPT_NEW_DIRECTORY_PERMS.3
man/man3/CURLOPT_NEW_FILE_PERMS.3
man/man3/CURLOPT_NOBODY.3
man/man3/CURLOPT_NOPROGRESS.3
man/man3/CURLOPT_NOPROXY.3
man/man3/CURLOPT_NOSIGNAL.3
man/man3/CURLOPT_OPENSOCKETDATA.3
man/man3/CURLOPT_OPENSOCKETFUNCTION.3
man/man3/CURLOPT_PASSWORD.3
man/man3/CURLOPT_PATH_AS_IS.3
man/man3/CURLOPT_PORT.3
man/man3/CURLOPT_POST.3
man/man3/CURLOPT_POSTFIELDS.3
man/man3/CURLOPT_POSTFIELDSIZE.3
man/man3/CURLOPT_POSTFIELDSIZE_LARGE.3
man/man3/CURLOPT_POSTQUOTE.3
man/man3/CURLOPT_POSTREDIR.3
man/man3/CURLOPT_PREQUOTE.3
man/man3/CURLOPT_PRIVATE.3
man/man3/CURLOPT_PROGRESSDATA.3
man/man3/CURLOPT_PROGRESSFUNCTION.3
man/man3/CURLOPT_PROTOCOLS.3
man/man3/CURLOPT_PROXY.3
man/man3/CURLOPT_PROXYAUTH.3
man/man3/CURLOPT_PROXYHEADER.3
man/man3/CURLOPT_PROXYPASSWORD.3
man/man3/CURLOPT_PROXYPORT.3
man/man3/CURLOPT_PROXYTYPE.3
man/man3/CURLOPT_PROXYUSERNAME.3
man/man3/CURLOPT_PROXYUSERPWD.3
man/man3/CURLOPT_PROXY_TRANSFER_MODE.3
man/man3/CURLOPT_PUT.3
man/man3/CURLOPT_QUOTE.3
man/man3/CURLOPT_RANDOM_FILE.3
man/man3/CURLOPT_RANGE.3
man/man3/CURLOPT_READDATA.3
man/man3/CURLOPT_READFUNCTION.3
man/man3/CURLOPT_REDIR_PROTOCOLS.3
man/man3/CURLOPT_REFERER.3
man/man3/CURLOPT_RESOLVE.3
man/man3/CURLOPT_RESUME_FROM.3
man/man3/CURLOPT_RESUME_FROM_LARGE.3
man/man3/CURLOPT_RTSP_CLIENT_CSEQ.3
man/man3/CURLOPT_RTSP_REQUEST.3
man/man3/CURLOPT_RTSP_SERVER_CSEQ.3
man/man3/CURLOPT_RTSP_SESSION_ID.3
man/man3/CURLOPT_RTSP_STREAM_URI.3
man/man3/CURLOPT_RTSP_TRANSPORT.3
man/man3/CURLOPT_SASL_IR.3
man/man3/CURLOPT_SEEKDATA.3
man/man3/CURLOPT_SEEKFUNCTION.3
man/man3/CURLOPT_SHARE.3
man/man3/CURLOPT_SOCKOPTDATA.3
man/man3/CURLOPT_SOCKOPTFUNCTION.3
man/man3/CURLOPT_SOCKS5_GSSAPI_NEC.3
man/man3/CURLOPT_SOCKS5_GSSAPI_SERVICE.3
man/man3/CURLOPT_SSH_AUTH_TYPES.3
man/man3/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3
man/man3/CURLOPT_SSH_KEYDATA.3
man/man3/CURLOPT_SSH_KEYFUNCTION.3
man/man3/CURLOPT_SSH_KNOWNHOSTS.3
man/man3/CURLOPT_SSH_PRIVATE_KEYFILE.3
man/man3/CURLOPT_SSH_PUBLIC_KEYFILE.3
man/man3/CURLOPT_SSLCERT.3
man/man3/CURLOPT_SSLCERTTYPE.3
man/man3/CURLOPT_SSLENGINE.3
man/man3/CURLOPT_SSLENGINE_DEFAULT.3
man/man3/CURLOPT_SSLKEY.3
man/man3/CURLOPT_SSLKEYTYPE.3
man/man3/CURLOPT_SSLVERSION.3
man/man3/CURLOPT_SSL_CIPHER_LIST.3
man/man3/CURLOPT_SSL_CTX_DATA.3
man/man3/CURLOPT_SSL_CTX_FUNCTION.3
man/man3/CURLOPT_SSL_ENABLE_ALPN.3
man/man3/CURLOPT_SSL_ENABLE_NPN.3
man/man3/CURLOPT_SSL_FALSESTART.3
man/man3/CURLOPT_SSL_OPTIONS.3
man/man3/CURLOPT_SSL_SESSIONID_CACHE.3
man/man3/CURLOPT_SSL_VERIFYHOST.3
man/man3/CURLOPT_SSL_VERIFYPEER.3
man/man3/CURLOPT_SSL_VERIFYSTATUS.3
man/man3/CURLOPT_STDERR.3
man/man3/CURLOPT_TCP_KEEPALIVE.3
man/man3/CURLOPT_TCP_KEEPIDLE.3
man/man3/CURLOPT_TCP_KEEPINTVL.3
man/man3/CURLOPT_TCP_NODELAY.3
man/man3/CURLOPT_TELNETOPTIONS.3
man/man3/CURLOPT_TFTP_BLKSIZE.3
man/man3/CURLOPT_TIMECONDITION.3
man/man3/CURLOPT_TIMEOUT.3
man/man3/CURLOPT_TIMEOUT_MS.3
man/man3/CURLOPT_TIMEVALUE.3
man/man3/CURLOPT_TLSAUTH_PASSWORD.3
man/man3/CURLOPT_TLSAUTH_TYPE.3
man/man3/CURLOPT_TLSAUTH_USERNAME.3
man/man3/CURLOPT_TRANSFERTEXT.3
man/man3/CURLOPT_TRANSFER_ENCODING.3
man/man3/CURLOPT_UNIX_SOCKET_PATH.3
man/man3/CURLOPT_UNRESTRICTED_AUTH.3
man/man3/CURLOPT_UPLOAD.3
man/man3/CURLOPT_URL.3
man/man3/CURLOPT_USERAGENT.3
man/man3/CURLOPT_USERNAME.3
man/man3/CURLOPT_USERPWD.3
man/man3/CURLOPT_USE_SSL.3
man/man3/CURLOPT_VERBOSE.3
man/man3/CURLOPT_WILDCARDMATCH.3
man/man3/CURLOPT_WRITEDATA.3
man/man3/CURLOPT_WRITEFUNCTION.3
man/man3/CURLOPT_XFERINFODATA.3
man/man3/CURLOPT_XFERINFOFUNCTION.3
man/man3/CURLOPT_XOAUTH2_BEARER.3
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_recv.3
man/man3/curl_easy_reset.3
man/man3/curl_easy_send.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_socket_action.3
man/man3/curl_multi_strerror.3
man/man3/curl_multi_timeout.3
man/man3/curl_multi_wait.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-symbols.3
man/man3/libcurl-tutorial.3
man/man3/libcurl.3
share/aclocal/libcurl.m4
share/doc/curl/FAQ
share/doc/curl/MANUAL
share/doc/curl/TheArtOfHttpScripting