summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-12-02 17:51:08 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-02 09:22:48 -0800
commit43779307f45dae2b790e0cba906959950df85fb2 (patch)
tree2986837a75883e330c08bf06cea5ac6c066f8362
parent3e7e052f2354ad4b10bf4a0bed53defa3fe9783a (diff)
downloadmeta-openembedded-43779307f45dae2b790e0cba906959950df85fb2.tar.gz
asyncmqtt: upgrade 10.2.5 -> 10.2.6
Changelog: ============== * Removed unintentional copy requiment from some of async functions parameter. * Fixed Heap-use-after-free during broker shutdown. * Rifined documents. * Added TLS Websocket verify none port to broker for browser. * Added Cerfiticate file's digitalSignature to keyUsage. * Fixed wss connection from Web Browser handshake failed problem. * Changed trial broker on `async-mqtt.redboltz.net` ws and wss port. * ws was 10080 but Chrome block it by default. Updated to 80. * wss was 10443 but Chrome doesn't block it by default. But for consistency, updated to 443. * system_test still uses 10080 and 10443 to avoid conflict. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb (renamed from meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.5.bb b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb
index 82c657fc17..6a73543821 100644
--- a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.5.bb
+++ b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb
@@ -5,7 +5,7 @@ LICENSE = "BSL-1.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
6 6
7SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}" 7SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}"
8SRCREV = "deeb7e36df859af0e90d2462012c48465ba49f0f" 8SRCREV = "cb3d37dc3432b9c03fe631eeba2d548de7457bf9"
9 9
10DEPENDS = "openssl boost" 10DEPENDS = "openssl boost"
11 11