From 0a67fd110bdfce99a3f3048493072357e737b083 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 25 Feb 2026 17:36:56 +0800 Subject: asyncmqtt: upgrade 10.2.6 -> 10.3.0 Changelog: ============= - Added Share Name character check. - Implemented cmake package version checking. - Fixed broker tool not delivering all retained messages when wildcard subscription matches multiple topics. - Added get_qos2_publish_handled_pids(), restore_qos2_publish_handled_pids(), restore_packets(), and get_stored_packets() to client for convenient. - get_endpoint() can be omitted now. - Refined reconnect examples. - Added websocket async_close timeout. - Added documentation regarding stream reuse restrictions for TLS-related streams. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb | 15 --------------- .../recipes-connectivity/asyncmqtt/asyncmqtt_10.3.0.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb create mode 100644 meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.3.0.bb diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb deleted file mode 100644 index 47de7a7344..0000000000 --- a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb +++ /dev/null @@ -1,15 +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" - -CVE_PRODUCT = "async_mqtt" - -SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}" -SRCREV = "cb3d37dc3432b9c03fe631eeba2d548de7457bf9" - -DEPENDS = "openssl boost" - - -inherit cmake diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.3.0.bb b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.3.0.bb new file mode 100644 index 0000000000..0e1e155356 --- /dev/null +++ b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.3.0.bb @@ -0,0 +1,15 @@ +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" + +CVE_PRODUCT = "async_mqtt" + +SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}" +SRCREV = "7129d72c1b9adf159bc506206df3fb422bb9fb84" + +DEPENDS = "openssl boost" + + +inherit cmake -- cgit v1.2.3-54-g00ecf