From 9e0051809763d6564b397027958c06fcd9335501 Mon Sep 17 00:00:00 2001 From: wen Date: Sun, 5 Sep 2021 07:42:03 +0000 Subject: Update to 3.05 Upstream changes: * Version 3.05 released. 2021-06-20 Jay Rogers * Telnet.pm: Fixed new perl warning about argument isn't numeric in numeric ge (>=). 2021-05-30 Jay Rogers * Telnet.pm (dump_log input_log option_log output_log): Changed the logging subroutines to also accept a tied filehandle. 2021-03-30 Jay Rogers * Telnet.pm (waitfor): Improved the speed to search for the "match", especially when reading a large amount of data, by using the dynamic arrays @- and @+ instead of $` and $&. 2021-03-30 Jay Rogers * Telnet.pm (new): Fixed a bug that caused the instantiation to fail when setting one of the *_log input args to an empty string. 2020-02-20 Jay Rogers * Telnet.pm: Added a workaround for the "require FileHandle" bug in perl 5.10.1. 2020-02-20 Jay Rogers * Telnet.pm: Stopped using the deprecated variable $[ in the autoflush idiom select((select($fh), $|=1)[$[]). 2018-07-12 Jay Rogers * Telnet.pm: Fixed some documentation and pod command typos. 2013-04-21 Jay Rogers --- net/p5-Net-Telnet/Makefile | 5 ++--- net/p5-Net-Telnet/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/net/p5-Net-Telnet/Makefile b/net/p5-Net-Telnet/Makefile index af31d3fea1c..37feff32f7e 100644 --- a/net/p5-Net-Telnet/Makefile +++ b/net/p5-Net-Telnet/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2021/05/24 19:53:31 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2021/09/05 07:42:03 wen Exp $ # -DISTNAME= Net-Telnet-3.04 +DISTNAME= Net-Telnet-3.05 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 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 dd2dd461a21..81094b701dc 100644 --- a/net/p5-Net-Telnet/distinfo +++ b/net/p5-Net-Telnet/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/04 00:35:23 agc Exp $ +$NetBSD: distinfo,v 1.7 2021/09/05 07:42:03 wen Exp $ -SHA1 (Net-Telnet-3.04.tar.gz) = c2bed0614a72d087893423570371ebdcaa039efe -RMD160 (Net-Telnet-3.04.tar.gz) = bd7d460db657ec96ca23b546a4410374f76c6dda -SHA512 (Net-Telnet-3.04.tar.gz) = 1df68f55ad94d42e5e2be5e0669c2ecd0bc916f4ed929453ee2d136141ce413ff84b883d488c2f815c2c43132f7c3b36178177072fc5172c292e7bc39351dbdc -Size (Net-Telnet-3.04.tar.gz) = 40731 bytes +SHA1 (Net-Telnet-3.05.tar.gz) = 3113f6a57404eceb26a5efe35ea9da02ba5f258e +RMD160 (Net-Telnet-3.05.tar.gz) = d341fe19c9b2192aca482c4fc597504d436f97cf +SHA512 (Net-Telnet-3.05.tar.gz) = 3864e2e6f2fb314d2d80c37597dddc0f4fe6b50c3ec96be3d823667929852fadefd0572945b3b442afe8da451fb279ad335762eeb7d328ad7f8777d3bd8e5a74 +Size (Net-Telnet-3.05.tar.gz) = 42553 bytes -- cgit v1.2.3