diff options
author | martti <martti> | 2002-03-15 12:52:51 +0000 |
---|---|---|
committer | martti <martti> | 2002-03-15 12:52:51 +0000 |
commit | 86dc97b17311e0fd63659da14f845e34ca526634 (patch) | |
tree | 0cb43cf52825d13ba2b3270ae04aee1ded9e9a8f /www/p5-libwww | |
parent | 6c1e8678ecad5b8bbeb2f147b7e5c7e9da95b691 (diff) | |
download | pkgsrc-86dc97b17311e0fd63659da14f845e34ca526634.tar.gz |
Updated p5-libwww to 5.64 (provided by Shell Hung in pkg/15558)
Simplified the Makefile.PL:
- the scripts are not longer *.PL files
- don't try to make symlinks for GET, HEAD, POST
as that has not worked for a long time
- the GET, HEAD, POST aliases for lwp-request should
now work on Windows.
HTTP::Cookies:
- added 'clear_temporary_cookies' method;
patch by Mike Schilli <schilli1@pacbell.net>.
- trailing space in old cookie parameters not ignored;
patch by Ivan Panchenko
- protect against $SIG{__DIE__} handlers;
patch by Adam Newby <adam@NewsNow.co.uk>.
LWP::Authen::Digest:
- abort digest auth session if we fail repeatedly with
the same username/password.
Diffstat (limited to 'www/p5-libwww')
-rw-r--r-- | www/p5-libwww/Makefile | 5 | ||||
-rw-r--r-- | www/p5-libwww/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 93179e1b808..93091f4cefe 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2001/12/30 13:49:38 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2002/03/15 12:52:51 martti Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/14 04:00:11 jfitz Exp # -DISTNAME= libwww-perl-5.63 +DISTNAME= libwww-perl-5.64 PKGNAME= p5-${DISTNAME:S/-perl-/-/} -PKGREVISION= 1 SVR4_PKGNAME= p5lww CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} diff --git a/www/p5-libwww/distinfo b/www/p5-libwww/distinfo index 7f93f4c2410..34b245400d7 100644 --- a/www/p5-libwww/distinfo +++ b/www/p5-libwww/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2001/12/15 10:12:40 martti Exp $ +$NetBSD: distinfo,v 1.7 2002/03/15 12:52:52 martti Exp $ -SHA1 (libwww-perl-5.63.tar.gz) = 350d18544e9f5981a03e65c05c89991e17392e30 -Size (libwww-perl-5.63.tar.gz) = 183103 bytes +SHA1 (libwww-perl-5.64.tar.gz) = c8104761c9361d00e84decca5fc36c8a0e13e681 +Size (libwww-perl-5.64.tar.gz) = 183660 bytes SHA1 (patch-aa) = 15b7ec5241ee02fa88338a9ff9eefa7471a2f34f |