From 9701b834092a42a55a188288186525f564135962 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 2 Sep 2020 18:15:20 +0300 Subject: [PATCH] mosquitto: Upgrade 1.6.11 -> 1.6.12 Upgrade to release 1.6.12: Security: - In some circumstances, Mosquitto could leak memory when handling PUBLISH messages. This is limited to incoming QoS 2 messages, and is related to the combination of the broker having persistence enabled, a clean session=false client, which was connected prior to the broker restarting, then has reconnected and has now sent messages at a sufficiently high rate that the incoming queue at the broker has filled up and hence messages are being dropped. This is more likely to have an effect where max_queued_messages is a small value. This has now been fixed. Broker: - Build warning fixes when building with WITH_BRIDGE=no and WITH_TLS=no. Clients: - All clients exit with an error exit code on CONNACK failure. - Don't busy loop with `mosquitto_pub -l` on a slow connection. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../mosquitto/{mosquitto_1.6.11.bb => mosquitto_1.6.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-connectivity/mosquitto/{mosquitto_1.6.11.bb => mosquitto_1.6.12.bb} (95%) diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.11.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.12.bb similarity index 95% rename from meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.11.bb rename to meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.12.bb index 3690346921..36bfe099f3 100644 --- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.11.bb +++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.12.bb @@ -20,8 +20,8 @@ SRC_URI = "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \ file://install-protocol.patch \ " -SRC_URI[md5sum] = "35925c7ccd1bac87e4201b635ffa66a1" -SRC_URI[sha256sum] = "b02d8f1368c40d5779ee125c37daf9003608eb47d7fbb04c5b938c76c1230a1f" +SRC_URI[md5sum] = "beb8d76d6e45f1e66d711006082a631f" +SRC_URI[sha256sum] = "548d73d19fb787dd0530334e398fd256ef3a581181678488a741a995c4f007fb" inherit systemd update-rc.d useradd cmake