Skip to content

Instantly share code, notes, and snippets.

@sheldonh
Last active August 29, 2015 13:58
Show Gist options
  • Select an option

  • Save sheldonh/10105589 to your computer and use it in GitHub Desktop.

Select an option

Save sheldonh/10105589 to your computer and use it in GitHub Desktop.
Heartbleed hotfix for Fedora 19
yum update -y
yum -y install koji krb5-devel zlib-devel
koji download-build --arch=x86_64 openssl-1.0.1e-37.fc19.1
rpm -U openssl-1.0.1e-37.fc19.1.x86_64.rpm \
openssl-libs-1.0.1e-37.fc19.1.x86_64.rpm \
openssl-devel-1.0.1e-37.fc19.1.x86_64.rpm
if rpm -q openssl-libs.i686 >/dev/null 2>&1; then
koji download-build --arch=i686 openssl-1.0.1e-37.fc19.1
rpm -U openssl-libs-1.0.1e-37.fc19.1.i686.rpm
fi
yum check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment