diff options
author | Sven Roederer <freifunk@it-solutions.geroedel.de> | 2019-01-28 20:11:50 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-01-30 11:59:46 +0100 |
commit | 989060478ae270885727d91c25b9b52b0f33743c (patch) | |
tree | d89abb26637b066ad776b4751ec3ae4cc6ca5c0e /package/libs | |
parent | c6aa9ff38870a30dbe6da17e4edad6039fe10ddf (diff) | |
download | upstream-989060478ae270885727d91c25b9b52b0f33743c.tar.gz upstream-989060478ae270885727d91c25b9b52b0f33743c.tar.bz2 upstream-989060478ae270885727d91c25b9b52b0f33743c.zip |
openssl: bump to 1.0.2q
This fixes the following security problems:
* CVE-2018-5407: Microarchitecture timing vulnerability in ECC scalar multiplication
* CVE-2018-0734: Timing vulnerability in DSA signature generation
* Resolve a compatibility issue in EC_GROUP handling with the FIPS Object Module
Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
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 35759566f9..1958399b45 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:=p +PKG_BUGFIX:=q 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:=50a98e07b1a89eb8f6a99477f262df71c6fa7bef77df4dc83025a2845c827d00 +PKG_HASH:=5744cfcbcec2b1b48629f7354203bc1e5e9b5466998bbccc5b5fcde3b18eb684 PKG_LICENSE:=OpenSSL PKG_LICENSE_FILES:=LICENSE |