From 8333ce196369c4668d6fa9e4f126a5a77655dcda Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 8 Apr 2014 05:24:36 +0000 Subject: [PATCH] OpenSSL: update to 1.0.1g This fixes the Heartbleed bug (CVE-2014-0160). Signed-off-by: Stijn Tintel SVN-Revision: 40421 --- package/libs/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 39fc513495..26833a30b7 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=1.0.1f +PKG_VERSION:=1.0.1g PKG_RELEASE:=1 PKG_USE_MIPS16:=0 @@ -18,7 +18,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.openssl.org/source/ \ ftp://ftp.funet.fi/pub/crypt/mirrors/ftp.openssl.org/source \ ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ -PKG_MD5SUM:=f26b09c028a0541cab33da697d522b25 +PKG_MD5SUM:=de62b43dfcd858e66a74bee1c834e959 PKG_LICENSE:=SSLEAY OPENSSL PKG_LICENSE_FILES:=LICENSE -- 2.30.2