Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2012 06:24:03 GMT
From:      Paul Procacci <pprocacci@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/166509: [ports] [security/pssh] Update to latest version.
Message-ID:  <201203300624.q2U6O3jA020542@red.freebsd.org>
Resent-Message-ID: <201203300630.q2U6UAon031920@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166509
>Category:       ports
>Synopsis:       [ports] [security/pssh] Update to latest version.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 30 06:30:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Paul Procacci
>Release:        7.2 and greater.
>Organization:
>Environment:
FreeBSD nat.myhome 8.1-RELEASE-p2 FreeBSD 8.1-RELEASE-p2 #3: Wed Mar  9 22:21:01 CST 2011     root@nat.myhome:/usr/obj/usr/src/sys/FIREWALL  i386

>Description:
Please updated security/pssh.

There is a bug in pssh version 2.2.2 in which it cannot interpret a Password prompt correctly.  I've successfully worked around the bug by modifying the `Makefile` and `distinfo`, and compiling from ports.

Please see the attached patch for security/pssh.
>How-To-Repeat:
The problem occurs depending on the prompt returned by the ssh daemon.  `Password:` vs `Password: `.
>Fix:
Please see attached patch.

Patch attached with submission follows:

diff -u security/pssh.orig/Makefile security/pssh/Makefile
--- security/pssh.orig/Makefile	2012-03-30 01:16:57.000000000 -0500
+++ security/pssh/Makefile	2012-03-30 01:12:28.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pssh
-PORTVERSION=	2.2.2
+PORTVERSION=	2.3.1
 CATEGORIES=	security net sysutils
 MASTER_SITES=	GOOGLE_CODE \
 		LOCAL/brooks
diff -u security/pssh.orig/distinfo security/pssh/distinfo
--- security/pssh.orig/distinfo	2012-03-30 01:16:57.000000000 -0500
+++ security/pssh/distinfo	2012-03-30 01:12:28.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (pssh-2.2.2.tar.gz) = 9b2e7fa6ee1185d668ddb0e049a9f6f8a7bc07738c341c43be674fea6109a97a
-SIZE (pssh-2.2.2.tar.gz) = 21440
+SHA256 (pssh-2.3.1.tar.gz) = 539f8d8363b722712310f3296f189d1ae8c690898eca93627fc89a9cb311f6b4
+SIZE (pssh-2.3.1.tar.gz) = 23427
Common subdirectories: security/pssh.orig/files and security/pssh/files


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203300624.q2U6O3jA020542>