diff options
Diffstat (limited to 'cpan/libnet')
-rw-r--r-- | cpan/libnet/Changes | 109 | ||||
-rw-r--r-- | cpan/libnet/README | 113 |
2 files changed, 0 insertions, 222 deletions
diff --git a/cpan/libnet/Changes b/cpan/libnet/Changes deleted file mode 100644 index 98b26473c5..0000000000 --- a/cpan/libnet/Changes +++ /dev/null @@ -1,109 +0,0 @@ -libnet 1.23 -- Mon Aug 12 2013 - - * Typo fixes [David Steinbrunner; resolves CPAN RT#87681] - -libnet 1.22_02 -- Thu Aug 08 2013 - - * Make Net::FTP::dataconn::close() more robust [Together with changes to - Net::FTP already made in 1.22_01, this resolves CPAN RT#37700] - * Document scalar/list context return values from Net::Cmd::message() - * Fix broken URL [Resolves CPAN RT#68749] - * Fix documentation typo in Net::Netrc - * Fix broken POD in Net::POP3 - * Improve Net::SMTP documentation of new(), auth() and message() [Resolves - CPAN RT#36038] - * Add proper skips to skipped tests in ftp.t - * Import hostname.t fix from perl core commit #adeb94125a - * Add time.t, imported from perl core commit #c85707204c - * Add new maintainer information, with updated CPAN and GitHub links - -libnet 1.22_01 -- Mon May 31 09:40:25 CDT 2010 - - * Do not create/pass a remote name if one is not given to put_unique - * Add ->passive method to switch between PORT/PASV connections - * Accept - in command parsed from SMTP HELO response - * Allow group to set to a group named "0" - * Set $@ when ->new returns undef - * Add support for LocalAddr to be passed to ->new - * Document that timeout is in seconds - * Fix leading . encoding in datasend - * Make ->supported check ->feature - * Allow words other than FILE to prefix the unique name returned in info message from stou - * Send ALLO command just before the store command - * Avoid warnings when server do not prefix messages with codes - * Use uppercase characters for xtext encoding - * Catch timeout condition while doing an abort - * Ensure REST is sent directly before command being restarted - * [rt.cpan.org #49920] Fix URL [Leon Brocard] - * Avoid long hang on Mac OS X when hostname is *.local by not calling gethostbyname [Father Chrysostomos] - * Avoid infinite recursion in rmdir - * Allow finding _netrc on machines that do not support .netrc [Ben Bimber] - -libnet 1.22 -- Sun Aug 26 07:13:18 CDT 2007 - -Bug Fixes - * Fix a bug in Net::Cmd that is_utf8 does not exist prior to perl 5.8.1 - -libnet 1.21 -- Sat May 19 08:53:09 CDT 2007 - -Bug Fixes - * Fix bug causing utf8 encoding of 8bit strings in Net::Cmd - * Fix precedence issue in Net::NNTP. Patch from Brendan O'Dea - * Fixed bug causing removal of last character on the line when - doing ASCII FTP transfers - -Enhancements - * Add support for ENVID and AUTH to Net::SMTP. Patch by Mark Martinec - * Changed default for FTP transfers to be passive - * Added support for FTP FEAT command - -libnet 1.20 -- Fri Feb 2 19:42:51 CST 2007 - -Bug Fixes - * Fixed incorrect handling of CRLF that straddled two blocks - * Fix bug in response() which was too liberal in what it thought was a response line - * Silence uninitialized value warnings in Net::Cmd during testing on Win32 - * Documentations typos and updates - -Enhancements - * Added support for ORCPT into Net::SMTP - * Support for servers that expect the USER command in upper or lower case. Try USER - first then try user if that fails - -libnet 1.19 -- Wed Jun 30 14:53:48 BST 2004 - -Bug Fixes - * Fixed datasend test to work on Win32 platform - * Fixed Authen::SASL checking in SMTP.pm and POP3.pm - * Fixed bug that a restarted get with Net::FTP did not append to local file - -libnet 1.18 -- Mon Mar 22 16:19:01 GMT 2004 - -Bug Fixes - * Fixed bug in CRLF translation in Net::Cmd datasend/dataend methods - * Fixed bug in converting numbers returned by PASV command into a - packed IP address - * Fixed bug that caused Net::FTP->get to truncate the local file after - the restart method had been called - * Fixed bug in Net::FTP-.rmdir when the server returned . and .. in - the contents of a directory - * Fixed bug in POP3 that was sending unnecessary RSETs - -Enhancements - * Added support for POP3 CAPA command - * Added support for XVERP to Net::SMTP - * Added Net::POP3->banner method to return the banner received from - the server during connect - * Added Net::POP3->auth method for performing authentication using - SASL, requires Authen::SASL - * Added Host option to ->new constructor of FTP, NNTP, SMTP and POP3 - which can be used instead of passing the host as the first argument - * Added ->host method to FTP, NNTP, SMTP and POP3 to return the host - string used for the connect. This is useful to determine which host - was connected to when multiple hosts are specified - * Added support for more non-standard responses to Net::FTP->size - * Updated POD for Net::SMTP wrt. not passing a Hello parameter to the - constructor. (Jeff Macdonald) - -ChangeLogs for releases prior to 1.18 may be found at -http://svn.mutatus.co.uk/browse/libnet/tags/libnet-1.17/ChangeLog diff --git a/cpan/libnet/README b/cpan/libnet/README deleted file mode 100644 index 67a6846ecb..0000000000 --- a/cpan/libnet/README +++ /dev/null @@ -1,113 +0,0 @@ -libnet is a collection of Perl modules which provides a simple -and consistent programming interface (API) to the client side -of various protocols used in the internet community. - -For details of each protocol please refer to the RFC. RFC's -can be found a various places on the WEB, for a starting -point look at: - - http://www.yahoo.com/Computers_and_Internet/Standards/RFCs/ - -The RFC implemented in this distribution are - -Net::FTP RFC959 File Transfer Protocol -Net::SMTP RFC821 Simple Mail Transfer Protocol -Net::Time RFC867 Daytime Protocol -Net::Time RFC868 Time Protocol -Net::NNTP RFC977 Network News Transfer Protocol -Net::POP3 RFC1939 Post Office Protocol 3 - -AVAILABILITY - -The latest version of libnet is available from the Comprehensive Perl -Archive Network (CPAN). To find a CPAN site near you see: - - http://search.cpan.org/dist/libnet/ - -The GitHub source repository can be browsed at - - http://github.com/steve-m-hay/perl-libnet - -If you have a Git client, then you can checkout the latest code with - - git clone http://github.com/steve-m-hay/perl-libnet.git - -INSTALLATION - -In order to use this package you will need Perl version 5.002 or -better. You install libnet, as you would install any perl module -library, by running these commands: - - perl Makefile.PL - make - make test - make install - -If you want to install a private copy of libnet in your home -directory, then you should try to produce the initial Makefile with -something like this command: - - perl Makefile.PL PREFIX=~/perl - - -The Makefile.PL program will start out by checking your perl -installation for a few packages that are recommended to be installed -together with libnet. These packages should be available on CPAN -(described above). - -CONFIGURE - -Normally when perl Makefile.PL is run it will run Configure which will -ask some questions about your system. The results of these questions -will be stored in a file called libnet.cfg which will be installed -alongside the other perl modules in this distribution. The Makefile.PL -will run Configure in an interactive mode unless these exists a file -called libnet.cfg in the build directory. - -If you are on a system which cannot run this script you can create an -empty file to make Makefile.PL skip running Configure. If you want to -keep your existing settings and not run interactivly the simple run - - Configure -d - -before running the Makefile.PL. - -DOCUMENTATION - -See ChangeLog for recent changes. POD style documentation is included -in all modules and scripts. These are normally converted to manual -pages and installed as part of the "make install" process. You should -also be able to use the 'perldoc' utility to extract documentation from -the module files directly. - -DEMOS - -The demos directory does contain a few demo scripts. These should be -run from the top directory like - - demos/smtp.self -user my-email-address -debug - -However I do not guarantee these scripts to work. - -SUPPORT - -Questions about how to use this library should be directed to the -comp.lang.perl.modules USENET Newsgroup. Bug reports and suggestions -for improvements can be reported on the CPAN request tracker at - - http://rt.cpan.org/Dist/Display.html?Name=libnet - -Most of the modules in this library have an option to output a debug -transcript to STDERR. When reporting bugs/problems please, if possible, -include a transcript of a run. - -COPYRIGHT - - (C) 1996-2007 Graham Barr. All rights reserved. - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. - -Currently maintained by Steve Hay <shay@cpan.org>. - -Share and Enjoy! |