Tue Dec 31 11:48:03 2013 UTC ()
Changes 7.34.0:
SSL: protocol version can be specified more precisely
imap/pop3/smtp: Added graceful cancellation of SASL authentication
Add "Happy Eyeballs" for IPv4/IPv6 dual connect attempts
base64: Added validation of base64 input strings when decoding
curl_easy_setopt: Added the ability to set the login options separately
smtp: Added support for additional SMTP commands
curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internals
nss: allow to use TLS > 1.0 if built against recent NSS
SECURITY: added this document to describe our security processes
parseconfig: warn if unquoted white spaces are detected

Bugfixes:
SECURITY VULNERABILITY: libcurl cert name check ignore with GnuTLS
darwinssl: un-break iOS build after PKCS/12 feature added
tool: use XFERFUNCTION to save some casts
usercertinmem: fix memory leaks
ssh: Handle successful SSH_USERAUTH_NONE
NSS: acknowledge the --no-sessionid/CURLOPT_SSL_SESSIONID_CACHE option
test906: Fixed failing test on some platforms
sasl: initialize NSS before using NTLM crypto
sasl: Fixed memory leak in OAUTH2 message creation
imap/pop3/smtp: Fixed QUIT / LOGOUT being sent when SSL connect fails
cmake: unbreak for non-Windows platforms
ssh: initialize per-handle data in ssh_connect()
glob: fix broken URLs
configure: check for long long when building with cyassl
CURLOPT_RESOLVE: mention they don't time-out
docs/examples/httpput.c: fix build for MSVC
FTP: make the data connection work when going through proxy
NSS: support for CERTINFO feature
curl_multi_wait: accept 0 from multi_timeout() as valid timeout
glob_range: pass the closing bracket for a-z ranges
tool_help: Updated --list-only description to include POP3
Curl_ssl_push_certinfo_len: don't %.*s non-zero-terminated string
cmake: fix Windows build with IPv6 support
ares: Fixed compilation under Visual Studio 2012
curl_easy_setopt.3: clarify CURLOPT_SSL_VERIFYHOST documentation
curl.1: mention that -O does no URL decoding
darwinssl: PKCS/12 import feature now requires Lion or later
darwinssl: check for SSLSetSessionOption() presence when toggling BEAST
configure: Fix test with -Werror=implicit-function-declaration
sigpipe: factor out sigpipe_reset from easy.c
curl_multi_cleanup: ignore SIGPIPE
globbing: curl glob counter mismatch with {} list use
parseconfig: dash options can't specified with colon or equals
digest: fix CURLAUTH_DIGEST_IE
curl.h: for OpenBSD
darwinssl: Fix #if 10.6.0 for SecKeychainSearch
TFTP: fix return codes for connect timeout
login options: remove the ;[options] support from CURLOPT_USERPWD
imap: Fixed incorrect fallback to clear text authentication
parsedate: avoid integer overflow
curl.1: document -J doesn't %-decode
multi: add timer inaccuracy margin to timeout/connecttimeout


(adam)
diff -r1.132 -r1.133 pkgsrc/www/curl/Makefile
diff -r1.42 -r1.43 pkgsrc/www/curl/PLIST
diff -r1.90 -r1.91 pkgsrc/www/curl/distinfo

cvs diff -r1.132 -r1.133 pkgsrc/www/curl/Makefile (expand / switch to unified diff)

--- pkgsrc/www/curl/Makefile 2013/10/17 07:56:36 1.132
+++ pkgsrc/www/curl/Makefile 2013/12/31 11:48:03 1.133
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.132 2013/10/17 07:56:36 adam Exp $ 1# $NetBSD: Makefile,v 1.133 2013/12/31 11:48:03 adam Exp $
2 2
3DISTNAME= curl-7.33.0 3DISTNAME= curl-7.34.0
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= http://curl.haxx.se/download/ \ 5MASTER_SITES= http://curl.haxx.se/download/ \
6 ftp://ftp.sunet.se/pub/www/utilities/curl/ 6 ftp://ftp.sunet.se/pub/www/utilities/curl/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://curl.haxx.se/ 10HOMEPAGE= http://curl.haxx.se/
11COMMENT= Client that groks URLs 11COMMENT= Client that groks URLs
12# not completely, but near enough 12# not completely, but near enough
13LICENSE= mit 13LICENSE= mit
14 14
15PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
16 16

