From 36d89cfb363ad0a3e588339eee88305d7e2d90cc Mon Sep 17 00:00:00 2001 From: Piwi Date: Wed, 15 Jul 2020 12:36:27 +0200 Subject: [PATCH] Update Mosquitto to 1.6.9 The current version of Mosquitto publishued by SynoCommunity is quite old and should be updated to the latest one (1.6.9). --- cross/mosquitto/Makefile | 6 +++--- cross/mosquitto/digests | 6 +++--- spk/mosquitto/Makefile | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cross/mosquitto/Makefile b/cross/mosquitto/Makefile index 96562d024f8..532b5dec773 100755 --- a/cross/mosquitto/Makefile +++ b/cross/mosquitto/Makefile @@ -1,5 +1,5 @@ PKG_NAME = mosquitto -PKG_VERS = 1.4.14 +PKG_VERS = 1.6.9 PKG_EXT = tar.gz PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) PKG_DIST_SITE = http://mosquitto.org/files/source @@ -8,8 +8,8 @@ PKG_DIR = $(PKG_NAME)-$(PKG_VERS) DEPENDS = cross/c-ares cross/openssl cross/util-linux cross/libwebsockets HOMEPAGE = http://www.mosquitto.org/ -COMMENT = Mosquitto is an open source message broker that implements the MQ Telemetry Transport protocol version 3.1.1. -LICENSE = BSD licensed +COMMENT = Mosquitto is an open source message broker that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. +LICENSE = EPL/EDL licensed CONFIGURE_TARGET = nop diff --git a/cross/mosquitto/digests b/cross/mosquitto/digests index 826009e6dc8..d06b48a494f 100644 --- a/cross/mosquitto/digests +++ b/cross/mosquitto/digests @@ -1,3 +1,3 @@ -mosquitto-1.4.14.tar.gz SHA1 7776c4433e80f74b56eb03e1ddd7e720d44b4947 -mosquitto-1.4.14.tar.gz SHA256 156b1fa731d12baad4b8b22f7b6a8af50ba881fc711b81e9919ec103cf2942d1 -mosquitto-1.4.14.tar.gz MD5 6b0966e93f118bc71ad7b61600a6c2d3 +mosquitto-1.6.9.tar.gz SHA1 424686C7CC3E0A9ECED4875BEF23ED666537D890 +mosquitto-1.6.9.tar.gz SHA256 412979B2DB0A0020BD02FA64F0A0DE9E7000B84462586E32B67F29BB1F6C1685 +mosquitto-1.6.9.tar.gz MD5 52F5078EC18AAF623B14DFB121FD534B diff --git a/spk/mosquitto/Makefile b/spk/mosquitto/Makefile index 50ead94fd37..32a4fb64a1f 100755 --- a/spk/mosquitto/Makefile +++ b/spk/mosquitto/Makefile @@ -1,17 +1,17 @@ SPK_NAME = mosquitto -SPK_VERS = 1.4.14 -SPK_REV = 9 +SPK_VERS = 1.6.9 +SPK_REV = 10 SPK_ICON = src/mosquitto.png DEPENDS = cross/busybox cross/$(SPK_NAME) MAINTAINER = SynoCommunity -DESCRIPTION = Mosquitto is an open source message broker that implements the MQ Telemetry Transport protocol version 3.1.1. +DESCRIPTION = Mosquitto is an open source message broker that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. RELOAD_UI = yes DISPLAY_NAME = Mosquitto STARTABLE = yes -CHANGELOG = "1. Update to 1.4.14. 2. Use DSM 5+6 generic service" +CHANGELOG = "1. Update to 1.6.9. 2. Use DSM 5+6 generic service" HOMEPAGE = http://www.mosquitto.org/ -LICENSE = BSD licensed +LICENSE = EPL/EDL licensed SERVICE_USER = auto # SERVICE_COMMAND is provided there