diff options
author | shell <shell> | 2002-10-20 02:19:42 +0000 |
---|---|---|
committer | shell <shell> | 2002-10-20 02:19:42 +0000 |
commit | 67aaca3416b0a87d44e97faca32e8d617218b6ba (patch) | |
tree | 0ee2d767c873c0422d0c0afdc09ebc6379f43f17 /www/curl/Makefile | |
parent | 0b4a1733e52ea39a011aabae9f0466277c269a16 (diff) | |
download | pkgsrc-67aaca3416b0a87d44e97faca32e8d617218b6ba.tar.gz |
Updated to curl-7.10.1
Changes :
- Jeff Lawson fixed a few problems with connection re-use that remained when
you set CURLOPT_PROXY to "".
- Craig Davison found a terrible flaw and Cris Bailiff helped out in the
search. Getting HTTP data from servers when the headers are split up in
multiple reads, could cause junk data to get inserted among the saved
headers. This only concerns HTTP(S) headers.
- Vincent Penquerc'h gave us the good suggestion that when the ERRRORBUFFER
is set internally, the error text is sent to the debug function as well.
- Fixed the telnet code to timeout properly as the option tells it to. On
non-windows platforms.
- John Crow pointed out that libcurl-the-guide wasn't included in the release
tarball!
- Kevin Roth pointed out that make install didn't do right if build outside
the source tree (ca-bundle wise).
- FOLLOW_LOCATION bugfix for the multi interface
[trim], more see CHANGES.
Diffstat (limited to 'www/curl/Makefile')
-rw-r--r-- | www/curl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index f30303e08e1..e56c7c6c692 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2002/08/25 21:52:03 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2002/10/20 02:19:42 shell Exp $ -DISTNAME= curl-7.9.7 +DISTNAME= curl-7.10.1 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ \ @@ -31,6 +31,6 @@ post-install: done ${SED} '/php/d' ${WRKSRC}/docs/examples/README > \ ${PREFIX}/share/examples/curl/README - + .include "../../security/openssl/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |