2

Following the instructions in the existing question on the OpenSSL bugs, I've run apt-get update and upgrade, and rebooted.

Now when I check the version, I do not have the version mentioned in the answers to the previous question "1.0.1-4ubuntu5.12"

>dpkg -s openssl
Version: 1.0.1e-3ubuntu1.2

>openssl version
OpenSSL 1.0.1e 11 Feb 2013
Andrew M
  • 2,398

1 Answers1

4

OK, it seems the correct patched version varies between releases/version.

http://www.ubuntu.com/usn/usn-2165-1/

quote:

Ubuntu 13.10:
libssl1.0.0 1.0.1e-3ubuntu1.2

Ubuntu 12.10:
libssl1.0.0 1.0.1c-3ubuntu2.7

Ubuntu 12.04 LTS:
libssl1.0.0 1.0.1-4ubuntu5.12
Andrew M
  • 2,398