diff options
author | shell <shell> | 2002-06-10 01:32:37 +0000 |
---|---|---|
committer | shell <shell> | 2002-06-10 01:32:37 +0000 |
commit | 3fccb24f84bf47eebc5bee43b327ada7006f608d (patch) | |
tree | eddf6f6c336a6a05a45f712f9f43c5bfb927f294 /www | |
parent | c46acf326a726ff91d3e25791a3ff438d1d43720 (diff) | |
download | pkgsrc-3fccb24f84bf47eebc5bee43b327ada7006f608d.tar.gz |
Updated to curl, from 7.9.6 to 7.9.7
Changes since 7.9.6 :
- More -(option) support
- Documentation updated
- little bug fixed and preformance improved
(please see CHANGES for more)
Diffstat (limited to 'www')
-rw-r--r-- | www/curl/Makefile | 4 | ||||
-rw-r--r-- | www/curl/PLIST | 5 | ||||
-rw-r--r-- | www/curl/distinfo | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 121082cc416..376f2eb0acd 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2002/04/21 12:07:45 shell Exp $ +# $NetBSD: Makefile,v 1.19 2002/06/10 01:32:37 shell Exp $ -DISTNAME= curl-7.9.6 +DISTNAME= curl-7.9.7 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ \ diff --git a/www/curl/PLIST b/www/curl/PLIST index 8918864f31f..175674531c8 100644 --- a/www/curl/PLIST +++ b/www/curl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/04/21 12:07:45 shell Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/06/10 01:32:38 shell Exp $ bin/curl bin/curl-config include/curl/curl.h @@ -50,6 +50,7 @@ share/doc/curl/MANUAL share/doc/curl/TheArtOfHttpScripting share/examples/curl/README share/examples/curl/curlgtk.c +share/examples/curl/fopen.c share/examples/curl/ftpget.c share/examples/curl/ftpgetresp.c share/examples/curl/ftpupload.c @@ -58,6 +59,7 @@ share/examples/curl/http-post.c share/examples/curl/httpput.c share/examples/curl/multi-app.c share/examples/curl/multi-double.c +share/examples/curl/multi-post.c share/examples/curl/multi-single.c share/examples/curl/multithread.c share/examples/curl/persistant.c @@ -66,7 +68,6 @@ share/examples/curl/postit2.c share/examples/curl/sepheaders.c share/examples/curl/simple.c share/examples/curl/simplessl.c -share/examples/curl/win32sockets.c @dirrm share/examples/curl @dirrm share/doc/curl @dirrm include/curl diff --git a/www/curl/distinfo b/www/curl/distinfo index 53292151496..12cf805ad16 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2002/04/21 12:07:45 shell Exp $ +$NetBSD: distinfo,v 1.11 2002/06/10 01:32:38 shell Exp $ -SHA1 (curl-7.9.6.tar.gz) = 33278d881460cd2667cfcf3295f99825b4fe8399 -Size (curl-7.9.6.tar.gz) = 706370 bytes +SHA1 (curl-7.9.7.tar.gz) = 6fcb23be788984bcfca7debe5f307ec65fb56101 +Size (curl-7.9.7.tar.gz) = 717489 bytes |