-1

I know that I should upgrade to a newer supported Ubuntu version if possible, but:
if you have no possibility to upgrade (for reasons not important here)
you have to use the old-releases archive from http://old-releases.ubuntu.com to still be able to install some software.

Are those archives not touched at all? Or does Ubuntu sometimes still update them to solve fatal security issues with critical vulnerabilities like the "Heartbleed Bug" in the old releases?

Or is there an alternative repository, I could use in my sources.list on such an old system?

Or is there some list of fixes/backports, I could/should install on those old systems?

rubo77
  • 34,024
  • 52
  • 172
  • 299

2 Answers2

4

Or is there an alternative repository, I could use in my sources.list on such an old system?

No.

Or is there some list of fixes/backports, I could/should install on those old systems?

No.

End of life is end of life.

If you want an example: that certificate fiasco where all the SSL certs where revoked and we all had to update our systems and our servers. The changelog had fixes for all active releases. The end of life releases in between did NOT get a software update.

Rinzwind
  • 309,379
1

I don't think Ubuntu provides updates of any sort to EOL releases. If you look at the timestamps for the 13.04 security archives, the last update was on January 23. Ubuntu 13.04 reached End-Of-Life on January 27, I believe. You can take a look at the Packages files to see, for example, which version of OpenSSL applies - and for 13.04, the applicable packages are all from January.

The only thing you should install on your system is an upgrade to Ubuntu 14.04.

muru
  • 207,228