Shared libraries
Shared libraries
Posted Nov 28, 2025 11:25 UTC (Fri) by intelfx (subscriber, #130118)In reply to: Shared libraries by taladar
Parent article: APT Rust requirement raises questions
Yeah, that's just the exact opposite of how it happens in reality.
In reality, applications in ecosystems with vendor-controlled static linking/bundling/vendoring get locked to the first version of each dependency that happens to work and never upgraded again (until a vulnerability is exploited in the wild, or until maintenance of a suitably obsolete build environment becomes untenable through actions of others).
Maintainers of distributions, on the other hand, care about health of the overall "ecosystem" Of course, the quality of said care may differ, but the overall concept is always there. You, as a user, may be briefly stuck on non-latest versions (or even on legacy branches) of some dependencies, but the entire distribution moves forward as fast as manpower allows.
