summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-18 18:05:08 +0000
committerwiz <wiz@pkgsrc.org>2005-02-18 18:05:08 +0000
commit11a173cf00f0e4fd4f9429164dd69e8d65a8b2d1 (patch)
tree079a358f727eb3940d98f4680d7dda91668b3d02 /www
parent7b3ba6c4384376a98424935ee3d648998c1b98ee (diff)
downloadpkgsrc-11a173cf00f0e4fd4f9429164dd69e8d65a8b2d1.tar.gz
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 (limited to 'www')
-rw-r--r--www/curl/Makefile5
-rw-r--r--www/curl/distinfo7
-rw-r--r--www/curl/patches/patch-ac19
3 files changed, 5 insertions, 26 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index e81a4c08216..e4abe0fdc29 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -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 --git a/www/curl/distinfo b/www/curl/distinfo
index 4efe66d805d..9b3dcc14214 100644
--- a/www/curl/distinfo
+++ b/www/curl/distinfo
@@ -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 --git a/www/curl/patches/patch-ac b/www/curl/patches/patch-ac
deleted file mode 100644
index 6305b1b2315..00000000000
--- a/www/curl/patches/patch-ac
+++ /dev/null
@@ -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