diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-07-11 11:57:13 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-07-11 21:31:01 +0200 |
commit | 1b76bf7669d6482e61a82be9cd5d3c8806dabba6 (patch) | |
tree | 2ea69cfde680021cfc0111c97a92bbe293c736ca /package/mosquitto/mosquitto.mk | |
parent | 91f4c9d41209a19d16c9b7813facdea2e32e2015 (diff) | |
download | buildroot-1b76bf7669d6482e61a82be9cd5d3c8806dabba6.tar.gz buildroot-1b76bf7669d6482e61a82be9cd5d3c8806dabba6.zip |
mosquitto: bump version to 1.4.14
Drop CVE 2017-9868 patch as that is now upstream.
1.4.14 is a bugfix release, fixing significant websocket performance /
correctness issues.
Use HTTPS for the download as the server uses HSTS, thus saving a redirect.
While we're at it, add hashes for the license files.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mosquitto/mosquitto.mk')
-rw-r--r-- | package/mosquitto/mosquitto.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/mosquitto/mosquitto.mk b/package/mosquitto/mosquitto.mk index 829984896f..c763f48ab1 100644 --- a/package/mosquitto/mosquitto.mk +++ b/package/mosquitto/mosquitto.mk @@ -4,13 +4,11 @@ # ################################################################################ -MOSQUITTO_VERSION = 1.4.12 -MOSQUITTO_SITE = http://mosquitto.org/files/source +MOSQUITTO_VERSION = 1.4.14 +MOSQUITTO_SITE = https://mosquitto.org/files/source MOSQUITTO_LICENSE = EPL-1.0 or EDLv1.0 MOSQUITTO_LICENSE_FILES = LICENSE.txt epl-v10 edl-v10 MOSQUITTO_INSTALL_STAGING = YES -MOSQUITTO_PATCH = \ - https://mosquitto.org/files/cve/2017-9868/mosquitto-1.4.x_cve-2017-9868.patch MOSQUITTO_MAKE_OPTS = \ UNAME=Linux \ |