summaryrefslogtreecommitdiff
path: root/www/curl/PLIST
diff options
context:
space:
mode:
authoradam <adam>2012-10-12 07:36:11 +0000
committeradam <adam>2012-10-12 07:36:11 +0000
commita536b4739d878f561d263765dd7c690f5426c99f (patch)
treec60e5392d91d34138d20132a00273080a7f19f5b /www/curl/PLIST
parenta01fad68fdee98f60a81fd566d7ddc0553cd00e2 (diff)
downloadpkgsrc-a536b4739d878f561d263765dd7c690f5426c99f.tar.gz
Changes 7.28.0:
SSH: added agent based authentication ftp: active conn, allow application to set sockopt after accept() call with CURLSOCKTYPE_ACCEPT multi: add curl_multi_wait() metalink: Added support for Microsoft Windows CryptoAPI md5: Added support for Microsoft Windows CryptoAPI parse_proxy: treat "socks://x" as a socks4 proxy socks: Added support for IPv6 connections through SOCKSv5 proxy Bugfixes: WSAPoll disabled on Windows builds due to its bugs segfault on request retries curl-config: parentheses fix VC build: add define for openssl globbing: fix segfault when >9 globs were used fixed a few clang-analyzer warnings metalink: change code order to build with gnutls-nettle gtls: fix build failure by including nettle-specific headers change preferred HTTP auth on a handle previously used for another auth file: use fdopen() to avoid race condition Added DWANT_IDN_PROTOTYPES define for MSVC too verbose: fixed (nil) output of hostnames in re-used connections metalink: Un-broke the build when building --with-darwinssl curl man page cleanup Avoid leak of local device string when reusing connection Curl_socket_check: fix return code for timeout nss: do not print misleading NSS error codes configure: remove the --enable/disable-nonblocking options darwinssl: add TLS 1.1 and 1.2 support, replace deprecated functions NTLM: re-use existing connection better schannel crash on multi and easy handle cleanup SOCKS: truly disable it if CURL_DISABLE_PROXY is defined mk-ca-bundle: detect start of trust section better gnutls: do not fail on non-fatal handshake errors SMTP: only send SIZE if supported ftpserver: respond with a 250 to SMTP EHLO ssh: do not crash if MD5 fingerprint is not provided by libssh2 winbuild: Added support for building with SPNEGO enabled metalink: Fixed validation of binary files containing EOF setup.h: fixed for MS VC10 build cmake: use standard findxxx modules for cmake v2.8+ HTTP_ONLY: disable more protocols Curl_reconnect_request: clear pointer on failure https.c example: remember to call curl_global_init() metalink: Filter resource URLs by type multi interface: CURLOPT_LOW_SPEED_* fix during rate limitation curl_schannel: Removed buffer limit and optimized buffer strategy
Diffstat (limited to 'www/curl/PLIST')
-rw-r--r--www/curl/PLIST5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/curl/PLIST b/www/curl/PLIST
index 0dbf992a6c1..93a3893d156 100644
--- a/www/curl/PLIST
+++ b/www/curl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.36 2012/05/29 14:58:05 wiz Exp $
+@comment $NetBSD: PLIST,v 1.37 2012/10/12 07:36:11 adam Exp $
bin/curl
bin/curl-config
include/curl/curl.h
@@ -52,6 +52,7 @@ 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
@@ -91,6 +92,7 @@ share/examples/curl/ftp-wildcard.c
share/examples/curl/ftpget.c
share/examples/curl/ftpgetinfo.c
share/examples/curl/ftpgetresp.c
+share/examples/curl/ftpsget.c
share/examples/curl/ftpupload.c
share/examples/curl/ftpuploadresume.c
share/examples/curl/getinfo.c
@@ -121,6 +123,7 @@ share/examples/curl/rtsp.c
share/examples/curl/sampleconv.c
share/examples/curl/sendrecv.c
share/examples/curl/sepheaders.c
+share/examples/curl/sftpget.c
share/examples/curl/simple.c
share/examples/curl/simplepost.c
share/examples/curl/simplesmtp.c