pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Net-Telnet Update to 3.05



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b76749bbdae6
branches:  trunk
changeset: 457956:b76749bbdae6
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Sep 05 07:42:03 2021 +0000

description:
Update to 3.05

Upstream changes:
* Version 3.05 released.

2021-06-20  Jay Rogers  <jay%rgrs.com@localhost>

        * Telnet.pm: Fixed new perl warning about argument isn't numeric in
        numeric ge (>=).

2021-05-30  Jay Rogers  <jay%rgrs.com@localhost>

        * 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  <jay%rgrs.com@localhost>

        * 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  <jay%rgrs.com@localhost>

        * 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  <jay%rgrs.com@localhost>

        * Telnet.pm: Added a workaround for the "require FileHandle" bug in
        perl 5.10.1.

2020-02-20  Jay Rogers  <jay%rgrs.com@localhost>

        * Telnet.pm: Stopped using the deprecated variable $[ in the
        autoflush idiom select((select($fh), $|=1)[$[]).

2018-07-12  Jay Rogers  <jay%rgrs.com@localhost>

        * Telnet.pm: Fixed some documentation and pod command typos.

2013-04-21  Jay Rogers  <jay%rgrs.com@localhost>

diffstat:

 net/p5-Net-Telnet/Makefile |   5 ++---
 net/p5-Net-Telnet/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 5a233bc27a09 -r b76749bbdae6 net/p5-Net-Telnet/Makefile
--- a/net/p5-Net-Telnet/Makefile        Sun Sep 05 07:39:25 2021 +0000
+++ b/net/p5-Net-Telnet/Makefile        Sun Sep 05 07:42:03 2021 +0000
@@ -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 -r 5a233bc27a09 -r b76749bbdae6 net/p5-Net-Telnet/distinfo
--- a/net/p5-Net-Telnet/distinfo        Sun Sep 05 07:39:25 2021 +0000
+++ b/net/p5-Net-Telnet/distinfo        Sun Sep 05 07:42:03 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index