diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2018-06-01 11:12:42 +1200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-31 21:55:00 -0700 |
commit | e46a11d92afa4dc23f6af30c0a86b8728bd2ece0 (patch) | |
tree | 0f8d4a92bdc7487baeec9eb1293903a05b2b64c7 | |
parent | 5500ca6a45f10deb2f5d736ba7c0ae9ed6ed08a5 (diff) | |
download | meta-openembedded-e46a11d92afa4dc23f6af30c0a86b8728bd2ece0.tar.gz |
mosquitto: upgrade to 1.4.15
Security update - fixes CVE-2017-7651 and CVE-2017-7652, as well as a
number of other non-security issues.
For more details see the release announcement:
https://mosquitto.org/blog/2018/02/security-advisory-cve-2017-7651-cve-2017-7652/
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-connectivity/mosquitto/mosquitto_1.4.15.bb (renamed from meta-networking/recipes-connectivity/mosquitto/mosquitto_1.4.14.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.4.14.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.4.15.bb index 13ce3811d4..939bad54ea 100644 --- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.4.14.bb +++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.4.15.bb | |||
@@ -17,8 +17,8 @@ SRC_URI = "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \ | |||
17 | file://mosquitto.init \ | 17 | file://mosquitto.init \ |
18 | " | 18 | " |
19 | 19 | ||
20 | SRC_URI[md5sum] = "6b0966e93f118bc71ad7b61600a6c2d3" | 20 | SRC_URI[md5sum] = "546cb1ce35cc3f7d23e6d2f1f9a962e7" |
21 | SRC_URI[sha256sum] = "156b1fa731d12baad4b8b22f7b6a8af50ba881fc711b81e9919ec103cf2942d1" | 21 | SRC_URI[sha256sum] = "7d3b3e245a3b4ec94b05678c8199c806359737949f4cfe0bf936184f6ca89a83" |
22 | 22 | ||
23 | inherit systemd update-rc.d useradd | 23 | inherit systemd update-rc.d useradd |
24 | 24 | ||