Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jan 2011 14:16:40 GMT
From:      Aldis Berjoza <aldis@bsdroot.lv>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153706: security/gorilla broken
Message-ID:  <201101051416.p05EGess023897@red.freebsd.org>
Resent-Message-ID: <201101051420.p05EK5I3035629@freefall.freebsd.org>

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

>Number:         153706
>Category:       ports
>Synopsis:       security/gorilla broken
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 05 14:20:05 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Aldis Berjoza
>Release:        
>Organization:
>Environment:
>Description:
/usr/local/bin/gorilla sh script is using wish, but it's not available because when it's installed it adds version numbers to it.
Instead script should use wish8.4 or wish8.5 or whatever version it's works with

$ sh -x gorilla                                                     
+ exec wish gorilla
exec: wish: not found

For example look at net-im/tkabber-devel (/usr/local/bin/tkabber sh script)

This is easy to fix
>How-To-Repeat:

>Fix:
sed -I.bak 's/wish/wish8.5/g' gorilla


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



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