From f3723244d74e62292ff634a2d3226b85244d4675 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 30 Jul 2025 17:54:18 +0800 Subject: asyncmqtt: upgrade 10.1.0 -> 10.2.0 Changelog: =========== - Fixed offline publish/pubrel packet_id management. - Added packet_id limit functionality for testing. - Recovered missing compile-time Role-Packet checking functionality. - Added broker's Client Certificate subjectAltName. - Fixed invalid remaining length parsing problem on disconnect and auth packet. - Supported Boost.1.88.0 defaulted process v2. - Fixed PacketIdBytes treatment in MQTT v5 publish response packets. - Refined documents. - Refined CI. - Fixed warnings on release build. - Adjusted and unified broker's read_buf_size option's default value. - Updated docker build. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.bb | 13 ------------- meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.0.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.bb create mode 100644 meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.0.bb (limited to 'meta-oe/recipes-connectivity/asyncmqtt') diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.bb b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.bb deleted file mode 100644 index fc020695e3..0000000000 --- a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.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" -SRCREV = "21046ebc4a5475c14cea446715734c88fe33d276" - -DEPENDS = "openssl boost" - - -inherit cmake diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.0.bb b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.0.bb new file mode 100644 index 0000000000..557c7d3d12 --- /dev/null +++ b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.0.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 = "9e26e92d1c3571ff2723c380c9548b3527bf37a6" + +DEPENDS = "openssl boost" + + +inherit cmake -- cgit v1.2.3-54-g00ecf