diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-04-08 05:24:36 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-04-08 05:24:36 +0000 |
commit | 8333ce196369c4668d6fa9e4f126a5a77655dcda (patch) | |
tree | 12114ae224d16d379b3c3abc56ccf7cedb8a88e4 /package/libs | |
parent | 665d39f69831f1e82e1154cdf51087b38b143e5b (diff) | |
download | upstream-8333ce196369c4668d6fa9e4f126a5a77655dcda.tar.gz upstream-8333ce196369c4668d6fa9e4f126a5a77655dcda.tar.bz2 upstream-8333ce196369c4668d6fa9e4f126a5a77655dcda.zip |
OpenSSL: update to 1.0.1g
This fixes the Heartbleed bug (CVE-2014-0160).
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 40421
Diffstat (limited to 'package/libs')
-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 |