These are upgrading instructions for the new OpenSSL vulnerability, Heartbleed. This is only for Mac, and assumes you have Homebrew installed.
You need to upgrade OpenSSL to at least version 1.0.1g
.
$ brew update
$ brew upgrade openssl
$ brew link --force openssl