diff options
author | adam <adam> | 2012-12-06 16:24:29 +0000 |
---|---|---|
committer | adam <adam> | 2012-12-06 16:24:29 +0000 |
commit | a623b9a9820f8130afd58bbe6bf395214dc83d52 (patch) | |
tree | 95240ab120fc073ac810fe1b44f6dd40a4c43d51 /www/curl | |
parent | 3b2d2a18df9aa919723eee5011ef08db5c228073 (diff) | |
download | pkgsrc-a623b9a9820f8130afd58bbe6bf395214dc83d52.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')
-rw-r--r-- | www/curl/Makefile | 4 | ||||
-rw-r--r-- | www/curl/PLIST | 3 | ||||
-rw-r--r-- | www/curl/distinfo | 8 |
3 files changed, 8 insertions, 7 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/ diff --git a/www/curl/PLIST b/www/curl/PLIST index 93a3893d156..c35bec170f0 100644 --- a/www/curl/PLIST +++ b/www/curl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.37 2012/10/12 07:36:11 adam Exp $ +@comment $NetBSD: PLIST,v 1.38 2012/12/06 16:24:29 adam Exp $ bin/curl bin/curl-config include/curl/curl.h @@ -99,6 +99,7 @@ share/examples/curl/getinfo.c share/examples/curl/getinmemory.c share/examples/curl/ghiper.c share/examples/curl/hiperfifo.c +share/examples/curl/href_extractor.c share/examples/curl/htmltidy.c share/examples/curl/http-post.c share/examples/curl/httpcustomheader.c diff --git a/www/curl/distinfo b/www/curl/distinfo index 07d80227913..d91fa84d1cc 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.79 2012/10/12 07:36:11 adam Exp $ +$NetBSD: distinfo,v 1.80 2012/12/06 16:24:29 adam Exp $ -SHA1 (curl-7.28.0.tar.bz2) = dbb69e510438495aa22dfc438d69477c4b2a49b6 -RMD160 (curl-7.28.0.tar.bz2) = 99ddd50b8d0b1f94833752b58b505ce3159f5dde -Size (curl-7.28.0.tar.bz2) = 2507197 bytes +SHA1 (curl-7.28.1.tar.bz2) = b5aff1afc4e40fcb78db7a5e27214e0035756f3d +RMD160 (curl-7.28.1.tar.bz2) = d4a0cb79756607c3b573970648d639744f15fc65 +Size (curl-7.28.1.tar.bz2) = 2516671 bytes SHA1 (patch-aa) = 66dc62384fa8dcd5a68f0f9af8b3c449a46fd250 |