pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/curl Changes 7.14.0:
details: https://anonhg.NetBSD.org/pkgsrc/rev/8eeb3a78673b
branches: trunk
changeset: 493952:8eeb3a78673b
user: adam <adam%pkgsrc.org@localhost>
date: Tue May 17 13:25:32 2005 +0000
description:
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:
www/curl/Makefile | 4 ++--
www/curl/PLIST | 3 ++-
www/curl/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 7 deletions(-)
diffs (42 lines):
diff -r df5a9429c672 -r 8eeb3a78673b www/curl/Makefile
--- a/www/curl/Makefile Tue May 17 13:17:34 2005 +0000
+++ b/www/curl/Makefile Tue May 17 13:25:32 2005 +0000
@@ -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 -r df5a9429c672 -r 8eeb3a78673b www/curl/PLIST
--- a/www/curl/PLIST Tue May 17 13:17:34 2005 +0000
+++ b/www/curl/PLIST Tue May 17 13:25:32 2005 +0000
@@ -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-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 -r df5a9429c672 -r 8eeb3a78673b www/curl/distinfo
--- a/www/curl/distinfo Tue May 17 13:17:34 2005 +0000
+++ b/www/curl/distinfo Tue May 17 13:25:32 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index