From 43779307f45dae2b790e0cba906959950df85fb2 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 2 Dec 2025 17:51:08 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.5.bb | 13 ------------- meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.5.bb create mode 100644 meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.5.bb b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.5.bb deleted file mode 100644 index 82c657fc17..0000000000 --- a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.5.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "MQTT communication C++ library using Boost.Asio" -HOMEPAGE = "https://github.com/redboltz/async_mqtt" -LICENSE = "BSL-1.0" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c" - -SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}" -SRCREV = "deeb7e36df859af0e90d2462012c48465ba49f0f" - -DEPENDS = "openssl boost" - - -inherit cmake diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb new file mode 100644 index 0000000000..6a73543821 --- /dev/null +++ b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb @@ -0,0 +1,13 @@ +SUMMARY = "MQTT communication C++ library using Boost.Asio" +HOMEPAGE = "https://github.com/redboltz/async_mqtt" +LICENSE = "BSL-1.0" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c" + +SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}" +SRCREV = "cb3d37dc3432b9c03fe631eeba2d548de7457bf9" + +DEPENDS = "openssl boost" + + +inherit cmake -- cgit v1.2.3-54-g00ecf