From: cyrus Date: Tue, 8 Apr 2014 05:24:36 +0000 (+0000) Subject: OpenSSL: update to 1.0.1g X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=637dbc00477b34bd54801439cac3abc5e39dc6a5;p=openwrt.git OpenSSL: update to 1.0.1g This fixes the Heartbleed bug (CVE-2014-0160). Signed-off-by: Stijn Tintel git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40421 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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