Changes 7.32.0:
curl: allow timeouts to accept decimal values OS400: add slist and certinfo EBCDIC support OS400: new SSL backend GSKit CURLOPT_XFERINFOFUNCTION: introducing a new progress callback LIBCURL-STRUCTS: new document Bugfixes: dotdot: introducing dot file path cleanup docs: fix typo in curl_easy_getinfo manpage test1230: avoid using hard-wired port number test1396: invoke the correct test tool SIGPIPE: ignored while inside the library darwinssl: fix crash that started happening in Lion OpenSSL: check for read errors, don't assume c-ares: improve error message on failed resolve printf: make sure %x are treated unsigned formpost: better random boundaries url: restore the functionality of 'curl -u :' curl.1: fix typo in --xattr description digest: improve nonce generation configure: automake 1.14 compatibility tweak curl.1: document the --post303 option in the man page curl.1: document the --sasl-ir option in the man page setup-vms.h: sk_pop symbol tweak tool_paramhlp: try harder to catch negatives cmake: Fix for MSVC2010 project generation asyn-ares: Don't blank ares servers if none configured curl_multi_wait: set revents for extra fds Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() ftp_do_more: consider DO_MORE complete when server connects back curl_easy_perform: gradually increase the delay time curl: fix symbolic names for CURLUSESSL_* enum in --libcurl output curl: fix upload of a zip file in OpenVMS build: fix linking on Solaris 10 curl_formadd: CURLFORM_FILECONTENT wrongly rejected some option combos curl_formadd: fix file upload on VMS curl_easy_pause: on unpause, trigger mulit-socket handling md5 & metalink: use better build macros on Apple operating systems darwinssl: fix build error in crypto authentication under Snow Leopard curl: make --progress-bar update the line less frequently configure: don't error out on variable confusions (CFLAGS, LDFLAGS etc) mk-ca-bundle: skip more untrusted certificates formadd: wrong pointer for file name when CURLFORM_BUFFERPTR used FTP: when EPSV gets a 229 but fails to connect, retry with PASV mk-ca-bundle.1: don't install on make install VMS: lots of updates and fixes of the build procedure global dns cache: didn't work (regression) global dns cache: fix memory leak
This commit is contained in:
parent
b1a33b3c30
commit
cdea800213
3 changed files with 7 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.130 2013/06/29 19:24:57 spz Exp $
|
||||
# $NetBSD: Makefile,v 1.131 2013/08/13 17:07:32 adam Exp $
|
||||
|
||||
DISTNAME= curl-7.31.0
|
||||
DISTNAME= curl-7.32.0
|
||||
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.40 2013/06/29 19:24:57 spz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.41 2013/08/13 17:07:32 adam Exp $
|
||||
bin/curl
|
||||
bin/curl-config
|
||||
include/curl/curl.h
|
||||
|
@ -14,7 +14,6 @@ lib/libcurl.la
|
|||
lib/pkgconfig/libcurl.pc
|
||||
man/man1/curl-config.1
|
||||
man/man1/curl.1
|
||||
man/man1/mk-ca-bundle.1
|
||||
man/man3/curl_easy_cleanup.3
|
||||
man/man3/curl_easy_duphandle.3
|
||||
man/man3/curl_easy_escape.3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.87 2013/06/29 19:24:57 spz Exp $
|
||||
$NetBSD: distinfo,v 1.88 2013/08/13 17:07:32 adam Exp $
|
||||
|
||||
SHA1 (curl-7.31.0.tar.bz2) = 9333b1fc63ded189b6014afe7bb415fa1f22ae10
|
||||
RMD160 (curl-7.31.0.tar.bz2) = e8fac9e4a80a20c3cef79615286722183abfd335
|
||||
Size (curl-7.31.0.tar.bz2) = 2679209 bytes
|
||||
SHA1 (curl-7.32.0.tar.bz2) = f6989fca0dac0c35628523436fc17869972d4251
|
||||
RMD160 (curl-7.32.0.tar.bz2) = 897c8eb19375774ac101f64251cc60712f37cbb2
|
||||
Size (curl-7.32.0.tar.bz2) = 2727587 bytes
|
||||
SHA1 (patch-aa) = 349ce5314d05a35d3af36f424234937f5ef8fcfb
|
||||
SHA1 (patch-curl-config.in) = 0dd49de806865c19fbf766ad208f8f2495824442
|
||||
|
|
Loading…
Reference in a new issue