From 238ab782b9b5d73565096fa1d90831ec4fb100e8 Mon Sep 17 00:00:00 2001 From: mef Date: Tue, 27 Aug 2024 05:30:18 +0000 Subject: [PATCH] (security/clusterssh) Updated 4.03.06 to 4.16 for PR pkg/58059 Revision history for App-ClusterSSH 4.16 2020-06-20 Duncan Ferguson - Further fix for 'resolve_names' error when adding hosts via the UI - Fix missing space separator for ssh_args (thanks to Petr Vorel) 4.15 2020-05-18 Duncan Ferguson - Include all utilies within each man page - Add in 'command_pre' and 'command_post' configuration options - Fix 'Add Host' menu error finding 'resolved_names' - Ensure lib path is added to range tests to find the libraries - Mark permission test as TODO as it appears to be inconsistent 4.14 2019-08-21 Duncan Ferguson - Include README within the repository, not just created tar.gz files - Add 'autoquit' setting to 'File' menu (Github issue #114) - Correct macro_hostname to be the FQDN of the server where cssh is being run (Github issue #116) - Add in user defined macros 4.13.2_02 2019-01-14 Duncan Ferguson - Fix Getopt-Long minimum version - Fix excess test output when Sort::Naturally isn't installed 4.13.2_01 2018-11-24 Duncan Ferguson - Move all Tk code into its own module as-is - Fix for 'bad pad value "3m"' error when using Tk 804.034 - Update to Perl::Tidy 20181117 - Convert to using Dist::Zilla 4.13.2 2018-03-14 Duncan Ferguson - Fix for running builds in parallel - Improvements to SUPPORT and REPORTING BUGS sections in documentation 4.13.1 2018-03-05 Duncan Ferguson - Minor update to fix failing tests due to 3rd party perltidy changes 4.13 2017-12-27 Duncan Ferguson - Ensure ssh_args is keep unset if it is emptied in the configuration file - Obey configured console position (Debian bug 758215) (Github issue #100) 4.12 2017-12-23 Duncan Ferguson - Fix 'undefined value' error 4.11 2017-12-22 Duncan Ferguson - Fix for multiple range expansion, as in 'h{a,b}{1,2}' (Github issue #97) (Thanks to lazyfrosch) - Upgrade Perl::Tidy requirement to version 20171214 (Github issue #99) (Thanks to eserte) - Add in 'external command pipe' to allow for some commands being passed in from the command line 4.10_02 2017-08-08 Duncan Ferguson - Include coverage tests in the resources - Include the version of cssh in the utility documentation and README - Fix dashes (-) not being accepted in hostname range expansion (Github issue #89) - Amend ranges to work on ports, FQDN's and IP addresses - Fix bug tracker links in the main documentation (Github issue #92) - New options to specify --rows, --columns and --fillscreen (Github pull request #88) (Thanks to AsharLohmar) 4.10_01 2017-04-12 Duncan Ferguson - Allow 'include' directives when reading SSH configuration files (Github issue #77) (thanks to Azenet) - Generate README when creating the distribution from cssh man page so www.cpan.org and www.metacpan.org can display documentation 4.09 2017-03-11 Duncan Ferguson - Add perl-5.24 Travis-CI automated testing config - Correct a logic bug around the --debug option (Github issue #75) - Fix 'Re-add closed windows' not using the correct username (Github issue #72) - Update copyright year - Make WM decorations algorithm configurable as causes problems on some systems (Debian bug 842965, re Github pull request #66) (thanks to Tony Mancill) 4.08 2016-10-18 Duncan Ferguson - Add perl-5.8, 5.10 and 5.12 to Travis-CI automated testing - Fix building and testing on perl-5.8.9 - Improve testing on systems that do not have xterm installed - Take into account WM decorations when tiling (Github pull request #66) (thanks to Andrew Stevenson) - Add option in the config file to hide the menu (Github issue #69) - Add 'unique_servers' into the configuration file to match command line option (Github issue #70) 4.07 2016-04-30 Duncan Ferguson - Fixed tests on systems where bash is not installed in /bin/bash (Github issue #60) - Include link to travis-ci site in release emails for automated build and test reports - Rework hostname expansion to be pure-perl rather than relying on the bash shell (Github issue #53) 4.06 2016-03-26 Duncan Ferguson - Failure to find the terminal binary should not be fatal - Fix processing of '--extra_tag_file' and its configuration item (Github issue #51) - Add bash shell expansion on host names containing a '{' character (Github issue #53) - Fix tests when running on a server without xterm installed (such as Travis CI via GitHub) - Expand $HOME and ~ correctly when looking for files (thanks to Andrew Stevenson) - Typo correction in README (thanks to Ankit Vadehra) 4.05 2015-11-28 Duncan Ferguson - Change default key_quit from 'Control-q' to 'Alt-q' (Github issue #50) - Amend tests to always use C locale as some error messages are hardcoded in English (Github issue #49) 4.04_01 2015-11-21 Duncan Ferguson - Ensure documentation is generated using same perl as the build (Github issue #45) - Pass '--action' through macro parsing (Github issue #42) - Workaround for glitch in KDE where windows can become unmoveable (Github issue #46) (thanks to Brandon Perkins) - Add in '--quiet | -Q ' option to reduce output in certian scenarios - Add in 'csftp' command 4.04 2015-11-03 Duncan Ferguson - Include bash completion script in distribution (Github issue #29) - Allow re-adding closed session (Github issue #27 - thanks to Andrew Stevenson) - Allow sorting windows in natural order (Github isue #28 - thanks to Andrew Stevenson) - Fix links in metadata files to trackers (Github issue #41) - Fix ctel and ccon not working correctly (Github issue #35) - Amend t/10host.t to use a random hostname to prevent clashes (Github issue #23) - Amend coght message in README to match all other files for the perl license --- security/clusterssh/Makefile | 9 +++++---- security/clusterssh/distinfo | 8 ++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/security/clusterssh/Makefile b/security/clusterssh/Makefile index e45c6af53edc..524abfd79fb5 100644 --- a/security/clusterssh/Makefile +++ b/security/clusterssh/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2023/07/06 09:41:18 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2024/08/27 05:30:18 mef Exp $ -DISTNAME= App-ClusterSSH-4.03_06 -PKGNAME= p5-${DISTNAME:S/_/./} -PKGREVISION= 8 +DISTNAME= App-ClusterSSH-4.16 +PKGNAME= p5-${DISTNAME} CATEGORIES= security MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DU/DUNCS/} @@ -14,6 +13,7 @@ LICENSE= gnu-gpl-v1 DEPENDS+= p5-Exception-Class>=1.32:../../devel/p5-Exception-Class DEPENDS+= p5-Tk>=804.030:../../x11/p5-Tk DEPENDS+= p5-X11-Protocol>=0.56:../../x11/p5-X11-Protocol +DEPENDS+= p5-X11-Protocol-Other>=0.31:../../x11/p5-X11-Protocol-Other DEPENDS+= p5-Try-Tiny>=0.11:../../devel/p5-Try-Tiny TOOL_DEPENDS+= p5-CPAN-Changes>=0.400002:../../devel/p5-CPAN-Changes @@ -34,6 +34,7 @@ USE_TOOLS+= perl REPLACE_PERL+= bin_PL/ccon REPLACE_PERL+= bin_PL/crsh +REPLACE_PERL+= bin_PL/csftp REPLACE_PERL+= bin_PL/cssh REPLACE_PERL+= bin_PL/ctel REPLACE_PERL+= t/external_cluster_command diff --git a/security/clusterssh/distinfo b/security/clusterssh/distinfo index db0b47477755..51246e6ff808 100644 --- a/security/clusterssh/distinfo +++ b/security/clusterssh/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 11:17:01 nia Exp $ +$NetBSD: distinfo,v 1.7 2024/08/27 05:30:18 mef Exp $ -BLAKE2s (App-ClusterSSH-4.03_06.tar.gz) = d4ca96ce0ca03600120093d26f115eefc4dd548130f0be46dada49b5bf6565d8 -SHA512 (App-ClusterSSH-4.03_06.tar.gz) = 87dff4c0445436c10929bcf30a9295deb6ddacca16939091fdab0cf67765c77706745ce8e738145ea6c67ec06093567b7668e4387a72b48018f8e173da5709b4 -Size (App-ClusterSSH-4.03_06.tar.gz) = 81476 bytes +BLAKE2s (App-ClusterSSH-4.16.tar.gz) = 80db016529977187c7cb369c4e65e3a99a05f556f8cfa2f281899a0748fe0cd9 +SHA512 (App-ClusterSSH-4.16.tar.gz) = 3d4fc2aa681ea815020375bb3bb0f9a070e1638c5a4e38b1b279c58f9644a568bb687e0e611919afa48a32b44ff4e25cd5661c7d1330978f851bc506282f020e +Size (App-ClusterSSH-4.16.tar.gz) = 96151 bytes