ports/87664: [UPDATE]: security/mussh: Update to version 0.6.
Frank Laszlo
laszlof at vonostingroup.com
Wed Oct 19 13:20:24 UTC 2005
>Number: 87664
>Category: ports
>Synopsis: [UPDATE]: security/mussh: Update to version 0.6.
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Oct 19 13:20:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Frank Laszlo
>Release: FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD ritamari.vonostingroup.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Jun 9 22:20:56 EDT 2005 laszlof at ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386
>Description:
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.
>How-To-Repeat:
>Fix:
--- mussh-0.6.diff begins here ---
diff -rU3 mussh.orig/Makefile mussh/Makefile
--- mussh.orig/Makefile Wed Oct 19 09:03:47 2005
+++ mussh/Makefile Wed Oct 19 09:09:30 2005
@@ -6,13 +6,13 @@
#
PORTNAME= mussh
-PORTVERSION= 0.5
+PORTVERSION= 0.6
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= laszlof at vonostingroup.com
COMMENT= A tool for easily running the same commands on multiple hosts
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
@@ -21,9 +21,10 @@
USE_REINPLACE= yes
PORTDOCS= BUGS CHANGES EXAMPLES README
PLIST_FILES= bin/mussh
+WRKSRC= ${WRKDIR}/${PORTNAME}
post-patch:
- @${REINPLACE_CMD} -e "s,^#!/bin/bash,#!${LOCALBASE}/bin/bash,g" \
+ @${REINPLACE_CMD} -e "s,^#!/bin/bash,#!/usr/bin/env bash,g" \
${WRKSRC}/${PORTNAME}
do-install:
diff -rU3 mussh.orig/distinfo mussh/distinfo
--- mussh.orig/distinfo Wed Oct 19 09:03:47 2005
+++ mussh/distinfo Wed Oct 19 09:04:23 2005
@@ -1,2 +1,2 @@
-MD5 (mussh-0.5.tgz) = b87aae3007a994b829afc2bd27beb7ce
-SIZE (mussh-0.5.tgz) = 6972
+MD5 (mussh-0.6.tgz) = d25b2683c6128e97e01ce1278027deb3
+SIZE (mussh-0.6.tgz) = 9123
--- mussh-0.6.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list