ustream-ssl: update to Git HEAD (2024-04-07)
authorFelix Fietkau <nbd@nbd.name>
Sun, 7 Apr 2024 16:55:14 +0000 (18:55 +0200)
committerFelix Fietkau <nbd@nbd.name>
Sun, 7 Apr 2024 18:01:09 +0000 (20:01 +0200)
7621339d7694 mbedtls: fix build on non-linux systems
268050964b08 ustream-mbedtls: add missing psa_crypto_init call
956fba242ac0 add callbacks for debug messages
9fdf3fb87af5 mbedtls: add TLS 1.3 ciphers
28c4c1e6471b mbedtls: disable TLS 1.3 in client mode when skipping verification
d61493a44204 mbedtls: add missing ifdef for build with disabled debug

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/libs/ustream-ssl/Makefile

index 686a05cbe7b8e194298c91492f6960fe32f3d3cb..8537205fda8af1078127f746b7b3362f9c7ab78b 100644 (file)
@@ -5,9 +5,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/ustream-ssl.git
-PKG_SOURCE_DATE:=2023-11-26
-PKG_SOURCE_VERSION:=263b9a97cf7e1e2467319c23832b705fc01190b5
-PKG_MIRROR_HASH:=b18a5e7510d3984829f1c2ad1850b101ed1931670cf556d509c0a91750aafcb3
+PKG_SOURCE_DATE:=2024-04-07
+PKG_SOURCE_VERSION:=d61493a4420417cbf9931ffee8c862faf04f2967
+PKG_MIRROR_HASH:=a420d775ad4928836e33e0d9423486fe4904555dbbfff283cd96370a49cf9659
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=ISC