diff mbox series

[meta-oe,08/14] paho-mqtt-c: upgrade 1.3.15 -> 1.3.16

Message ID 20260309100630.404637-8-andrej.kozemcak@siemens.com
State New
Headers show
Series [meta-oe,01/14] asio: upgrade 1.30.2 -> 1.36.0 | expand

Commit Message

Andrej Kozemcak March 9, 2026, 10:06 a.m. UTC
Changelog:
  https://github.com/eclipse-paho/paho.mqtt.c/releases/tag/v1.3.16

Changes:
- Bumped minimum CMake to v3.12
- Consolidated "Event" thread signaling object.
- Reduce latency on connect #1430
- Fixed warning in Window build for TCP_NODELAY
- Added a .clang-format file and bash script to run it

Signed-off-by: Andrej Kozemcak <andrej.kozemcak@siemens.com>
---
 .../{paho-mqtt-c_1.3.15.bb => paho-mqtt-c_1.3.16.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/paho-mqtt-c/{paho-mqtt-c_1.3.15.bb => paho-mqtt-c_1.3.16.bb} (95%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.15.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.16.bb
similarity index 95%
rename from meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.15.bb
rename to meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.16.bb
index 64b9de3848..a3ef667db7 100644
--- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.15.bb
+++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.16.bb
@@ -14,7 +14,7 @@  SRC_URI = " \
     git://github.com/eclipse/paho.mqtt.c;protocol=https;branch=master;tag=v${PV} \
 "
 
-SRCREV = "62782406bcf511ee8e22bc34e826f8c6b8254c7c"
+SRCREV = "4a939ddb01eea581a32fd6f0adcfee51b91d2601"
 
 DEPENDS = "openssl"