pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/p5-Net-Telnet
Module Name: pkgsrc
Committed By: wen
Date: Sun Sep 5 07:42:04 UTC 2021
Modified Files:
pkgsrc/net/p5-Net-Telnet: Makefile distinfo
Log Message:
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>
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/p5-Net-Telnet/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/p5-Net-Telnet/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/p5-Net-Telnet/Makefile
diff -u pkgsrc/net/p5-Net-Telnet/Makefile:1.36 pkgsrc/net/p5-Net-Telnet/Makefile:1.37
--- pkgsrc/net/p5-Net-Telnet/Makefile:1.36 Mon May 24 19:53:31 2021
+++ pkgsrc/net/p5-Net-Telnet/Makefile Sun Sep 5 07:42:03 2021
@@ -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/}
Index: pkgsrc/net/p5-Net-Telnet/distinfo
diff -u pkgsrc/net/p5-Net-Telnet/distinfo:1.6 pkgsrc/net/p5-Net-Telnet/distinfo:1.7
--- pkgsrc/net/p5-Net-Telnet/distinfo:1.6 Wed Nov 4 00:35:23 2015
+++ pkgsrc/net/p5-Net-Telnet/distinfo Sun Sep 5 07:42:03 2021
@@ -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