pkgsrc-Bugs archive

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

PR/58059 CVS commit: pkgsrc/security/clusterssh



The following reply was made to PR pkg/58059; it has been noted by GNATS.

From: "Makoto Fujiwara" <mef%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58059 CVS commit: pkgsrc/security/clusterssh
Date: Tue, 27 Aug 2024 05:30:18 +0000

 Module Name:	pkgsrc
 Committed By:	mef
 Date:		Tue Aug 27 05:30:18 UTC 2024
 
 Modified Files:
 	pkgsrc/security/clusterssh: Makefile distinfo
 
 Log Message:
 (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 <duncan_ferguson%user.sf.net@localhost>
 - 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 <duncan_ferguson%user.sf.net@localhost>
 - 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 <duncan_ferguson%user.sf.net@localhost>
 - 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 <duncan_ferguson%user.sf.net@localhost>
 - Fix Getopt-Long minimum version
 - Fix excess test output when Sort::Naturally isn't installed
 
 4.13.2_01 2018-11-24 Duncan Ferguson <duncan_ferguson%user.sf.net@localhost>
 - 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 <duncan_ferguson%user.sf.net@localhost>
 - Fix for running builds in parallel
 - Improvements to SUPPORT and REPORTING BUGS sections in documentation
 
 4.13.1 2018-03-05 Duncan Ferguson <duncan_ferguson%user.sf.net@localhost>
 - Minor update to fix failing tests due to 3rd party perltidy changes
 
 4.13 2017-12-27 Duncan Ferguson <duncan_ferguson%user.sf.net@localhost>
 - 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 <duncan_ferguson%user.sf.net@localhost>
 - Fix 'undefined value' error
 
 4.11 2017-12-22 Duncan Ferguson <duncan_ferguson%user.sf.net@localhost>
 
 - 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 <duncan_ferguson%user.sf.net@localhost>
 - 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 <duncan_ferguson%user.sf.net@localhost>
 
 - 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 <duncan_ferguson%user.sf.net@localhost>
 - 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 <duncan_ferguson%user.sf.net@localhost>
 - 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 <duncan_ferguson%user.sf.net@localhost>
 
 - 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 <duncan_ferguson%user.sf.net@localhost>
 - 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 <duncan_ferguson%user.sf.net@localhost>
 
 - 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 <duncan_ferguson%user.sf.net@localhost>
 - 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 <duncan_ferguson%user.sf.net@localhost>
 - 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
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/clusterssh/Makefile
 cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/clusterssh/distinfo
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index