From 1fede7f24aeedbf2641a5ad76e35e2346cdefd29 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 9 Mar 2026 01:11:40 +0100 Subject: [PATCH] ustream-ssl: update to Git HEAD (2026-03-01) 99f1c0db5a72 ustream-openssl: Fix use-after-free crash under high load and optimize BIO_METHOD lifecycle Fixes: https://github.com/openwrt/openwrt/issues/19349 Fixes: https://github.com/openwrt/openwrt/issues/20134 Link: https://github.com/openwrt/openwrt/pull/22335 Signed-off-by: Hauke Mehrtens (cherry picked from commit e558d763be2e9a302f5a0028a6c89c93cdf39c83) --- package/libs/ustream-ssl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile index 30d1a6159e..07c4b23e81 100644 --- a/package/libs/ustream-ssl/Makefile +++ b/package/libs/ustream-ssl/Makefile @@ -5,9 +5,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/ustream-ssl.git -PKG_SOURCE_DATE:=2025-10-03 -PKG_SOURCE_VERSION:=5a81c108d20e24724ed847cc4be033f2a74e6635 -PKG_MIRROR_HASH:=e251189ed315f22ab63dc6f17b03178676e10c21fff0cdd863b294a3c51a1b5b +PKG_SOURCE_DATE:=2026-03-01 +PKG_SOURCE_VERSION:=99f1c0db5a729f615bc5114b3b52fd8ac8083f34 +PKG_MIRROR_HASH:=631ce829a510895cdf0bcfa48970e963e6c910ccd09718b90d85e455ec35f290 CMAKE_INSTALL:=1 PKG_LICENSE:=ISC