diff options
author | Steven Barth <steven@midlink.org> | 2014-04-08 05:24:36 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-04-08 05:24:36 +0000 |
commit | 7166609dc4ea0620442a25089fa89e3ec6c96a67 (patch) | |
tree | 414a9494439537a7814e81d9b4ee79a9f83cae6d /package | |
parent | e11ba4da136e7342669ed943f7b2e20b43619c33 (diff) | |
download | master-187ad058-7166609dc4ea0620442a25089fa89e3ec6c96a67.tar.gz master-187ad058-7166609dc4ea0620442a25089fa89e3ec6c96a67.tar.bz2 master-187ad058-7166609dc4ea0620442a25089fa89e3ec6c96a67.zip |
OpenSSL: update to 1.0.1g
This fixes the Heartbleed bug (CVE-2014-0160).
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40421 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/openssl/Makefile | 4 |
1 files 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 |