diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-01-01 10:52:11 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-01-01 16:57:32 +0100 |
commit | 85c4d374c2d885e5d1c5b6be308a39bb1e918735 (patch) | |
tree | fa62b7b025ad10cb94e997280189e49b49418ae6 /package | |
parent | 83ce31d3d88429b094f3436446294a17fa7041d4 (diff) | |
download | upstream-85c4d374c2d885e5d1c5b6be308a39bb1e918735.tar.gz upstream-85c4d374c2d885e5d1c5b6be308a39bb1e918735.tar.bz2 upstream-85c4d374c2d885e5d1c5b6be308a39bb1e918735.zip |
openssl: update to version 1.0.2u
Fixes CVE-2019-1551 (rsaz_512_sqr overflow bug) on x86_x64
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
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 50939568c8..d066d4bb0e 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:=t +PKG_BUGFIX:=u PKG_VERSION:=$(PKG_BASE)$(PKG_BUGFIX) PKG_RELEASE:=1 PKG_USE_MIPS16:=0 @@ -24,7 +24,7 @@ PKG_SOURCE_URL:= \ http://gd.tuwien.ac.at/infosys/security/openssl/source/ \ http://www.openssl.org/source/ \ http://www.openssl.org/source/old/$(PKG_BASE)/ -PKG_HASH:=14cb464efe7ac6b54799b34456bd69558a749a4931ecfd9cf9f71d7881cac7bc +PKG_HASH:=ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16 PKG_LICENSE:=OpenSSL PKG_LICENSE_FILES:=LICENSE |