cvs diff -r1.42 -r1.43 pkgsrc/www/curl/PLIST (expand / switch to unified diff)

--- pkgsrc/www/curl/PLIST 2013/10/17 07:56:36 1.42
+++ pkgsrc/www/curl/PLIST 2013/12/31 11:48:03 1.43
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.42 2013/10/17 07:56:36 adam Exp $ 1@comment $NetBSD: PLIST,v 1.43 2013/12/31 11:48:03 adam Exp $
2bin/curl 2bin/curl
3bin/curl-config 3bin/curl-config
4include/curl/curl.h 4include/curl/curl.h
5include/curl/curlbuild.h 5include/curl/curlbuild.h
6include/curl/curlrules.h 6include/curl/curlrules.h
7include/curl/curlver.h 7include/curl/curlver.h
8include/curl/easy.h 8include/curl/easy.h
9include/curl/mprintf.h 9include/curl/mprintf.h
10include/curl/multi.h 10include/curl/multi.h
11include/curl/stdcheaders.h 11include/curl/stdcheaders.h
12include/curl/typecheck-gcc.h 12include/curl/typecheck-gcc.h
13lib/libcurl.la 13lib/libcurl.la
14lib/pkgconfig/libcurl.pc 14lib/pkgconfig/libcurl.pc
@@ -58,16 +58,17 @@ man/man3/curl_share_setopt.3 @@ -58,16 +58,17 @@ man/man3/curl_share_setopt.3
58man/man3/curl_share_strerror.3 58man/man3/curl_share_strerror.3
59man/man3/curl_slist_append.3 59man/man3/curl_slist_append.3
60man/man3/curl_slist_free_all.3 60man/man3/curl_slist_free_all.3
61man/man3/curl_strequal.3 61man/man3/curl_strequal.3
62man/man3/curl_unescape.3 62man/man3/curl_unescape.3
63man/man3/curl_version.3 63man/man3/curl_version.3
64man/man3/curl_version_info.3 64man/man3/curl_version_info.3
65man/man3/libcurl-easy.3 65man/man3/libcurl-easy.3
66man/man3/libcurl-errors.3 66man/man3/libcurl-errors.3
67man/man3/libcurl-multi.3 67man/man3/libcurl-multi.3
68man/man3/libcurl-share.3 68man/man3/libcurl-share.3
69man/man3/libcurl-tutorial.3 69man/man3/libcurl-tutorial.3
70man/man3/libcurl.3 70man/man3/libcurl.3
 71share/aclocal/libcurl.m4
71share/doc/curl/FAQ 72share/doc/curl/FAQ
72share/doc/curl/MANUAL 73share/doc/curl/MANUAL
73share/doc/curl/TheArtOfHttpScripting 74share/doc/curl/TheArtOfHttpScripting

cvs diff -r1.90 -r1.91 pkgsrc/www/curl/distinfo (expand / switch to unified diff)

--- pkgsrc/www/curl/distinfo 2013/10/17 07:56:36 1.90
+++ pkgsrc/www/curl/distinfo 2013/12/31 11:48:03 1.91
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.90 2013/10/17 07:56:36 adam Exp $ 1$NetBSD: distinfo,v 1.91 2013/12/31 11:48:03 adam Exp $
2 2
3SHA1 (curl-7.33.0.tar.bz2) = b0dc79066f31a000190fd8a15277738e8c1940aa 3SHA1 (curl-7.34.0.tar.bz2) = 548fe1686d01d689f79ed8cedc879309f8f5035b
4RMD160 (curl-7.33.0.tar.bz2) = 8041110d4abd7663ad427f67127010bcf14e05f5 4RMD160 (curl-7.34.0.tar.bz2) = 5fe3d7319ab140c9e6bc9c50643c7bed46392fcd
5Size (curl-7.33.0.tar.bz2) = 2747507 bytes 5Size (curl-7.34.0.tar.bz2) = 2770438 bytes
6SHA1 (patch-aa) = 2f7f02985ba2063272a3d39334fd0a74c7db3269 6SHA1 (patch-aa) = 2f7f02985ba2063272a3d39334fd0a74c7db3269
7SHA1 (patch-curl-config.in) = 0dd49de806865c19fbf766ad208f8f2495824442 7SHA1 (patch-curl-config.in) = 0dd49de806865c19fbf766ad208f8f2495824442