diff options
author | mjl <mjl@pkgsrc.org> | 2003-01-02 14:42:25 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2003-01-02 14:42:25 +0000 |
commit | ae192d9586a66ee52f457e069f0d85c4a984bfc6 (patch) | |
tree | 4aa9fd246774753ecf7c92402cf91c275b56609f /www/p5-libwww | |
parent | d06c52cc9e65f20555f365b024026adc0ffacc0e (diff) | |
download | pkgsrc-ae192d9586a66ee52f457e069f0d85c4a984bfc6.tar.gz |
Update p5-libwww to 5.67
HTTP::Cookies::Microsoft, makes it possible for LWP to share MSIE's cookies.
HTML::Form supports file upload better now. There are some new methods on
that kind of input; file(), filename(), content() and headers().
Net::HTTP avoids exceptions in read_response_headers() with laxed option.
New LWP::DebugFile, LWP::Authen::Ntml
The format_chunk() and write_chunk() methods of Net::HTTP did not work.
The Client-Peer response header is back.
Make HTTP::Date compatible with perl 5.8.
Try to avoid to default to overwriting /usr/bin/head on MacOS X when the
perl install prefix is /usr/bin.
HTTP::Negotiate doc patch.
Diffstat (limited to 'www/p5-libwww')
-rw-r--r-- | www/p5-libwww/Makefile | 4 | ||||
-rw-r--r-- | www/p5-libwww/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 1ac4b593d3d..195f92056de 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2002/10/27 20:48:56 seb Exp $ +# $NetBSD: Makefile,v 1.29 2003/01/02 14:42:25 mjl Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/14 04:00:11 jfitz Exp # -DISTNAME= libwww-perl-5.64 +DISTNAME= libwww-perl-5.67 PKGNAME= p5-${DISTNAME:S/-perl-/-/} SVR4_PKGNAME= p5lww CATEGORIES= www perl5 diff --git a/www/p5-libwww/distinfo b/www/p5-libwww/distinfo index 34b245400d7..73bf5ba6a50 100644 --- a/www/p5-libwww/distinfo +++ b/www/p5-libwww/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2002/03/15 12:52:52 martti Exp $ +$NetBSD: distinfo,v 1.8 2003/01/02 14:42:25 mjl Exp $ -SHA1 (libwww-perl-5.64.tar.gz) = c8104761c9361d00e84decca5fc36c8a0e13e681 -Size (libwww-perl-5.64.tar.gz) = 183660 bytes +SHA1 (libwww-perl-5.67.tar.gz) = eef87f6aeae27a6d8fd0e9ec68d270afe704e297 +Size (libwww-perl-5.67.tar.gz) = 197261 bytes SHA1 (patch-aa) = 15b7ec5241ee02fa88338a9ff9eefa7471a2f34f |