diff options
author | mef <mef@pkgsrc.org> | 2015-02-27 14:39:24 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-02-27 14:39:24 +0000 |
commit | 99bcc498caf62caf312a5e1542f6acf3edb7b410 (patch) | |
tree | 2d7def1b285587a6bc637a7b8ba518a9526db1b0 /net/p5-Net-Telnet | |
parent | 059023fee0c2f53f7ef96b5e725a5ea550f1f334 (diff) | |
download | pkgsrc-99bcc498caf62caf312a5e1542f6acf3edb7b410.tar.gz |
Update 3.04
-----------
2013-04-21 Jay Rogers <jay@rgrs.com>
* Version 3.04 released.
2012-12-15 Jay Rogers <jay@rgrs.com>
* Telnet.pm (open family sockfamily): Added IPv6
support. It is enabled using the method/parameter
family() and the installed Socket package version is
1.94+ (which corresponds with perl 5.14+).
* Telnet.pm (peerhost peerport sockhost sockport):
New methods to support IPv6, because the inherited
ones from IO::Socket::INET don't.
* Telnet.pm (open localhost localfamily): New
methods and open() parameters for binding to a local
network interface.
* Telnet.pm (dump_log, input_log, option_log, output_log): Fixed
so they turn off logging when passed an empty string arg.
* Telnet.pm (_fillbuf _put): Fixed to use
Errno::EINTR, when possible, to test for an
interrupted select(), sysread(), or syswrite(). The
test for $! =~ /^interrupted doesn't work when LANG
is not English.
2002-12-17 Jay Rogers <jay@rgrs.com>
* Telnet.pm (dump_log, input_log, option_log, output_log): Fixed
so they take a bare filehandle.
Diffstat (limited to 'net/p5-Net-Telnet')
-rw-r--r-- | net/p5-Net-Telnet/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Net-Telnet/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/p5-Net-Telnet/Makefile b/net/p5-Net-Telnet/Makefile index 52fa04fe7e9..5bcb887321a 100644 --- a/net/p5-Net-Telnet/Makefile +++ b/net/p5-Net-Telnet/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2014/10/09 13:44:52 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2015/02/27 14:39:24 mef Exp $ # -DISTNAME= Net-Telnet-3.03 +DISTNAME= Net-Telnet-3.04 PKGNAME= p5-${DISTNAME} -PKGREVISION= 8 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/net/p5-Net-Telnet/distinfo b/net/p5-Net-Telnet/distinfo index a54bf114c3d..1a21b077a34 100644 --- a/net/p5-Net-Telnet/distinfo +++ b/net/p5-Net-Telnet/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 12:13:59 agc Exp $ +$NetBSD: distinfo,v 1.5 2015/02/27 14:39:24 mef Exp $ -SHA1 (Net-Telnet-3.03.tar.gz) = dcab09df5872ed995918bcf03797aac86c78cd02 -RMD160 (Net-Telnet-3.03.tar.gz) = 3360a1a88f9219dd879deb76b167ef0a297b5497 -Size (Net-Telnet-3.03.tar.gz) = 35641 bytes +SHA1 (Net-Telnet-3.04.tar.gz) = c2bed0614a72d087893423570371ebdcaa039efe +RMD160 (Net-Telnet-3.04.tar.gz) = bd7d460db657ec96ca23b546a4410374f76c6dda +Size (Net-Telnet-3.04.tar.gz) = 40731 bytes |