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 <andrej.kozemcak@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andrej Kozemcak 2026-03-09 11:06:24 +01:00 committed by Khem Raj
parent f9f18709bc
commit 7a367dc9a8
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"