diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-28 18:20:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-28 18:20:06 +0000 |
commit | 29112129627b19f5771953c1a5996c610c3375b1 (patch) | |
tree | d99609ae21eafe84d9395621a151130f36043679 /package/libs/openssl/Makefile | |
parent | ad3220aa8bc0e343dfc29631545ac62a91b41a57 (diff) | |
download | upstream-29112129627b19f5771953c1a5996c610c3375b1.tar.gz upstream-29112129627b19f5771953c1a5996c610c3375b1.tar.bz2 upstream-29112129627b19f5771953c1a5996c610c3375b1.zip |
openssl: update to 1.0.2f (fixes CVE-2016-0701, CVE-2015-3197)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48531
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 35ddc62874..4ffff7d41a 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl PKG_BASE:=1.0.2 -PKG_BUGFIX:=e +PKG_BUGFIX:=f PKG_VERSION:=$(PKG_BASE)$(PKG_BUGFIX) PKG_RELEASE:=1 PKG_USE_MIPS16:=0 @@ -22,7 +22,7 @@ PKG_SOURCE_URL:=http://www.openssl.org/source/ \ http://www.openssl.org/source/old/$(PKG_BASE)/ \ ftp://ftp.funet.fi/pub/crypt/mirrors/ftp.openssl.org/source \ ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ -PKG_MD5SUM:=5262bfa25b60ed9de9f28d5d52d77fc5 +PKG_MD5SUM:=932b4ee4def2b434f85435d9e3e19ca8ba99ce9a065a61524b429a9d5e9b2e9c PKG_LICENSE:=OpenSSL PKG_LICENSE_FILES:=LICENSE |