Date: Sat, 24 Dec 2011 11:56:34 +0100 From: Fabian Wenk <fabian@wenks.ch> To: freebsd-security@freebsd.org Subject: Re: [FreeBSD-Announce] FreeBSD Security Advisory FreeBSD-SA-11:07.chroot Message-ID: <4EF5AFE2.8060708@wenks.ch> In-Reply-To: <201112240019.RAA24110@lariat.net> References: <201112231536.pBNFacgx078849@freefall.freebsd.org> <201112240019.RAA24110@lariat.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello Brett On 24.12.2011 01:19, Brett Glass wrote: > What ports, etc. must one recompile after applying this patch? It > appears to modify libc. Recompiling of ports is only needed when the port (the program) is statically linked and those includes the libraries. Usually program binaries are dynamically linked to the libraries, so a program loads the library when they are needed. In this case the reboot takes care of the running daemons / programs to use the new build of libc. bye Fabian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EF5AFE2.8060708>