Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2005 17:38:26 -0700
From:      Colin Percival <cperciva@freebsd.org>
To:        Andrea Venturoli <ml@netfence.it>
Cc:        freebsd-security@freebsd.org
Subject:   Re: FreeBSD Security Advisory FreeBSD-SA-05:21.openssl
Message-ID:  <434C5B02.8030904@freebsd.org>
In-Reply-To: <434C427D.40501@netfence.it>
References:  <200510111202.j9BC2obf081876@freefall.freebsd.org> <434C427D.40501@netfence.it>

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

Andrea Venturoli wrote:
> FreeBSD Security Advisories wrote:
>> Note that any statically linked applications that are not part of the
>> base system (i.e. from the Ports Collection or other 3rd-party sources)
>> must be recompiled.
> 
> Ok, is there any way to list installed ports which are statically linked
> against OpenSSL?

There isn't any particularly good approach, unfortunately.  I think I'd
probably use a combination of find(1), file(1), and fgrep(1) to find any
executable files (via find) which are statically linked (using file) and
which contain the string "OpenSSL" (using fgrep).

Colin Percival



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