summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-12-02 17:51:08 +0800
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2025-12-17 13:57:15 +0530
commitc9f06184c093ef5a3926db3fe6fe86841a3bfcb9 (patch)
tree77cf52295067610fc6f24d35a3ebc14f61975b85
parent48583153fe452fcfb1fb134b9aa463dd6bf986e8 (diff)
downloadmeta-openembedded-c9f06184c093ef5a3926db3fe6fe86841a3bfcb9.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> (cherry picked from commit 43779307f45dae2b790e0cba906959950df85fb2) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.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