Shared libraries
Shared libraries
Posted Nov 25, 2025 20:46 UTC (Tue) by jhoblitt (subscriber, #77733)In reply to: Shared libraries by keithp
Parent article: APT Rust requirement raises questions
The reality is that the burden of rolling out security fixes is shifting from distros to upstream projects. So instead of a shared lib getting updated at the distro level, the upstream(s) tag a new release with the version dep(s) bumped. This isn't a big deal for most upstreams as odds are, a bot will automatically open a pull/merge request when a dep patches a security issue.
What is probably needed to make this new model palletted for distros is standardized change log data that the distros can poll looking for security updates.
