From 0e8b701794d3c73117132459b6091f24aabd7d91 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Sun, 28 Jul 2024 08:11:39 +0000 Subject: [PATCH] ustream-ssl: update to Git HEAD (2024-07-28) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 99bd3d2b167c ustream-openssl: fix compilation with OPENSSL_NO_DEPRECATED Signed-off-by: Petr Å tetiar Link: https://github.com/openwrt/openwrt/pull/16020 Signed-off-by: Hauke Mehrtens --- 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 b9c477f2ae..11ab857606 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:=2024-04-19 -PKG_SOURCE_VERSION:=524a76e5af78fa577c46e0d24bdedd4254e07cd4 -PKG_MIRROR_HASH:=638a3143013c7b60faa0e92f466a4245c635b72a7a61baa84dc9fca000991999 +PKG_SOURCE_DATE:=2024-07-28 +PKG_SOURCE_VERSION:=99bd3d2b167ccdffb6de072d02c380cb37b23e33 +PKG_MIRROR_HASH:=d3a07151ec361cc4483406a6d01ebbf6ddf627e54f5a5b6676f265614797ee84 CMAKE_INSTALL:=1 PKG_LICENSE:=ISC -- 2.30.2