diff options
author | nra <nra@pkgsrc.org> | 2001-08-13 18:36:13 +0000 |
---|---|---|
committer | nra <nra@pkgsrc.org> | 2001-08-13 18:36:13 +0000 |
commit | e4ee0aa228209c040d079d1e8082d604db66721d (patch) | |
tree | c8db613ba1d894d910e3bf652b87fbacd8f88359 /www/curl | |
parent | 1df2a8cc1af329cf7670ffcf654354738ad91c84 (diff) | |
download | pkgsrc-e4ee0aa228209c040d079d1e8082d604db66721d.tar.gz |
Update www/curl to version 7.8. PR 13704 by Stoned Elipot.
Fixed 7.8
'curl-config --vernum' shows version number as a hexadecimal number
libcurl's got two new functions (for global init/cleanup)
SSL memory leak fixed
new file format for the tests in the test suite
netscape/mozilla cookie file parser bugfix
everything is now built with autoconf 2.50, libtool 1.4
and automake 1.4-p1
libcurl's own version of 'strlcat' no longer pollutes the name space
libcurl now treats an already completed resumed download as a
successful operation, and not as an error like before
https and ftps test cases added to the test suite (depend on stunnel)
better white space awareness when parsing HTTP headers
curl -I now plays ball even if the ftp server doesn't grok SIZE
corrected resumed transfers on re-used persistent connections
FTP PORT works again when libcurl is IPv6-enabled
corrected path usage when doing multiple FTP transfers
several Location: header related bugs corrected
Diffstat (limited to 'www/curl')
-rw-r--r-- | www/curl/Makefile | 6 | ||||
-rw-r--r-- | www/curl/distinfo | 6 | ||||
-rw-r--r-- | www/curl/pkg/PLIST | 10 |
3 files changed, 16 insertions, 6 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 178293e5551..e41061d0e8d 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2001/06/29 03:48:41 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/08/13 18:36:13 nra Exp $ -DISTNAME= curl-7.7.1 +DISTNAME= curl-7.8 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ @@ -9,6 +9,8 @@ HOMEPAGE= http://curl.haxx.se/ COMMENT= client that groks URLs USE_BUILDLINK_ONLY= yes +REPLACE_BUILDLINK= curl-config + GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes diff --git a/www/curl/distinfo b/www/curl/distinfo index a5212ad649e..878a05c828f 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/05/21 21:45:45 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/08/13 18:36:13 nra Exp $ -SHA1 (curl-7.7.1.tar.gz) = df5963aa4211096fc289d438f34b412756983249 -Size (curl-7.7.1.tar.gz) = 494935 bytes +SHA1 (curl-7.8.tar.gz) = f5ccd1afe95db927ce3599a6303f779a6136e3a3 +Size (curl-7.8.tar.gz) = 630163 bytes diff --git a/www/curl/pkg/PLIST b/www/curl/pkg/PLIST index fb2d952dbc0..9214d264b17 100644 --- a/www/curl/pkg/PLIST +++ b/www/curl/pkg/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2001/04/06 03:47:24 itojun Exp $ +@comment $NetBSD: PLIST,v 1.3 2001/08/13 18:36:14 nra Exp $ bin/curl +bin/curl-config include/curl/curl.h include/curl/easy.h include/curl/mprintf.h @@ -11,6 +12,7 @@ lib/libcurl.so lib/libcurl.so.2 lib/libcurl.so.2.0 man/man1/curl.1 +man/man1/curl-config.1 man/man3/curl_easy_cleanup.3 man/man3/curl_easy_getinfo.3 man/man3/curl_easy_init.3 @@ -21,8 +23,14 @@ man/man3/curl_formfree.3 man/man3/curl_formparse.3 man/man3/curl_getdate.3 man/man3/curl_getenv.3 +man/man3/curl_global_cleanup.3 +man/man3/curl_global_init.3 +man/man3/curl_mprintf.3 man/man3/curl_slist_append.3 man/man3/curl_slist_free_all.3 +man/man3/curl_strequal.3 +man/man3/curl_strnequal.3 man/man3/curl_unescape.3 man/man3/curl_version.3 +man/man5/libcurl.5 @dirrm include/curl |