I've just learned about the Heartbleed Bug (OpenSSL leaking private keys), and based on the website, heartbleed.com, it says that OpenSSL 1.0.1 through version f is affected. However it leaves off Ubuntu 13.04 off the affected list AND the repositories do not have an update to it.
Let me paste some information here:
demortes@vps:/$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 13.04
Release: 13.04
Codename: raring
AND
demortes@vps:/$ openssl
OpenSSL> version
OpenSSL 1.0.1c 10 May 2012
OpenSSL>
I'm seeing that we're not affected even though I have 1.0.1c installed... is this accurate. If not, how can I install OpenSSL 1.0.1g with package management now? If it is accurate... why?
$ ssh -V OpenSSH_6.2p2 Ubuntu-6ubuntu0.3, OpenSSL 1.0.1e 11 Feb 2013
– MrG Apr 10 '14 at 00:33dpkg -i
. – Hosam Aly Apr 10 '14 at 17:47