diff options
author | adam <adam@pkgsrc.org> | 2012-12-06 16:24:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-12-06 16:24:29 +0000 |
commit | 30634ede9d260fef68d879da2abeaabf38943b67 (patch) | |
tree | 95240ab120fc073ac810fe1b44f6dd40a4c43d51 /www/curl/Makefile | |
parent | 5099a3a89df314fe3bf83437ef9753c306bf5ae2 (diff) | |
download | pkgsrc-30634ede9d260fef68d879da2abeaabf38943b67.tar.gz |
Changes 7.28.1:
This release includes the following changes:
o metalink/md5: Use CommonCrypto on Apple operating systems
o href_extractor: new example code extracting href elements
o NSS can be used for metalink hashing [13]
This release includes the following bugfixes:
o Fix broken libmetalink-aware OpenSSL build
o gnutls: fix the error is fatal logic [1]
o darwinssl: un-broke iOS build, fix error on server disconnect
o asyn-ares: restore functionality with c-ares < 1.6.1 [2]
o tlsauthtype: deal with the string case insensitively [3]
o Fixed MSVC libssh2 static build
o evhiperfifo: fix the pointer passed to WRITEDATA [6]
o BUGS: fix the bug tracker URL [4]
o winbuild: Use machine type of development environment
o FTP: prevent the multi interface from blocking [5]
o uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES
o httpcustomheader.c: free the headers after use
o fix >2000 bytes POST over NTLM-using proxy [7]
o redirects to URLs with fragments [8]
o don't send '#' fragments when using proxy [9]
o OpenSSL: show full issuer string [10]
o fix HTTP auth regression [11]
o CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value [12]
o ftp: EPSV-disable fix over SOCKS [14]
o Digest: Add microseconds into nounce calculation [15]
o SCP/SFTP: improve error code used for send failures
o SSL: Several SSL-backend related fixes
o removed the notorious "additional stuff not fine" debug output
o OpenSSL: Disable SSL/TLS compression - avoid the "CRIME" attack
o FILE: Make upload-writes unbuffered
o custom memory callbacks failure with HTTP proxy (and more) [16]
o TFTP: handle resends
o autoconf: don't force-disable compiler debug option
o winbuild: Fix PDB file output [17]
o test2032: spurious failure caused by premature termination [18]
o memory leak: CURLOPT_RESOLVE with multi interface [19]
Diffstat (limited to 'www/curl/Makefile')
-rw-r--r-- | www/curl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 3a88c36f80c..3f001b7615d 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.118 2012/10/28 06:30:13 asau Exp $ +# $NetBSD: Makefile,v 1.119 2012/12/06 16:24:29 adam Exp $ -DISTNAME= curl-7.28.0 +DISTNAME= curl-7.28.1 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ |