Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2015 14:25:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203227] vuln.xml incorrectly flagging ruby20 as insecure
Message-ID:  <bug-203227-13-df4ZJhA1T2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203227-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203227-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203227

Mark Felder <feld@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |feld@FreeBSD.org

--- Comment #1 from Mark Felder <feld@FreeBSD.org> ---
/usr/ports/lang/ruby20 # make -V PKGNAME
ruby20-2.0.0.647,1
/usr/ports/lang/ruby21 # make -V PKGNAME
ruby-2.1.7,1
/usr/ports/lang/ruby22 # make -V PKGNAME
ruby22-2.2.3,1


If you're using ruby 2.0, the package name is "ruby20". You've indicated your
intstalled package name is "ruby-2.0.0.647,1" but this is not correct and
explains why it's being marked as vulnerable. Your installed pacakge should be
ruby20-2.0.0.647,1. 

It appears you have a problem with your ports tree. Have you made local
modifications? Are you checked out from SVN? Can you fetch a clean ports tree,
delete your existing ruby install, and rebuild/reinstall it?

-- 
You are receiving this mail because:
You are on the CC list for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203227-13-df4ZJhA1T2>