Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billstron/10182821 to your computer and use it in GitHub Desktop.
Save billstron/10182821 to your computer and use it in GitHub Desktop.
How to patch Ubuntu Raring (13.04) against OpenSSL Heartbleed
Add this to /etc/apt/sources.list
<snip>
deb http://security.ubuntu.com/ubuntu saucy-security main
deb-src http://security.ubuntu.com/ubuntu saucy-security main
deb http://security.ubuntu.com/ubuntu saucy-security universe
deb-src http://security.ubuntu.com/ubuntu saucy-security universe
</snip>
# sudo apt-get update
# sudo apt-get install libssl1.0.0 openssl
# openssl version -a (Check that it reports build date >= 2014-04-07)
# sudo shutdown -r now
Adapted from https://gist.github.com/psykode/10111495
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment