package/mosquitto: bump to v1.6.3
authorTitouan Christophe <titouan.christophe@railnova.eu>
Thu, 18 Jul 2019 10:06:36 +0000 (12:06 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 1 Aug 2019 10:48:47 +0000 (12:48 +0200)
Drop dependency on libuuid as it got removed in v1.6.  From ChangeLog.txt:

1.6 - 20190417
==============
- Improved general support for broker generated client ids. Removed libuuid
  dependency.

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
[Peter: explain why libuuid isn't needed any more]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mosquitto/mosquitto.hash
package/mosquitto/mosquitto.mk

index 25b9910138e84c1d50e81d343c47df02a89894c4..c6efdabd2adc4115364cf215969199da688d2aa4 100644 (file)
@@ -1,5 +1,5 @@
 # Locally calculated after checking gpg signature
-sha256 78d7e70c3794dc3a1d484b4f2f8d3addebe9c2da3f5a1cebe557f7d13beb0da4  mosquitto-1.5.8.tar.gz
+sha256 9ef5cc75f4fe31d7bf50654ddf4728ad9e1ae2e5609a4b42ecbbcb4a209ed17e  mosquitto-1.6.3.tar.gz
 
 # License files
 sha256 cc77e25bafd40637b7084f04086d606f0a200051b61806f97c93405926670bc1  LICENSE.txt
index 51c0abd0bae02479eaf3959398ebfa916a3028a6..5c849de2abd1f3cba98e799dc3032979b0ed47ff 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MOSQUITTO_VERSION = 1.5.8
+MOSQUITTO_VERSION = 1.6.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
@@ -44,13 +44,6 @@ else
 MOSQUITTO_MAKE_OPTS += WITH_SRV=no
 endif
 
-ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBUUID),y)
-MOSQUITTO_DEPENDENCIES += util-linux
-MOSQUITTO_MAKE_OPTS += WITH_UUID=yes
-else
-MOSQUITTO_MAKE_OPTS += WITH_UUID=no
-endif
-
 ifeq ($(BR2_PACKAGE_LIBWEBSOCKETS),y)
 MOSQUITTO_DEPENDENCIES += libwebsockets
 MOSQUITTO_MAKE_OPTS += WITH_WEBSOCKETS=yes