Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: source-changes
Date: 07/03/2000 02:49:21
Module Name:	pkgsrc
Committed By:	mjl
Date:		Mon Jul  3 09:49:21 UTC 2000

Modified Files:
	pkgsrc/www/p5-libwww: Makefile
	pkgsrc/www/p5-libwww/files: md5
	pkgsrc/www/p5-libwww/pkg: DESCR PLIST

Log Message:
Update to 5.48. Changes:

    README.SSL update by Marko Asplund <aspa@hip.fi>

    Added cookie example to lwpcook.pod

    HTTP::Date::str2time returns undef on failure instead
    of an empty list as suggested by Markus B Krüger <markusk@pvv.org>

    $request->uri($uri) will now always store a copy of the $uri.

    HTTP::Status: Added status codes from RFC 2616 and RFC 2518 (WebDAV)

    LWP::RobotUA will not parse robots.txt unless content type and
    content sample looks right.

    LWP::UserAgent: Deal with multiple WWW-Authenticate headers.
    Patch by Hugo <hv@crypt.compulink.co.uk>

    $ua->proxy can now return the old proxy settings without
    destroying the old one.
    Based on patch by Benjamin Low <ben@snrc.uow.edu.au>

    LWP::Protocol::http update
        - don't terminate header parsing on bad headers
        - extra_sock_opts
        - preparations for keep alive support
        - method CONNECT

   WWW::RobotRules deal with various absolute URIs in the
   disallow lines.

   Makefile.PL: Make sure we have HTML::TokeParser

   Added HTML::Form to the distribution.

   LWP::Protocol::http: Kill any Connection header

   LWP::MediaTypes: Fixed builtin html/text mapping.
   Added bz2 to suffixEncoding


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/www/p5-libwww/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/www/p5-libwww/files/md5
cvs rdiff -r1.2 -r1.3 pkgsrc/www/p5-libwww/pkg/DESCR
cvs rdiff -r1.6 -r1.7 pkgsrc/www/p5-libwww/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.