2004-02-19 23:16:59 by Min Sik Kim | Files touched by this commit (1) |
Log message:
bl3ify and enable pkgviews installation.
|
2003-07-21 19:11:31 by Martti Kuparinen | Files touched by this commit (82) |
Log message:
COMMENT should start with a capital letter.
|
2003-07-18 00:57:07 by grant beattie | Files touched by this commit (1065) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-06-14 11:18:11 by Shell Hung | Files touched by this commit (2) | |
Log message:
Updated to p5-Net-1.15
Changes (from 1.13) :
Global :
- Use read/print instead of sysread/syswrite for local files
so CRLF translation happens if it needs to
- Some Docs updated
Net::FTP :
- Fix merge error spotted by Slaven Rezic
- Support for ALLO command (patch from Matthew N. Andrews)
- Add some error checking to the examples in the SYNOPSIS
- Allow the firewall type to be specified in Net::Config
(patch from Philip Newton)
Net::SMTP :
- Allow multiple hosts to be passed to new() as an array reference
- Support MTAs with broken HELO response
(patch from Michael Driscoll)
- Support for BINARYMIME
(patch from Richard Coles)
- Fixes to the DSN parameter to mail()
(patch from Rafael Garcia-Suarez)
- Make the use of email address extraction configurable. By default
it is now back how it was
Some changes in Net::NNTP, Net::Domain and Net::Cmd
please see ChangeLog.
|
2003-05-06 19:43:16 by Julio Merino | Files touched by this commit (726) |
Log message:
Drop trailing whitespace. Ok'ed by wiz.
|
2003-03-17 02:29:33 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update to 1.13.
Relevant changes since version 1.12:
Net::POP3
- Make more compliant. +OK and -ERR responses do not have to be followed
by a space.
Net::FTP
- Fix unique name extraction to pick up name on initial
Net::Cmd
- Compatibility fix for 5.004
Net::Cmd
- Ensure all debug output is via ->debug_print
Net::FTP
- Allow the user to specify a local address to use for sockets
Net::SMTP
- Avoid extra spaces on the end of the AUTH command
|
2002-10-08 00:34:27 by Stoned Elipot | Files touched by this commit (18) |
Log message:
Convert to buildlink2. Use perl5/module.mk.
|
2002-06-03 15:06:20 by Shell Hung | Files touched by this commit (2) |
Log message:
Updated p5-Net from 1.11 to 1.12
Changes :
Net::SMTP - Use Authen::SASL to do auth
Net::SMTP - Minor change to address sanitize code, mainly to allow <>
Net::FTP - Minor change to pattern to extract unique filename from
server response
|
2002-04-17 12:36:22 by Shell Hung | Files touched by this commit (2) |
Log message:
Updated to p5-Net-1.11
- Change my email address
Changes since p5-Net-1.10 :
Net::FTP::dataconn
- Fix for select to avoid occasional hangups
Tweak parsing of hello response
|