diff options
author | seb <seb@pkgsrc.org> | 2001-09-29 15:42:24 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2001-09-29 15:42:24 +0000 |
commit | e1024faef432dcbeda3a28983157e9c54392ecf8 (patch) | |
tree | e08d5880952cca851616062c17b8a2257d0d19ef /www | |
parent | 2681f87e2e543b3a2091f8d59623ab62cb214127 (diff) | |
download | pkgsrc-e1024faef432dcbeda3a28983157e9c54392ecf8.tar.gz |
Upgrade to version 7.9
Fixed in 7.9
now properly returns an error code when connection to an SSL server
with a non-legitimate certificate.
displays certificate expire date with SSL and verbose output
-R sets the timestamp of a downloaded file to the same as the remote
file
-c writes all cookies to a specified file (based on the new libcurl
option CURLOPT_COOKIEJAR)
SSL session ID caching is being done for multiple requests to the same
hosts
CURLOPT_COOKIEFILE can now be specified any number of times
fixed portability issue in the SSL code
-G improvements, now works with -I and on URLs including question mark.
various windows compile, build and makefile fixes
multiple curl_easy_perform() invokes when a previous invoke followed a
Location: could lead to a crash
curl_formadd() is a new function to replace the now deprecated
curl_formparse() one, for building rfc1867 form posts.
rfc1867-posts are now done including the Expect: 100-continue header.
release archive now includes all docs as HTML pages too
flushes the progress meter stream to improve look on windows
fixed the configure script --with-ssl problem
Diffstat (limited to 'www')
-rw-r--r-- | www/curl/Makefile | 4 | ||||
-rw-r--r-- | www/curl/distinfo | 6 | ||||
-rw-r--r-- | www/curl/pkg/PLIST | 6 |
3 files changed, 9 insertions, 7 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 8c645104b8e..ddb758ed619 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2001/09/20 11:33:47 itojun Exp $ +# $NetBSD: Makefile,v 1.7 2001/09/29 15:42:24 seb Exp $ -DISTNAME= curl-7.8.1 +DISTNAME= curl-7.9 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ diff --git a/www/curl/distinfo b/www/curl/distinfo index ff8b72ffa86..9b0ccb8a511 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2001/09/20 11:33:47 itojun Exp $ +$NetBSD: distinfo,v 1.5 2001/09/29 15:42:24 seb Exp $ -SHA1 (curl-7.8.1.tar.gz) = 0384fa065fa4b2fc0a12db8bf7b6fa3f20d2f221 -Size (curl-7.8.1.tar.gz) = 562980 bytes +SHA1 (curl-7.9.tar.gz) = 656d59254ab164988a0d5a7fc63f34e1cec4c5fb +Size (curl-7.9.tar.gz) = 614194 bytes diff --git a/www/curl/pkg/PLIST b/www/curl/pkg/PLIST index 9b3c7f6e12d..0fd26c89a6a 100644 --- a/www/curl/pkg/PLIST +++ b/www/curl/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2001/09/20 11:33:47 itojun Exp $ +@comment $NetBSD: PLIST,v 1.5 2001/09/29 15:42:25 seb Exp $ bin/curl bin/curl-config include/curl/curl.h @@ -10,15 +10,17 @@ lib/libcurl.a lib/libcurl.la lib/libcurl.so lib/libcurl.so.2 -lib/libcurl.so.2.1 +lib/libcurl.so.2.2 man/man1/curl.1 man/man1/curl-config.1 man/man3/curl_easy_cleanup.3 +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_setopt.3 man/man3/curl_escape.3 +man/man3/curl_formadd.3 man/man3/curl_formfree.3 man/man3/curl_formparse.3 man/man3/curl_getdate.3 |