diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-11 09:55:40 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-12-15 14:05:30 -0500 |
commit | 3b0f2208705e96243b2f8fb79062b6f826c91c33 (patch) | |
tree | 7b86005c41a9e06c2b9dfd3ff8999c9dca461e16 | |
parent | 2d019956a6b61b65d2bfeb9bbdbb437a4e1b6584 (diff) | |
download | meta-openembedded-3b0f2208705e96243b2f8fb79062b6f826c91c33.tar.gz |
mosquitto: upgrade 2.0.19 -> 2.0.20
Changelog:
==========
Broker:
- Fix QoS 1 / QoS 2 publish incorrectly returning "no subscribers".
Closes #3128.
- Open files with appropriate access on Windows.
- Don't allow invalid response topic values.
- Fix some strict protocol compliance issues.
Client library:
- Fix cmake build on OS X.
Build:
- Fix build on NetBSD
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Bruno VERNAY <bruno.vernay@se.com>
Signed-off-by: Hugo SIMELIERE <hsimeliere.opensource@witekio.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.20.bb (renamed from meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.19.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.19.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.20.bb index c6ce2e095e..2bc1303185 100644 --- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.19.bb +++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.20.bb | |||
@@ -19,7 +19,7 @@ SRC_URI = "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \ | |||
19 | file://2895.patch \ | 19 | file://2895.patch \ |
20 | " | 20 | " |
21 | 21 | ||
22 | SRC_URI[sha256sum] = "33af3637f119a61c509c01d2f8f6cc3d8be76f49e850132f2860af142abf82a9" | 22 | SRC_URI[sha256sum] = "ebd07d89d2a446a7f74100ad51272e4a8bf300b61634a7812e19f068f2759de8" |
23 | 23 | ||
24 | inherit systemd update-rc.d useradd cmake pkgconfig | 24 | inherit systemd update-rc.d useradd cmake pkgconfig |
25 | 25 | ||