Subject: CVS commit: pkgsrc/www/p5-libwww
To: None <pkgsrc-changes@netbsd.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 03/15/2002 14:52:54
Module Name: pkgsrc
Committed By: martti
Date: Fri Mar 15 12:52:54 UTC 2002
Modified Files:
pkgsrc/www/p5-libwww: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/www/p5-libwww/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/www/p5-libwww/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.