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

patches/openwrt: openssl: update to version 1.1.1p

parent 9910ec98
Branches
Tags
No related merge requests found
Pipeline #101126 failed with stage
in 5 minutes and 17 seconds
From 05daf96e1d3fea832bd6ce3a7f019d798933f2c1 Mon Sep 17 00:00:00 2001
From: Eneas U de Queiroz <cotequeiroz@gmail.com>
Date: Tue, 10 May 2022 20:34:57 -0300
Subject: [PATCH] openssl: bump to 1.1.1o
Subject: [PATCH] openssl: bump to 1.1.1p
This release comes with a security fix related to c_rehash. OpenWrt
does not ship or use it, so it was not affected by the bug.
......@@ -25,7 +25,7 @@ index 52a5aeec938f..56626d7cdc47 100644
PKG_NAME:=openssl
PKG_BASE:=1.1.1
-PKG_BUGFIX:=n
+PKG_BUGFIX:=o
+PKG_BUGFIX:=p
PKG_VERSION:=$(PKG_BASE)$(PKG_BUGFIX)
PKG_RELEASE:=1
PKG_USE_MIPS16:=0
......@@ -34,7 +34,7 @@ index 52a5aeec938f..56626d7cdc47 100644
ftp://ftp.pca.dfn.de/pub/tools/net/openssl/source/old/$(PKG_BASE)/
-PKG_HASH:=40dceb51a4f6a5275bde0e6bf20ef4b91bfc32ed57c0552e2e8e15463372b17a
+PKG_HASH:=9384a2b0570dd80358841464677115df785edb941c71211f75076d72fe6b438f
+PKG_HASH:=bf61b62aaa66c7c7639942a94de4c9ae8280c08f17d4eac2e44644d9fc8ace6f
PKG_LICENSE:=OpenSSL
PKG_LICENSE_FILES:=LICENSE
......
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