in message <[EMAIL PROTECTED]>,
wrote Dmitry Marakasov thusly...
>
> for port in `pkg_info -oaq`; do
> grep OPENSSL /usr/ports/$port/Makefile >/dev/null &&
> echo $port;
> done
>
> This will list all ports that use OPENSSL, and no need to search
> for executables/libs linked wi
On 9/7/06, Dmitry Marakasov <[EMAIL PROTECTED]> wrote:
* Dominique Goncalves ([EMAIL PROTECTED]) wrote:
> According to Security Advisories SA-06:19 about OpenSSL, we need to
> rebuild ports which are statically linked to libcrypto(3).
>
> Is there a magic command to rebuild these ports ?
No magi
* Dominique Goncalves ([EMAIL PROTECTED]) wrote:
> According to Security Advisories SA-06:19 about OpenSSL, we need to
> rebuild ports which are statically linked to libcrypto(3).
>
> Is there a magic command to rebuild these ports ?
No magic command, but this seems pretty reliable for me:
for p
On Thu, Sep 07, 2006 at 02:26:48PM +0200, Dominique Goncalves wrote:
> Hi,
>
> According to Security Advisories SA-06:19 about OpenSSL, we need to
> rebuild ports which are statically linked to libcrypto(3).
>
> Is there a magic command to rebuild these ports ?
Unfortunately not. The only thing
Dominique Goncalves schreef:
> Hi,
>
> According to Security Advisories SA-06:19 about OpenSSL, we need to
> rebuild ports which are statically linked to libcrypto(3).
>
> Is there a magic command to rebuild these ports ?
>
> Thanks,
> Regards.
>
Errm, libchk won't work, it is for _shared_ lib
Dominique Goncalves schreef:
> Hi,
>
> According to Security Advisories SA-06:19 about OpenSSL, we need to
> rebuild ports which are statically linked to libcrypto(3).
>
> Is there a magic command to rebuild these ports ?
>
You can run 'libchk -v /my/path /my/other/path' to find all libraries
an
Hi,
According to Security Advisories SA-06:19 about OpenSSL, we need to
rebuild ports which are statically linked to libcrypto(3).
Is there a magic command to rebuild these ports ?
Thanks,
Regards.
--
There's this old saying: "Give a man a fish, feed him for a day. Teach
a man to fish, feed hi