[openwrt/openwrt] openssl: update to version 1.1.1w

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 30 03:28:30 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/f6fa7b5d43879a48fb6c49db9bb6d560be0659ac

commit f6fa7b5d43879a48fb6c49db9bb6d560be0659ac
Author: Josef Schlehofer <pepe.schlehofer at gmail.com>
AuthorDate: Fri Sep 29 11:52:45 2023 +0200

    openssl: update to version 1.1.1w
    
    Fixes CVE:
    CVE-2023-4807 [1]
    
    [1]  https://mta.openssl.org/pipermail/openssl-announce/2023-September/000273.html
    
    Signed-off-by: Josef Schlehofer <pepe.schlehofer at 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 c6d241ed1c..b3f68161f8 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.1.1
-PKG_BUGFIX:=v
+PKG_BUGFIX:=w
 PKG_VERSION:=$(PKG_BASE)$(PKG_BUGFIX)
 PKG_RELEASE:=1
 PKG_USE_MIPS16:=0
@@ -25,7 +25,7 @@ PKG_SOURCE_URL:= \
 	ftp://ftp.pca.dfn.de/pub/tools/net/openssl/source/ \
 	ftp://ftp.pca.dfn.de/pub/tools/net/openssl/source/old/$(PKG_BASE)/
 
-PKG_HASH:=d6697e2871e77238460402e9362d47d18382b15ef9f246aba6c7bd780d38a6b0
+PKG_HASH:=cf3098950cb4d853ad95c0841f1f9c6d3dc102dccfcacd521d93925208b76ac8
 
 PKG_LICENSE:=OpenSSL
 PKG_LICENSE_FILES:=LICENSE




More information about the lede-commits mailing list