diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-06 14:30:26 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-05 22:45:17 -0800 |
| commit | 006af9e7414247386676e6900d481d3dec8c8d3a (patch) | |
| tree | 1492fec8e3b43811b53e61ffca53c81cf3dcdbb6 | |
| parent | bcca616683102b894b6287040b165dcf5fd4e07b (diff) | |
| download | meta-openembedded-006af9e7414247386676e6900d481d3dec8c8d3a.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>
| -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 3d4c6dce9f..75aaf7cf38 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 | ||
