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]
This commit is contained in:
parent
159403a758
commit
77251af11b
3 changed files with 8 additions and 7 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue