summaryrefslogtreecommitdiff
path: root/www/curl
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-08-21 11:31:00 +0000
committerrecht <recht@pkgsrc.org>2004-08-21 11:31:00 +0000
commit00c6c189fceee534b9571ba965ef0b80d26dcbab (patch)
tree8b302e84c972e63b2eaf172f6e849fe5fa1d1df8 /www/curl
parent53d8bdc8b8b5c177acd010a6b3366c198aaadbbf (diff)
downloadpkgsrc-00c6c189fceee534b9571ba965ef0b80d26dcbab.tar.gz
update to Curl 7.12.1
Changes: * the version string now only contains info about (sub) package versions, while for example krb4 and ipv6 now only are available as 'features' * added curl_easy_reset() * socks proxy support even when libcurl is built ipv6-enabled * read callbacks can stop the transfer by returning CURL_READFUNC_ABORT * libcurl-tutorial.3 is the new man page formerly known as libcurl-the-guide * additional SSL trace data might be sent to the debug callback using two new types: CURLINFO_SSL_DATA_IN and CURLINFO_SSL_DATA_OUT * multipart formposts can upload files larger than system memory * the curl tool continues with the next URL even if one transfer fails * FTP 3rd party transfer support - seven new setopt() options Bugfixes: * UTF-8 encoded certificate names can now be verified properly * krb4 link problem * HTTP Negotiate service name now provided in uppercase * no longer accepts any cookies with domain set to just a TLD * HTTP Digest properties without quotes in the header * bad Host: header case on re-used connections over proxy * duplicate Host: header case on re-used connections * curl -o name#[num] now works when no globbing for [num] exists * test suite runs fine with valgrind 2.1.x * negative Content-Length is ignored * test 505 runs fine on windows * curl_share_cleanup() crash * --trace files now get the final info lines too * multi interface connects fine to multi-IP resolving hosts * --limit-rate works on Mac OS X (and other systems with bad poll()s) * cookies can now hold 4999 bytes of content * HTTP POST/PUT with NTLM/Digest/Negotiate to a URL returning 3XX * HTTPS POST/PUT over a proxy requiring NTLM/Digest/Negotiate * less restrictive libidn requirements, 0.4.1 or later is fine * HTTP POST or PUT with Digest/Negotiate/NTLM selected but the server didn't require any authentication * win32 file:// transfer free memory bug * configure --disable-http builds a libcurl without HTTP support * CURLOPT_FILETIME had wrong type in curl.h, it expects a long argument * builds fine with Borland on Windows * the msvc curllib.dsp now builds the libcurl.lib file * builds fine on VMS * builds fine on NetWare * HTTP Digest authentication with proxies uses correct user name + password * builds fine with lcc-win32
Diffstat (limited to 'www/curl')
-rw-r--r--www/curl/Makefile6
-rw-r--r--www/curl/PLIST9
-rw-r--r--www/curl/distinfo6
3 files changed, 13 insertions, 8 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index c448dec2474..0bb9cc6a9c9 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2004/07/28 01:02:08 minskim Exp $
+# $NetBSD: Makefile,v 1.43 2004/08/21 11:31:00 recht Exp $
-DISTNAME= curl-7.12.0
+DISTNAME= curl-7.12.1
CATEGORIES= www
MASTER_SITES= http://curl.haxx.se/download/ \
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
@@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --disable-ipv6
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/curl
for _f in MANUAL TheArtOfHttpScripting FAQ \
- libcurl-the-guide; do \
+ curl-config.pdf curl.pdf; do \
${INSTALL_DATA} ${WRKSRC}/docs/$${_f} \
${PREFIX}/share/doc/curl/${_f}; \
done
diff --git a/www/curl/PLIST b/www/curl/PLIST
index 68483a66fd2..0ee0c2d2608 100644
--- a/www/curl/PLIST
+++ b/www/curl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2004/06/02 12:07:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2004/08/21 11:31:00 recht Exp $
bin/curl
bin/curl-config
include/curl/curl.h
@@ -20,6 +20,7 @@ man/man3/curl_easy_duphandle.3
man/man3/curl_easy_getinfo.3
man/man3/curl_easy_init.3
man/man3/curl_easy_perform.3
+man/man3/curl_easy_reset.3
man/man3/curl_easy_setopt.3
man/man3/curl_easy_strerror.3
man/man3/curl_escape.3
@@ -54,20 +55,24 @@ man/man3/libcurl-easy.3
man/man3/libcurl-errors.3
man/man3/libcurl-multi.3
man/man3/libcurl-share.3
+man/man3/libcurl-tutorial.3
man/man3/libcurl.3
share/curl/curl-ca-bundle.crt
share/doc/curl/FAQ
share/doc/curl/MANUAL
share/doc/curl/TheArtOfHttpScripting
-share/doc/curl/libcurl-the-guide
+share/doc/curl/curl-config.pdf
+share/doc/curl/curl.pdf
share/examples/curl/README
share/examples/curl/curlgtk.c
share/examples/curl/curlx.c
share/examples/curl/fileupload.c
share/examples/curl/fopen.c
+share/examples/curl/ftp3rdparty.c
share/examples/curl/ftpget.c
share/examples/curl/ftpgetresp.c
share/examples/curl/ftpupload.c
+share/examples/curl/getinfo.c
share/examples/curl/getinmemory.c
share/examples/curl/http-post.c
share/examples/curl/httpput.c
diff --git a/www/curl/distinfo b/www/curl/distinfo
index d3ac6c8e7bf..94fba569df6 100644
--- a/www/curl/distinfo
+++ b/www/curl/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.26 2004/06/02 12:07:48 adam Exp $
+$NetBSD: distinfo,v 1.27 2004/08/21 11:31:00 recht Exp $
-SHA1 (curl-7.12.0.tar.bz2) = 1d8f21acf1d25f08338105d420429e5c83a72ee9
-Size (curl-7.12.0.tar.bz2) = 1193098 bytes
+SHA1 (curl-7.12.1.tar.bz2) = 9e10bd56da19022420fc4a91ecf4c7cccc2d1cb3
+Size (curl-7.12.1.tar.bz2) = 1355061 bytes