pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/curl Update to 7.13.0:
details: https://anonhg.NetBSD.org/pkgsrc/rev/efd3bf64e0b9
branches: trunk
changeset: 489223:efd3bf64e0b9
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Feb 18 18:05:08 2005 +0000
description:
Update to 7.13.0:
This release includes the following changes:
o added --ftp-account and CURLOPT_FTP_ACCOUNT
o added CURLOPT_SOURCE_URL and CURLOPT_SOURCE_QUOTE
o obsoleted CURLOPT_SOURCE_HOST, CURLOPT_SOURCE_PATH, CURLOPT_SOURCE_PORT
and CURLOPT_PASV_HOST
o added --3p-url, --3p-user and --3p-quote
o -Q "+[command]" was added
o src/getpass.c license issue sorted (code was rewritten)
o curl -w now supports 'http_connect' for the proxy's response to CONNECT
o introducing "curl-config --protocols"
This release includes the following bugfixes:
o re-sending a request when retrying on a fresh connection with multi
interface
o improved valgrind report parser in the test suite
o several valgrind reports
o CURLOPT_FTPPORT and -P work when built ipv6-enabled
o FTP third party transfers was much improved
o proxy environment variables are now ignored when built HTTP-disabled
o CURLOPT_PROXY can now disable HTTP proxy even when built HTTP-disabled
o "curl dictionary.com" no longer assumes DICT protocol
o re-invoke some system calls on EINTR
o duplicate Host: when failed connection re-use
o SOCKS5 version check
o memory problem with cleaning up multi interface
o SSL certificate name memory leak
o -d with -G to multiple URLs crashed
o double va_list access crash fixed
o minor memory leak when "version" is set in a cookie header
o builds fine on BeOS and NetBSD
o builds and runs fine on FreeBSD
diffstat:
www/curl/Makefile | 5 ++---
www/curl/distinfo | 7 +++----
www/curl/patches/patch-ac | 19 -------------------
3 files changed, 5 insertions(+), 26 deletions(-)
diffs (48 lines):
diff -r 98bace54730e -r efd3bf64e0b9 www/curl/Makefile
--- a/www/curl/Makefile Fri Feb 18 17:23:40 2005 +0000
+++ b/www/curl/Makefile Fri Feb 18 18:05:08 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2005/01/07 09:37:21 cube Exp $
+# $NetBSD: Makefile,v 1.48 2005/02/18 18:05:08 wiz Exp $
-DISTNAME= curl-7.12.3
-PKGREVISION= 1
+DISTNAME= curl-7.13.0
CATEGORIES= www
MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
diff -r 98bace54730e -r efd3bf64e0b9 www/curl/distinfo
--- a/www/curl/distinfo Fri Feb 18 17:23:40 2005 +0000
+++ b/www/curl/distinfo Fri Feb 18 18:05:08 2005 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.30 2005/01/07 09:37:21 cube Exp $
+$NetBSD: distinfo,v 1.31 2005/02/18 18:05:08 wiz Exp $
-SHA1 (curl-7.12.3.tar.bz2) = 8e81488b18baabdb61aeb46095fee6f1d7325cdf
-Size (curl-7.12.3.tar.bz2) = 1830712 bytes
-SHA1 (patch-ac) = b5e87774c84ca29c35c48d1f8fa58991c8596d7a
+SHA1 (curl-7.13.0.tar.bz2) = 63530e49c7c55b0cb47372d87b4d2eff40d28e43
+Size (curl-7.13.0.tar.bz2) = 1853790 bytes
diff -r 98bace54730e -r efd3bf64e0b9 www/curl/patches/patch-ac
--- a/www/curl/patches/patch-ac Fri Feb 18 17:23:40 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2005/01/07 09:37:21 cube Exp $
-
---- lib/select.c.orig Sun Nov 28 22:55:42 2004
-+++ lib/select.c
-@@ -23,11 +23,11 @@
-
- #include "setup.h"
-
--#ifdef HAVE_SYS_SELECT_H
--#include <sys/select.h>
--#endif
- #ifdef HAVE_SYS_TYPES_H
- #include <sys/types.h>
-+#endif
-+#ifdef HAVE_SYS_SELECT_H
-+#include <sys/select.h>
- #endif
-
- #ifdef HAVE_SYS_TIME_H
Home |
Main Index |
Thread Index |
Old Index