mosquitto: security bump to version 1.5.3
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Fri, 28 Sep 2018 21:22:07 +0000 (23:22 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 30 Sep 2018 08:38:34 +0000 (10:38 +0200)
Fix CVE-2018-12543. If a message is sent to Mosquitto with a topic that
begins with $, but is not $SYS, then an assert that should be unreachable is
triggered and Mosquitto will exit.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mosquitto/mosquitto.hash
package/mosquitto/mosquitto.mk

index 96817d464d35715ca0caff668e8fe2add3bd1ba3..b38830b8b54be3e0928475d6b2a7e4e7dee234f8 100644 (file)
@@ -1,5 +1,5 @@
 # Locally calculated after checking gpg signature
-sha256 8557bc7ae34dfaf32a0fb56d2491b7a7f731269c88337227233013502df4d5b0  mosquitto-1.5.1.tar.gz
+sha256 3081a998d303a883b1cd064009beabc88aa9159e26f5258a4ae6007160491d10  mosquitto-1.5.3.tar.gz
 
 # License files
 sha256 cc77e25bafd40637b7084f04086d606f0a200051b61806f97c93405926670bc1  LICENSE.txt
index 7ac6487488a9728841e7be2e4733a03683911fb7..1d72f9b16eb876d1d225d17a5a3594a6f5dc0f4a 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MOSQUITTO_VERSION = 1.5.1
+MOSQUITTO_VERSION = 1.5.3
 MOSQUITTO_SITE = https://mosquitto.org/files/source
 MOSQUITTO_LICENSE = EPL-1.0 or EDLv1.0
 MOSQUITTO_LICENSE_FILES = LICENSE.txt epl-v10 edl-v10