summaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2024-04-07 18:55:14 +0200
committerFelix Fietkau <nbd@nbd.name>2024-04-07 20:01:09 +0200
commit507b0286d9e5a06fc50fcad6e1b38f373f4beb13 (patch)
treed0284a406bb7238ce731ea419fd075eeb82a16e8 /package/libs
parent57c9cb421e428c840d5aa0d6c56aead952bfadb4 (diff)
downloadopenwrt-507b0286d9e5a06fc50fcad6e1b38f373f4beb13.tar.gz
openwrt-507b0286d9e5a06fc50fcad6e1b38f373f4beb13.tar.bz2
openwrt-507b0286d9e5a06fc50fcad6e1b38f373f4beb13.zip
ustream-ssl: update to Git HEAD (2024-04-07)
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>
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/ustream-ssl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile
index 686a05cbe7..8537205fda 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-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