From bdd9d799c0788517603d5cb0a178e25ceb819a7d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 11 Mar 2025 16:54:44 +0800 Subject: [PATCH] libwebsockets: upgrade 4.3.3 -> 4.3.5 Changelog: =========== - async dns: allow up to 8 x 128-char CNAMEs from 4 - docs: fix typo Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{libwebsockets_4.3.3.bb => libwebsockets_4.3.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/libwebsockets/{libwebsockets_4.3.3.bb => libwebsockets_4.3.5.bb} (98%) diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.3.bb b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.5.bb similarity index 98% rename from meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.3.bb rename to meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.5.bb index 3170d37f5b..b7120a9975 100644 --- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.3.bb +++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.5.bb @@ -7,7 +7,7 @@ DEPENDS = "zlib" DEPENDS:append:class-native = " libcap-native" S = "${WORKDIR}/git" -SRCREV = "4415e84c095857629863804e941b9e1c2e9347ef" +SRCREV = "ab9df9cfc39de7a49967f18387b6b76310947442" SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v4.3-stable" UPSTREAM_CHECK_URI = "https://github.com/warmcat/${BPN}/releases"