Skip to content
Snippets Groups Projects
Verified Commit 3c697460 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches/openwrt: openssl: update to 1.0.2u: accepted

parent 056f24b1
Branches
Tags
No related merge requests found
From e30a195fe0e939200760ff70a799cfb7250efe4f Mon Sep 17 00:00:00 2001
From: Josef Schlehofer <pepe.schlehofer@gmail.com>
Date: Tue, 31 Dec 2019 02:43:28 +0100
Subject: [PATCH] openssl: update to version 1.0.2u
Fixes CVE-2019-1551 on x84_x64
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
---
package/libs/openssl/Makefile | 4 ++--
1 file 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
--
2.24.1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment