diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-01-14 16:28:32 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-14 08:52:05 -0800 |
commit | 72e59b2c76cce3c9d16bbdd66c482f4f47ddce68 (patch) | |
tree | 29bab86b6a649d43fce6760193bf6b8705ee4dc9 | |
parent | 70cf6cdd58aa7966329a7a410d98e5dd57ccf72c (diff) | |
download | meta-openembedded-72e59b2c76cce3c9d16bbdd66c482f4f47ddce68.tar.gz |
paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
Changelog:
===========
- Update CMake toolchain link in README file
- CMake cleanup, bump to v3.5, and submodule improvements
- Fix usage of memset
- Assigned Client Identifier constant misspelled
- Exporting the -static CMake targets when both shared and static libraries built.
- Some minor hardening of MQTTProperties functions
- Zero out MQTTProperty before reading
- Fix doc comment for MQTTAsync_disconnected
- Small cleanup of OpenSSL/LibreSSL CMake
- Fix usage of realloc
- Fix compiler warnings
- Small cleanup of OpenSSL/LibreSSL CMake (2nd try)
- Fix IpV6 link local address connections
- Added support for UNIX-domain sockets for v1.3.x
- Build all the sample applications for the static library
- Fix possible memory leak
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.14.bb (renamed from meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.13.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.13.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.14.bb index 6f229001f6..7b76f86db6 100644 --- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.13.bb +++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.14.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ | |||
12 | 12 | ||
13 | SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=https;branch=master" | 13 | SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=https;branch=master" |
14 | 14 | ||
15 | SRCREV = "07a875788d8cc6f5833b12581d6e3e349b34d719" | 15 | SRCREV = "2150ba29d9df24ad1733c460eb099f292af84ee5" |
16 | 16 | ||
17 | DEPENDS = "openssl" | 17 | DEPENDS = "openssl" |
18 | 18 | ||