>From 1b42fd11f1e6dfbc12fb0d3a973bd439c0c495bd Mon Sep 17 00:00:00 2001
From: Daniel Bailey <dbai...@datto.com>
Date: Thu, 18 Apr 2019 12:36:38 -0700
Subject: [PATCH] openssl: bump to 1.0.2r

This fixes the following security problems:
* CVE-2019-1559: 0-byte record padding oracle

Signed-off-by: Daniel Bailey <dbai...@datto.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 77461bfd35..6cd3914076 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:=q
+PKG_BUGFIX:=r
PKG_VERSION:=$(PKG_BASE)$(PKG_BUGFIX)
PKG_RELEASE:=1
PKG_USE_MIPS16:=0
@@ -23,7 +23,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_HASH:=5744cfcbcec2b1b48629f7354203bc1e5e9b5466998bbccc5b5fcde3b18eb684
+PKG_HASH:=ae51d08bba8a83958e894946f15303ff894d75c2b8bbd44a852b64e3fe11d0d6

PKG_LICENSE:=OpenSSL
PKG_LICENSE_FILES:=LICENSE
-- 
2.17.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to