diff options
author | adam <adam@pkgsrc.org> | 2005-05-17 13:25:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-05-17 13:25:32 +0000 |
commit | adcb6416b91c50d2f820e56cabb0fb3069bb3bff (patch) | |
tree | 4b32375c821255cfc97f1080f68aa81d5cc4aa79 /www/curl/Makefile | |
parent | a81716b12a235a32af8b9a7122ab53a25a39d557 (diff) | |
download | pkgsrc-adcb6416b91c50d2f820e56cabb0fb3069bb3bff.tar.gz |
Changes 7.14.0:
- Grigory Entin reported that curl's configure detects a fine poll() for Mac
OS X 10.4 (while 10.3 or later detected a "bad" one), but the executable
doesn't work as good as if built without poll(). I've adjusted the configure
to always skip the fine-poll() test on Mac OS X (darwin).
- When doing a second request (after a disconnect) using the same easy handle,
over a proxy that uses NTLM authentication, libcurl failed to use NTLM again
properly (the auth method was accidentally reset to the same as had been set
for host auth, which defaults to Basic).
- If -z/--time-cond is used with an invalid date syntax, this is no longer
silently discarded. Instead a proper warning message is diplayed that
informs about it. But it still continues without the condition.
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 0961d3cf8ff..f3a79056fdb 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2005/04/15 10:46:56 adam Exp $ +# $NetBSD: Makefile,v 1.54 2005/05/17 13:25:32 adam Exp $ -DISTNAME= curl-7.13.2 +DISTNAME= curl-7.14.0 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ \ |