From owner-cvs-ports@FreeBSD.ORG Wed Oct 19 15:01:28 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F40C16A41F; Wed, 19 Oct 2005 15:01:28 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44B1343D48; Wed, 19 Oct 2005 15:01:27 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9JF1QZv092481; Wed, 19 Oct 2005 15:01:26 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9JF1QiD092480; Wed, 19 Oct 2005 15:01:26 GMT (envelope-from garga) Message-Id: <200510191501.j9JF1QiD092480@repoman.freebsd.org> From: Renato Botelho Date: Wed, 19 Oct 2005 15:01:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/mussh Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2005 15:01:28 -0000 garga 2005-10-19 15:01:26 UTC FreeBSD ports repository Modified files: security/mussh Makefile distinfo Log: - Update to 0.6 - Pass maintainership to submitter 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. PR: ports/87664 Submitted by: Frank Laszlo Revision Changes Path 1.8 +4 -3 ports/security/mussh/Makefile 1.4 +2 -2 ports/security/mussh/distinfo