On Wed, Apr 22, 2020 at 02:19:19PM -0400, Michael Orlitzky wrote: > How do you plan to update all of your programs when there's a security > vulnerability in, say, OpenSSL?
emerge -1 @world of course :D By the way, Rust does support dynamic linking (to a degree), but does not have (yet, I pray) stable ABI. So what's current Gentoo team consensus on security updates? Will there be Cargo.lock metadata that will allows portage to automatically rebuild against newer library versions?