Ask HN: Why do distros ship old software?
Why do the most popular Linux distros ship old software? Some distros will even go so far as to create their own custom patches to fix bugs in older versions of software instead of just pushing out the latest version. I can understand when it's the kernel and they want to avoid upgrading too often, but why do they do this for packages like Apache, or MySQL, or Ruby? Why do they call those old versions stable? Surely the latest release from the developers would be more "stable" than a 2-year-old version with some backported security fixes.
1 comment
[ 3.4 ms ] story [ 11.1 ms ] threadMany customers would rather pay a small share of the cost to backport only the most necessary changes, in order to reduce the need for continual re-testing and updating of their applications. Keep in mind that many applications are not commercial or open-source packages with many users, but instead were developed for only one organization, which must bear the full cost of maintenance.