summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-19 12:31:47 +0100
committerArmin Kuster <akuster808@gmail.com>2024-12-31 08:59:59 -0500
commit54933d4bc0c9c2fef00e35d47f65aa0a59e3a487 (patch)
treeb55602f368eb0b8d0b2117e90dd85ed2afe2999c
parent255faa7b69033910ff32d58cc871cf171efd334a (diff)
downloadmeta-openembedded-54933d4bc0c9c2fef00e35d47f65aa0a59e3a487.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: Peter Marko <peter.marko@siemens.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
22SRC_URI[sha256sum] = "33af3637f119a61c509c01d2f8f6cc3d8be76f49e850132f2860af142abf82a9" 22SRC_URI[sha256sum] = "ebd07d89d2a446a7f74100ad51272e4a8bf300b61634a7812e19f068f2759de8"
23 23
24inherit systemd update-rc.d useradd cmake pkgconfig 24inherit systemd update-rc.d useradd cmake pkgconfig
25 25