Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id DAD0763B8AC for ; Mon, 2 May 2011 13:12:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B23B114A412; Mon, 2 May 2011 13:12:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9BE6014A411 for ; Mon, 2 May 2011 13:12:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id TtO3BSniJwBO for ; Mon, 2 May 2011 13:12:41 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id D84BB14A405 for ; Mon, 2 May 2011 13:12:41 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id BE095175DD; Mon, 2 May 2011 13:12:41 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 2 May 2011 13:12:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/curl To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20110502131241.BE095175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Mon May 2 13:12:41 UTC 2011 Modified Files: pkgsrc/www/curl: Makefile distinfo Log Message: Update to 7.21.6: Fixed in 7.21.6 - April 22 2011 Changes: Added --tr-encoding and CURLOPT_TRANSFER_ENCODING Bugfixes: curl-config: fix --version curl_easy_setopt.3: CURLOPT_PROXYTYPE clarification use HTTPS properly after CONNECT SFTP: close file before post quote operations Fixed in 7.21.5 - April 17 2011 Changes: SOCKOPTFUNCTION: callback can say already-connected Added --netrc-file Added (new) support for cyassl TSL-SRP: enabled with OpenSSL Added CURLE_NOT_BUILT_IN and CURLE_UNKNOWN_OPTION Bugfixes: nss: avoid memory leak on SSL connection failure nss: do not ignore failure of SSL handshake multi: better failed connect handling when using FTP, SMTP, POP3 and IMAP runtests.pl: fix pid number concatenation that prevented it from killing the correct process at times PolarSSL: Return 0 on receiving TLS CLOSE_NOTIFY alert curl_easy_setopt.3: Removed wrong reference to CURLOPT_USERPASSWORD multi: close connection on timeout IMAP in multi mode does SSL connections non-blocking honours the --disable-ldaps configure option Force setopt constants written by --libcurl to be long ssh_connect: treat libssh2 return code better SFTP upload could stall the state machine when the multi_socket API was used SFTP and SCP could leak memory when used with the multi interface and the connection was closed Added missing file to repair the MSVC makefiles Fixed detection of recvfrom arguments on Android/bionic GSS: handle reuse fix transfer: avoid insane conversion of time_t nss: do not ignore value of CURLOPT_SSL_VERIFYPEER in certain cases SMTP-multi: non-blocking connect SFTP-multi: set cselect for sftp and scp to fix "stall" risk configure: removed wrongly claimed default paths pop3: fixed torture tests to succeed symbols-in-versions: many corrections if a HTTP request gets retried because the connection was dead, rewind if any data was sent as part of it only probe for working ipv6 once and then re-use that info for further requests requests that are asked to bound to a local interface/port will no longer wrongly re-use connections that aren't libcurl.m4: Add missing quotes in AC_LINK_IFELSE progress output: don't print the last update on a separate line POP3: the command to send is STLS, not STARTTLS POP3: PASS command was not sent after upgrade to TLS configure: fix libtool warning nss: allow to use multiple client certificates for a single host HTTP pipelining: Fix handling of zero-length responses Don't list NTLM in curl-config when HTTP is disabled curl_easy_setopt.3: CURLOPT_RESOLVE typo version OpenSSL: build fine with no-sslv2 versions checkconnection: don't call with NULL pointer with RTSP and multi interface Borland makefile updates configure: libssh2 link fix without pkg-config certinfo crash CCC crash To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 pkgsrc/www/curl/Makefile cvs rdiff -u -r1.69 -r1.70 pkgsrc/www/curl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.