paho-mqtt-c: bump to version 1.3.0
authorJulien Grossholtz <julien.grossholtz@openest.io>
Fri, 16 Nov 2018 11:39:57 +0000 (12:39 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 16 Nov 2018 22:11:21 +0000 (23:11 +0100)
paho-mqtt-c 1.3.0 is the current stable version of paho-mqtt-c.

The patch 0001-Declare-mqtt-tests-as-a-C-only-project.patch is no longer
required, a similar fix was applied upstream with:
a87450ebcefed573ad4cdac77e2c893a3c314762.

Signed-off-by: Julien Grossholtz <julien.grossholtz@openest.io>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
DEVELOPERS
package/paho-mqtt-c/0001-Declare-mqtt-tests-as-a-C-only-project.patch [deleted file]
package/paho-mqtt-c/paho-mqtt-c.hash
package/paho-mqtt-c/paho-mqtt-c.mk

index 87002a6894410b59f7e2ec2185055840f2aa173f..d9c6755f179ce40488a660c7867865c698f84272 100644 (file)
@@ -1170,6 +1170,9 @@ F:        package/qt5/
 N:     Julien Floret <julien.floret@6wind.com>
 F:     package/lldpd/
 
+N:     Julien Grossholtz <julien.grossholtz@openest.io>
+F:     package/paho-mqtt-c
+
 N:     Julien Viard de Galbert <julien@vdg.name>
 F:     package/dieharder/
 F:     package/easy-rsa/
diff --git a/package/paho-mqtt-c/0001-Declare-mqtt-tests-as-a-C-only-project.patch b/package/paho-mqtt-c/0001-Declare-mqtt-tests-as-a-C-only-project.patch
deleted file mode 100644 (file)
index 9edb2c4..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-From 6556e62a07972eafccaefdcdf32bd0d386c64ca2 Mon Sep 17 00:00:00 2001
-From: Yegor Yefremov <yegorslists@googlemail.com>
-Date: Wed, 13 Sep 2017 07:59:50 +0200
-Subject: [PATCH] Declare mqtt-tests as a C-only project
-
-This way CMake doesn't break the build on the systems without
-C++ compiler.
-
-Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
-Reported-by: Marcus Hoffmann <m.hoffmann@cartelsol.com>
----
- test/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
-index 5c88c44..3aca80f 100644
---- a/test/CMakeLists.txt
-+++ b/test/CMakeLists.txt
-@@ -1,4 +1,4 @@
--PROJECT(mqtt-tests)
-+PROJECT(mqtt-tests C)
- IF (WIN32)
-   SET(MQTT_TEST_BROKER "tcp://mqtt.iotree.co.uk:1883" CACHE STRING "Hostname of a test MQTT broker to use")
--- 
-2.1.4
-
index 3bee8914f93603bd8ac209485b888f1bb1b4a620..d628d06611cc4d67c02121a2317d21cb1bffc7ca 100644 (file)
@@ -1,4 +1,4 @@
 # Locally computed:
-sha256  0cb0396554ebe0e8ac6b0de1cbc16601ef169b6a63baf6f0f3ddeb405f5471a5  paho-mqtt-c-v1.2.0.tar.gz
+sha256  87cf846b02dde6328b84832287d8725d91f12f41366eecb4d59eeda1d6c7efdf  paho-mqtt-c-v1.3.0.tar.gz
 sha256  83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c  edl-v10
 sha256  44277b2bec6093e4ac313afec251a4de599d24c4e768f8574d95b13a9d2d97b5  epl-v10
index 5df7a55c62619ba0347446e6801087dbf7ad70b7..9e8ae2999987593920665d3654e6e89ea080d021 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PAHO_MQTT_C_VERSION = v1.2.0
+PAHO_MQTT_C_VERSION = v1.3.0
 PAHO_MQTT_C_SITE = $(call github,eclipse,paho.mqtt.c,$(PAHO_MQTT_C_VERSION))
 PAHO_MQTT_C_LICENSE = EPL-1.0 or BSD-3-Clause
 PAHO_MQTT_C_LICENSE_FILES = epl-v10 edl-v10