Bug 87664 - [UPDATE]: security/mussh: Update to version 0.6.
Summary: [UPDATE]: security/mussh: Update to version 0.6.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-19 14:20 UTC by Frank J. Laszlo
Modified: 2005-10-19 16:01 UTC (History)
0 users

See Also:


Attachments
mussh-0.6.diff (1.15 KB, patch)
2005-10-19 14:20 UTC, Frank J. Laszlo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frank J. Laszlo 2005-10-19 14:20:18 UTC
	This patch will update security/mussh to version 0.8. This version
	adds the following features:

	- added '-s' to ssh-agent calls so that they will work
		for people with non-bash shells.  (thanks to Jacob)
	- Asynchronous mode works.
	- Asynchronous mode required temp files so we use
		mktemp to make it safer.
	- Blocking option in async mode.
	- All debug messages go to STDERR.
	- Invoke remote shell (default bash) explicitely.
	- SIGQUIT (ctrl-\) prints current/remaining host(s).
	- Modernized all ``'s to $()'s.

	I'll take maintainership.
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2005-10-19 14:42:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2005-10-19 16:01:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!