diff options
author | adam <adam@pkgsrc.org> | 2014-05-22 08:17:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-05-22 08:17:54 +0000 |
commit | 6ef4c1634d0d74c318fc53216c207a4ed1c1a016 (patch) | |
tree | ca1a3c8f24acf761d6ca9fa4596f758f75001a23 /www/curl | |
parent | 037f939e6f6d458eea3dd36e8d75611da4343b78 (diff) | |
download | pkgsrc-6ef4c1634d0d74c318fc53216c207a4ed1c1a016.tar.gz |
Changes 7.37.0:
URL parser: IPv6 zone identifiers are now supported
CURLOPT_PROXYHEADER: set headers for proxy-only
CURLOPT_HEADEROPT: added
curl: add --proxy-header
sasl: Added support for DIGEST-MD5 via Windows SSPI
sasl: Added DIGEST-MD5 qop-option validation in native challange handling
imap: Expanded mailbox SEARCH support to use URL query strings
imap: Extended FETCH support to include PARTIAL URL specifier
nss: implement non-blocking SSL handshake
build: Reworked Visual Studio project files
poll: enable poll on darwin13
mk-ca-bundle: added -p
libtests: add a wait_ms() function
Diffstat (limited to 'www/curl')
-rw-r--r-- | www/curl/Makefile | 4 | ||||
-rw-r--r-- | www/curl/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index a5d0030ea4f..ef53375f4ff 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.137 2014/05/03 20:01:28 ryoon Exp $ +# $NetBSD: Makefile,v 1.138 2014/05/22 08:17:54 adam Exp $ -DISTNAME= curl-7.36.0 +DISTNAME= curl-7.37.0 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ diff --git a/www/curl/distinfo b/www/curl/distinfo index 0c66b179813..4d6fb25e35d 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.94 2014/03/31 08:45:21 wiz Exp $ +$NetBSD: distinfo,v 1.95 2014/05/22 08:17:54 adam Exp $ -SHA1 (curl-7.36.0.tar.bz2) = c39b120585a8a8d64ef14459d6d5f22831d4a7c4 -RMD160 (curl-7.36.0.tar.bz2) = 864f0fe3a15f016cf79bf47172a2ae6a54e0cce4 -Size (curl-7.36.0.tar.bz2) = 2809266 bytes +SHA1 (curl-7.37.0.tar.bz2) = 3bde6fb2e599197e9579c0735ad255c1ddbd914d +RMD160 (curl-7.37.0.tar.bz2) = b1ceac937c0b22d1674a8c308e1c2fd66082e017 +Size (curl-7.37.0.tar.bz2) = 2870197 bytes SHA1 (patch-aa) = 41bbc1e6c17c8ff1bf826d7d8ccdaec9ad9e97ed SHA1 (patch-curl-config.in) = fd87c97b601a6b9269f67fbc066604ee7e22570e SHA1 (patch-lib_hostcheck.c) = 9faf94f44703c7d37377fd3af319ca5c27df34c2 |