summaryrefslogtreecommitdiff
path: root/www/curl/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2005-02-18 18:05:08 +0000
committerwiz <wiz>2005-02-18 18:05:08 +0000
commit58acc17c9875aff695c8a3394a0d7d7c2393f384 (patch)
tree079a358f727eb3940d98f4680d7dda91668b3d02 /www/curl/Makefile
parent5724c6cd56c1e2751279b8049cc3aed50f575694 (diff)
downloadpkgsrc-58acc17c9875aff695c8a3394a0d7d7c2393f384.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/curl/Makefile')
-rw-r--r--www/curl/Makefile5
1 files changed, 2 insertions, 3 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/ \