diff options
author | wiz <wiz> | 2003-04-10 09:13:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-04-10 09:13:51 +0000 |
commit | caa846e98c82d3cfdd1d4e018a0a8de13082523e (patch) | |
tree | 48ed2b6e67d1bac2a31f3c209ea88846fde30a20 | |
parent | df087c002e294b6708e26ba8ad698e0e78790c5f (diff) | |
download | pkgsrc-caa846e98c82d3cfdd1d4e018a0a8de13082523e.tar.gz |
Update to 7.10.4:
Changes:
* the curl tool now "clears" sensitive commands line args
* no more emacs local variables in the source files
* script for distributed, automatic, multi-platform testing added. Please join up and help us test
the bleeding edge curl on various platforms!
* the "scratch buffer" is now only allocated when actually needed
* removed the strequal and strnequal macros from curl/curl.h
* added CURLOPT_UNRESTRICTED_AUTH / --location-trusted
Bugs:
* "curl -O" only, now outputs an error message accordingly
* builds fine on Redhat Linux 9 (configure fix)
* the CA cert bundle included a demo cert now removed
* changing some attributes between two transfers when re-using a connection did not "take effect"
properly
* the test suite runs faster and hopefully a bit more reliably
* improved configure check for presence of functions, needed for HPUX
* the curl tool now makes a correct URL escaping when appending to the URL when using -T and the
file name is appended to the URL.
* configure --enable-libgcc now explicitly add -lgcc to the linker
* better configure checks for headers (since some platforms got nasty warnings output previously)
* configure --help looks nicer
* data transfer bug on HP-UX systems
* improved random seeding for systems without a reliable random source
* 64bit Sparc compiler warnings removed
* a case where a connect failure didn't return an error string
* DNS cache problem in AIX 4.3 and later was fixed
* a POST-then-GET problem when re-using the same handle in libcurl
* extra precaution added for FTP servers returning 0 bytes to SIZE commands
* looping issue in the receive function (i.e badly updated progress meter)
* Fixed the 'Expect: 100-continue' behavior
* CURLOPT_MAXCONNECTS segfault fixed
* multi-interface connecting on Windows to non-listening ports fixed
* Curl_base64_encode() now encodes zero-bytes too properly
* fixed the infamous SSL error:00000000 outputs
* zlib build fix in the mingw makefile
* don't check for ca cert env variable if --insecure is used
* always use strict cert name check unless --insecure is used
* content-type extracting fixed
* DEBUGFUNCTION could be called with wrong arguments in uploads
* ftp downloads could wrongly return CURLE_PARTIAL_FILE in some conditions
* the fopen.c example code didn't work
* content-type extracting memory leak fixed
* curl/multi.h was fixed for C++ compiles
* .netrc file scanning for names+passwored fixed
* curl-config --cflags works even when include dirs isn't /usr/include
* CURLINFO_PRIVATE can return NULL properly
-rw-r--r-- | www/curl/Makefile | 4 | ||||
-rw-r--r-- | www/curl/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 57897e2e2c4..8c277a6bef7 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2003/02/09 08:46:36 shell Exp $ +# $NetBSD: Makefile,v 1.25 2003/04/10 09:13:51 wiz Exp $ -DISTNAME= curl-7.10.3 +DISTNAME= curl-7.10.4 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 9cb8a6e436c..b302e9b1a31 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2003/02/09 08:46:36 shell Exp $ +$NetBSD: distinfo,v 1.19 2003/04/10 09:13:52 wiz Exp $ -SHA1 (curl-7.10.3.tar.gz) = e8a759e168f52f89de1edcf9b79b7e7c3a9b27a3 -Size (curl-7.10.3.tar.gz) = 1043799 bytes +SHA1 (curl-7.10.4.tar.gz) = 59f920ae96ca800683dd68a3b2a3de2d989e17de +Size (curl-7.10.4.tar.gz) = 1066195 bytes SHA1 (patch-ab) = 753cc61d644b33a96af3025c444701231bacb323 |