diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-02-09 12:04:00 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-02-09 12:04:00 +0000 |
commit | 2ca8a6cce44676f4436179ec808c5e1a8e4066ab (patch) | |
tree | 9f020fbe2926a46588fdfd54d3be0f8c59d33c5b /package/libs/openssl/Makefile | |
parent | 6ee8d1f1781dcc6b6356c2033a72db53d580dbe9 (diff) | |
download | mtk-20170518-2ca8a6cce44676f4436179ec808c5e1a8e4066ab.zip mtk-20170518-2ca8a6cce44676f4436179ec808c5e1a8e4066ab.tar.gz mtk-20170518-2ca8a6cce44676f4436179ec808c5e1a8e4066ab.tar.bz2 |
openssl: bump to 1.0.2
Fixes CVE-2014-3513, CVE-2014-3567, CVE-2014-3568, CVE-2014-3566
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44332
Diffstat (limited to 'package/libs/openssl/Makefile')
-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 3e55614..7a21e51 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.1l +PKG_VERSION:=1.0.2 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:=cdb22925fc9bc97ccbf1e007661f2aa6 +PKG_MD5SUM:=38373013fc85c790aabf8837969c5eba PKG_LICENSE:=OpenSSL PKG_LICENSE_FILES:=LICENSE |