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 | c2eddb74a157e89518fdbf532e3c25bb38d9c503 (patch) | |
tree | 4b32375c821255cfc97f1080f68aa81d5cc4aa79 /www | |
parent | 75167e728ea95ed0be214841f506c7c6eba90a05 (diff) | |
download | pkgsrc-c2eddb74a157e89518fdbf532e3c25bb38d9c503.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')
-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 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/ \ diff --git a/www/curl/PLIST b/www/curl/PLIST index 815430b64af..d563c649700 100644 --- a/www/curl/PLIST +++ b/www/curl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2005/03/05 14:23:00 wiz Exp $ +@comment $NetBSD: PLIST,v 1.16 2005/05/17 13:25:32 adam Exp $ bin/curl bin/curl-config include/curl/curl.h @@ -82,6 +82,7 @@ share/examples/curl/multi-double.c share/examples/curl/multi-post.c share/examples/curl/multi-single.c share/examples/curl/multithread.c +share/examples/curl/opensslthreadlock.c share/examples/curl/persistant.c share/examples/curl/post-callback.c share/examples/curl/postit2.c diff --git a/www/curl/distinfo b/www/curl/distinfo index 74859d2bfd6..5c7e8b80d71 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.35 2005/04/15 10:46:56 adam Exp $ +$NetBSD: distinfo,v 1.36 2005/05/17 13:25:32 adam Exp $ -SHA1 (curl-7.13.2.tar.bz2) = 30a55d008ffa4dcf1076b8a347541311fceec7f9 -RMD160 (curl-7.13.2.tar.bz2) = 5e9fce8de2c2a410a1f014e99cc8a7317db31442 -Size (curl-7.13.2.tar.bz2) = 1891406 bytes +SHA1 (curl-7.14.0.tar.bz2) = d39dd3b3603dcfa3f9b8b62ecf54d308bb124ac3 +RMD160 (curl-7.14.0.tar.bz2) = 3d78f8febffacd8e38803db92274e86d0249680c +Size (curl-7.14.0.tar.bz2) = 1920305 bytes |