diff options
author | gls <gls@pkgsrc.org> | 2013-08-06 19:26:00 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2013-08-06 19:26:00 +0000 |
commit | 150f6aabcc703a20ce2d42b9cac3b61a6c540acb (patch) | |
tree | a9164cdd8db24799c076165b12a32fc7f8dd35bf /security/clusterssh | |
parent | 34eb838bbb4970cc1dd3bdaa7eebd45cb98b1a4f (diff) | |
download | pkgsrc-150f6aabcc703a20ce2d42b9cac3b61a6c540acb.tar.gz |
Upstream changes:
-----------------
Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.01_05
- New option (-m, --unique-servers) to remove repeated servers when openeing terminals (Thanks to Oliver Meissner)
- Drop MYMETA.yml and .json files from the distribution
- Do not set default user name to prevent overriding ssh configuration
2013-02-26 Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.01_04
- Fixed 'ccon' not calling the correct command (Sf bug 3605002)
- Fixed clusters not being defined correctly within the .clusterssh/config file (Sf bug 3605675)
2013-02-15 Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.01_03
* Correct documentation for references to $HOME/.clusterssh/config
* Re-add user back into the configurartion file
* Add in missing newline for some error messages
* Allow the path to rsh/ssh/telnet to be defined in the configuration file
* Move .csshrc to .csshrc.DISABLED since it should no longer be used
* Error emitted when adding a host via the "Hosts" drop-down (Debian bug ID #578208)
* Pastes uses a strange keyboard layout (Debian bug ID #364565)
* Cope with being invoked by 'clusterssh' (Debian bug ID #644368)
* Fix migration of .csshrc when not working as expected (Debian bug ID #673507)
* Remove doc references to 'always_tile' as renamed 'window_tiling' (Debian bug ID #697371)
* Updated manpage whatis entries (patch by Tony Mancill)
* Fix watch line expression to catch 4.x series tarballs (Debian patch LP ID #1076897)
* Allow tests to pass successfully when run as root
* Fix cssh starting if xterm is not installed (Sf bug 3494988)
* Set WM_CLASS on windows to 'cssh' (Sf bug 3187736)
2012-12-09 Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.01_02
* Fix logic when using 'autoclose' on the command line or config file
* Fix $HOME/.clusterssh/clusters being read in
* Fix 'ctel', 'crsh' and 'ccon'so they work as expected
Diffstat (limited to 'security/clusterssh')
-rw-r--r-- | security/clusterssh/Makefile | 4 | ||||
-rw-r--r-- | security/clusterssh/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/clusterssh/Makefile b/security/clusterssh/Makefile index 0a9049b991d..66c3e3098f2 100644 --- a/security/clusterssh/Makefile +++ b/security/clusterssh/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2013/05/31 12:41:50 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2013/08/06 19:26:00 gls Exp $ # -DISTNAME= App-ClusterSSH-4.01_01 +DISTNAME= App-ClusterSSH-4.01_05 PKGNAME= p5-${DISTNAME:S/_/./} PKGREVISION= 2 CATEGORIES= security diff --git a/security/clusterssh/distinfo b/security/clusterssh/distinfo index 428ac50ae7f..f52de4301ed 100644 --- a/security/clusterssh/distinfo +++ b/security/clusterssh/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2012/05/31 16:54:10 imil Exp $ +$NetBSD: distinfo,v 1.2 2013/08/06 19:26:00 gls Exp $ -SHA1 (App-ClusterSSH-4.01_01.tar.gz) = 2481f5ccd8f6d47025999313ac28440618303e6f -RMD160 (App-ClusterSSH-4.01_01.tar.gz) = 17b05de9f25a5297b4c32f2139b93e932ec9a897 -Size (App-ClusterSSH-4.01_01.tar.gz) = 85995 bytes +SHA1 (App-ClusterSSH-4.01_05.tar.gz) = 705b87ae2faa333c96e4808a2a65c9736bc93a1b +RMD160 (App-ClusterSSH-4.01_05.tar.gz) = 86cb73cb674ce1911f34f9b27104ab475b37e93c +Size (App-ClusterSSH-4.01_05.tar.gz) = 71502 bytes |