diff options
| author | Gianfranco Costamagna <costamagna.gianfranco@gmail.com> | 2023-09-13 09:57:54 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-13 07:31:33 -0700 |
| commit | 56027584e9465152a4cd2682099091ee4edd67b0 (patch) | |
| tree | 9c9da2b6e06c0cd7367653f6736044fa2b34eaa5 | |
| parent | 8a6fa736663284fcdc8057e5257bdced91e7f15c (diff) | |
| download | meta-openembedded-56027584e9465152a4cd2682099091ee4edd67b0.tar.gz | |
mosquitto: upgrade 2.0.15 -> 2.0.17
Fix for CVE-2023-28366, CVE-2023-0809, CVE-2023-3592
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-connectivity/mosquitto/files/mosquitto.init | 20 | ||||
| -rw-r--r-- | meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.17.bb (renamed from meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.15.bb) | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/meta-networking/recipes-connectivity/mosquitto/files/mosquitto.init b/meta-networking/recipes-connectivity/mosquitto/files/mosquitto.init index 9d5963c418..d0da219d6d 100644 --- a/meta-networking/recipes-connectivity/mosquitto/files/mosquitto.init +++ b/meta-networking/recipes-connectivity/mosquitto/files/mosquitto.init | |||
| @@ -1,18 +1,18 @@ | |||
| 1 | #! /bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | # Based on the Debian initscript for mosquitto | 3 | # Based on the Debian initscript for mosquitto |
| 4 | 4 | ||
| 5 | ### BEGIN INIT INFO | 5 | ### BEGIN INIT INFO |
| 6 | # Provides: mosquitto | 6 | # Provides: mosquitto |
| 7 | # Required-Start: $remote_fs $syslog | 7 | # Required-Start: $remote_fs $syslog |
| 8 | # Required-Stop: $remote_fs $syslog | 8 | # Required-Stop: $remote_fs $syslog |
| 9 | # Default-Start: 2 3 4 5 | 9 | # Default-Start: 2 3 4 5 |
| 10 | # Default-Stop: 0 1 6 | 10 | # Default-Stop: 0 1 6 |
| 11 | # Short-Description: mosquitto MQTT message broker | 11 | # Short-Description: mosquitto MQTT 3.1/3.1.1 message broker |
| 12 | # Description: | 12 | # Description: |
| 13 | # This is a message broker that supports version 3.1/3.1.1 of the MQ Telemetry | 13 | # This is a message broker that supports version 3.1 of the MQ Telemetry |
| 14 | # Transport (MQTT) protocol. | 14 | # Transport (MQTT) protocol. |
| 15 | # | 15 | # |
| 16 | # MQTT provides a method of carrying out messaging using a publish/subscribe | 16 | # MQTT provides a method of carrying out messaging using a publish/subscribe |
| 17 | # model. It is lightweight, both in terms of bandwidth usage and ease of | 17 | # model. It is lightweight, both in terms of bandwidth usage and ease of |
| 18 | # implementation. This makes it particularly useful at the edge of the network | 18 | # implementation. This makes it particularly useful at the edge of the network |
diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.15.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.17.bb index eea672a706..690b6bc126 100644 --- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.15.bb +++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.17.bb | |||
| @@ -19,7 +19,7 @@ SRC_URI = "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \ | |||
| 19 | file://1571.patch \ | 19 | file://1571.patch \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | SRC_URI[sha256sum] = "4735b1d32e3f91c7a8896741d88a3022e89730a1ee897946decfa0df27039ac6" | 22 | SRC_URI[sha256sum] = "3be7a911236567c1a9fbe25baf3e3167004ba4a0c151a448ef1f7fc077dba52f" |
| 23 | 23 | ||
| 24 | inherit systemd update-rc.d useradd cmake pkgconfig | 24 | inherit systemd update-rc.d useradd cmake pkgconfig |
| 25 | 25 | ||
