[openwrt/openwrt] ustream-ssl: update to Git HEAD (2024-04-07)

LEDE Commits lede-commits at lists.infradead.org
Sun Apr 7 11:02:53 PDT 2024


nbd pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/507b0286d9e5a06fc50fcad6e1b38f373f4beb13

commit 507b0286d9e5a06fc50fcad6e1b38f373f4beb13
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sun Apr 7 18:55:14 2024 +0200

    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 at nbd.name>
---
 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 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




More information about the lede-commits mailing list