[openwrt/openwrt] ustream-ssl: update to Git HEAD (2023-11-26)
LEDE Commits
lede-commits at lists.infradead.org
Sun Nov 26 11:41:13 PST 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fa55f595fbd66ad38e09dbf139dad35b9b6e5804
commit fa55f595fbd66ad38e09dbf139dad35b9b6e5804
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Nov 26 20:37:01 2023 +0100
ustream-ssl: update to Git HEAD (2023-11-26)
91666a3 ustream-mbedtls: Add compatibility with Mbed TLS 3.0.0
263b9a9 cmake: Fail if undefined symbols are used
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
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 ae5c8026c2..076053abf6 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:=2023-02-25
-PKG_SOURCE_VERSION:=498f6e268d4d2b0ad33b430f4ba1abe397d31496
-PKG_MIRROR_HASH:=a201d065dd613e30886c9f13a0851cec79538192cfe591b6f8ecd88724d55fb1
+PKG_SOURCE_DATE:=2023-11-26
+PKG_SOURCE_VERSION:=263b9a97cf7e1e2467319c23832b705fc01190b5
+PKG_MIRROR_HASH:=1c01d633f21c6cb578a785826d1983284b28f49b20d608d82179842dcdbeed6e
CMAKE_INSTALL:=1
PKG_LICENSE:=ISC
More information about the lede-commits
mailing list