summaryrefslogtreecommitdiffstats
path: root/package/mosquitto
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-02-17 11:18:41 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-02-17 11:18:41 +0100
commitd9055885e7f7cfaf3362e8e1753a827f380864d6 (patch)
tree71bcb08f5cde5a503051cbaede407d987b823352 /package/mosquitto
parent7b10101b6f611055b74d4bf289110707c22e9ba7 (diff)
downloadbuildroot-d9055885e7f7cfaf3362e8e1753a827f380864d6.tar.gz
buildroot-d9055885e7f7cfaf3362e8e1753a827f380864d6.zip
mosquitto: security bump to version 1.4.8
This includes a fix for a security related bug related to the listener mount_point feature. The bug allows a client that is restricted to a mount_point to publish messages outside this hierarchy using the last will and testament feature. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mosquitto')
-rw-r--r--package/mosquitto/mosquitto.hash2
-rw-r--r--package/mosquitto/mosquitto.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/mosquitto/mosquitto.hash b/package/mosquitto/mosquitto.hash
index a8de658d3d..861136b6ad 100644
--- a/package/mosquitto/mosquitto.hash
+++ b/package/mosquitto/mosquitto.hash
@@ -1,2 +1,2 @@
# Locally calculated after checking pgp signature
-sha256 71a1cb37893403e00b7db85c5db4af50b40d055ce61e5d21092c2594f2023b8b mosquitto-1.4.7.tar.gz
+sha256 d96eb5610e57cc3e273f4527d3f54358ab7711459941a9e64bc4d0a85c2acfda mosquitto-1.4.8.tar.gz
diff --git a/package/mosquitto/mosquitto.mk b/package/mosquitto/mosquitto.mk
index d6a5fb2b65..dfef6e509d 100644
--- a/package/mosquitto/mosquitto.mk
+++ b/package/mosquitto/mosquitto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-MOSQUITTO_VERSION = 1.4.7
+MOSQUITTO_VERSION = 1.4.8
MOSQUITTO_SITE = http://mosquitto.org/files/source
MOSQUITTO_LICENSE = EPLv1.0 or EDLv1.0
MOSQUITTO_LICENSE_FILES = LICENSE.txt epl-v10 edl-v10
OpenPOWER on IntegriCloud