pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net Update p5-Net to libnet-1.19 because I need...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92b5e2f84a45
branches:  trunk
changeset: 478192:92b5e2f84a45
user:      bad <bad%pkgsrc.org@localhost>
date:      Mon Jul 19 11:04:23 2004 +0000

description:
Update p5-Net to libnet-1.19 because I need the XVERP support in the mail()
method.

Changes for 1.19 and 1.18:
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)

Changes from 1.15 to 1.17 not available due to Subversion lossage.

diffstat:

 net/p5-Net/Makefile |  6 +++---
 net/p5-Net/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 1f627ecad5be -r 92b5e2f84a45 net/p5-Net/Makefile
--- a/net/p5-Net/Makefile       Mon Jul 19 10:48:46 2004 +0000
+++ b/net/p5-Net/Makefile       Mon Jul 19 11:04:23 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.33 2004/02/19 22:16:59 minskim Exp $
+# $NetBSD: Makefile,v 1.34 2004/07/19 11:04:23 bad Exp $
 # FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp
 #
 
-DISTNAME=      libnet-1.15
-PKGNAME=       p5-Net-1.15
+DISTNAME=      libnet-1.19
+PKGNAME=       p5-Net-1.19
 SVR4_PKGNAME=  p5net
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
diff -r 1f627ecad5be -r 92b5e2f84a45 net/p5-Net/distinfo
--- a/net/p5-Net/distinfo       Mon Jul 19 10:48:46 2004 +0000
+++ b/net/p5-Net/distinfo       Mon Jul 19 11:04:23 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2003/06/14 09:18:10 shell Exp $
+$NetBSD: distinfo,v 1.10 2004/07/19 11:04:23 bad Exp $
 
-SHA1 (libnet-1.15.tar.gz) = 2bff65b388b7c6d3900db439ff8516b56b0b1cd7
-Size (libnet-1.15.tar.gz) = 70414 bytes
+SHA1 (libnet-1.19.tar.gz) = 8da9d05f1ef346e07d9e1c74327174d98b13b13a
+Size (libnet-1.19.tar.gz) = 64835 bytes
 SHA1 (patch-aa) = 655b2ee1c751818c7f90123dfde0cb06a8237b34



Home | Main Index | Thread Index | Old Index