summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-03-11 16:54:44 +0800
committerKhem Raj <raj.khem@gmail.com>2025-03-11 17:17:21 -0700
commitbdd9d799c0788517603d5cb0a178e25ceb819a7d (patch)
tree6a63bddb2c2b979306b2832fcdeb43f506edfcfa /meta-oe
parentaed7a9868a618930750cbad4ce71cd01afbbf2de (diff)
downloadmeta-openembedded-bdd9d799c0788517603d5cb0a178e25ceb819a7d.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.5.bb (renamed from meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.3.bb b/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"
7DEPENDS:append:class-native = " libcap-native" 7DEPENDS:append:class-native = " libcap-native"
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10SRCREV = "4415e84c095857629863804e941b9e1c2e9347ef" 10SRCREV = "ab9df9cfc39de7a49967f18387b6b76310947442"
11SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v4.3-stable" 11SRC_URI = "git://github.com/warmcat/libwebsockets.git;protocol=https;branch=v4.3-stable"
12 12
13UPSTREAM_CHECK_URI = "https://github.com/warmcat/${BPN}/releases" 13UPSTREAM_CHECK_URI = "https://github.com/warmcat/${BPN}/releases"