David Chisnall <[email protected]> writes: > I noticed that freebsd-update told me (after the fetch phase) that I > should rebuild all third-party software.
This is boilerplate, just like the section in the advisory that tells you to make buildworld && make installworld when in fact all you have to do is make && make install in a single directory (which was not the case here, but was certainly the case for SA-13:14, SA-14:01 and SA-14:02 as well as EN-13:04 and EN-13:05, to pick a few recent examples). > I don't know if there are any packages that statically link to > libssl.a It seems like a fundamentally dumb thing to do, but you never know... > (or even if we have a mechanism for determining that), You can try grepping the binaries. DES -- Dag-Erling Smørgrav - [email protected] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
