Re: Rebuild ports statically linked to libcrypto(3)

2006-10-14 Thread Parv
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

Re: Rebuild ports statically linked to libcrypto(3)

2006-09-07 Thread Dominique Goncalves
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

Re: Rebuild ports statically linked to libcrypto(3)

2006-09-07 Thread Dmitry Marakasov
* 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

Re: Rebuild ports statically linked to libcrypto(3)

2006-09-07 Thread Kris Kennaway
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

Re: Rebuild ports statically linked to libcrypto(3)

2006-09-07 Thread Rene Ladan
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

Re: Rebuild ports statically linked to libcrypto(3)

2006-09-07 Thread Rene Ladan
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

Rebuild ports statically linked to libcrypto(3)

2006-09-07 Thread Dominique Goncalves
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