diff mbox series

[meta-oe,02/40] asyncmqtt: upgrade 10.1.0 -> 10.2.0

Message ID 20250730095456.695-2-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-webserver,01/40] apache2: upgrade 2.4.64 -> 2.4.65 | expand

Commit Message

Wang Mingyu July 30, 2025, 9:54 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../asyncmqtt/{asyncmqtt_10.1.0.bb => asyncmqtt_10.2.0.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-connectivity/asyncmqtt/{asyncmqtt_10.1.0.bb => asyncmqtt_10.2.0.bb} (78%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.bb b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.0.bb
similarity index 78%
rename from meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.bb
rename to meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.0.bb
index fc020695e3..557c7d3d12 100644
--- a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.bb
+++ b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.0.bb
@@ -4,8 +4,8 @@  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"
+SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}"
+SRCREV = "9e26e92d1c3571ff2723c380c9548b3527bf37a6"
 
 DEPENDS = "openssl boost"