From 7a367dc9a8d271b7285c83025a54f95741c0aedd Mon Sep 17 00:00:00 2001 From: Andrej Kozemcak Date: Mon, 9 Mar 2026 11:06:24 +0100 Subject: [PATCH] paho-mqtt-c: upgrade 1.3.15 -> 1.3.16 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 Signed-off-by: Khem Raj --- .../{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 --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"