Subject: CVS commit: pkgsrc/net/p5-Net
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 01/19/2002 04:57:52
Module Name:	pkgsrc
Committed By:	mjl
Date:		Sat Jan 19 02:57:52 UTC 2002

Modified Files:
	pkgsrc/net/p5-Net: Makefile distinfo

Log Message:
Update to 1.09.1 (libnet 1.0901).

 Make tests run with 5.004

 Net::SMTP
	- Don't attempt to resolve the hostname to send in the greating.
	  If it is not provided, use localhost.localdomain
	  (patch from Eduardo P?rez Ureta)

 netrc.t - fix RE for libnet_t.pl

 Various doc cleanups

 Net::FTP
	- Dont send QUIT on DESTROY. Causes problems when fork() is used.

 Net::Domain
	- Fix bug causing $_ to be modified

 Net::FTP
	- Send -anonymous@ as the password for the anonymous user, not
	  the real username.

 Net::SMTP
	- Add support for SASL AUTH (only PLAIN right now)


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 pkgsrc/net/p5-Net/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/net/p5-Net/distinfo

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