diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-09-03 17:02:22 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-04 10:28:21 -0700 |
| commit | d9e2c5a78bf6dcb00f5c1e5da8d2c0fabeb843ee (patch) | |
| tree | 678e9c62872de73e30cd6d0a22517a5e57059d20 | |
| parent | 342a38bbfe16525717dfadf7a70e509ab55ac1ac (diff) | |
| download | meta-openembedded-d9e2c5a78bf6dcb00f5c1e5da8d2c0fabeb843ee.tar.gz | |
asyncmqtt: upgrade 10.2.0 -> 10.2.3
Changelog:
==========
* Added missing pingresp timer cancel request hanndling on asio_bind sending.
* Fixed pingresp timer management.
* Fixed receive_maximum invalid handling issue.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.3.bb (renamed from meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.0.bb b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.3.bb index 557c7d3d12..76f1dca72c 100644 --- a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.0.bb +++ b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.3.bb | |||
| @@ -5,7 +5,7 @@ LICENSE = "BSL-1.0" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}" | 7 | SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}" |
| 8 | SRCREV = "9e26e92d1c3571ff2723c380c9548b3527bf37a6" | 8 | SRCREV = "008dbe26d1366b1da3dd8bdcc1471f066b567166" |
| 9 | 9 | ||
| 10 | DEPENDS = "openssl boost" | 10 | DEPENDS = "openssl boost" |
| 11 | 11 | ||
