summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/mosquitto
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2019-09-17 11:54:35 +1200
committerKhem Raj <raj.khem@gmail.com>2019-09-16 18:25:26 -0700
commit40f6fd12536cad4aa31c2645fab4e159a04b4e91 (patch)
treefd0a5a646f259acee25e8d4878fb1834646d74d5 /meta-networking/recipes-connectivity/mosquitto
parent692a502d4a7b92e9e7fc32eafc2eb8746f1f95b5 (diff)
downloadmeta-openembedded-40f6fd12536cad4aa31c2645fab4e159a04b4e91.tar.gz
mosquitto: update to 1.6.5
A lot of changes upstream since the last upgrade, the highlights: * MQTT v5 protocol support * Performance improvements * New mosquitto_rr (request/response) client * TLS enhancements: OCSP stapling, TLS Engine support, explicit TLS v1.3 support, removed TLS v1.0 support For further details, see https://mosquitto.org/blog/ Additionally, SUMMARY and DESCRIPTION were tidied up as needed. Based upon an earlier upgrade patch by Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/mosquitto')
-rw-r--r--meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.5.bb (renamed from meta-networking/recipes-connectivity/mosquitto/mosquitto_1.5.8.bb)13
1 files changed, 9 insertions, 4 deletions
diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.5.8.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.5.bb
index 768b5930f..4bb0720ca 100644
--- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.5.8.bb
+++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.5.bb
@@ -1,5 +1,9 @@
1SUMMARY = "Open source MQTT v3.1/3.1.1 implemention" 1SUMMARY = "Open source MQTT implementation"
2DESCRIPTION = "Mosquitto is an open source (Eclipse licensed) message broker that implements the MQ Telemetry Transport protocol version 3.1 and 3.1.1. MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model. " 2DESCRIPTION = "Mosquitto is an open source (Eclipse licensed) message broker \
3that implements the MQ Telemetry Transport protocol version 3.1, 3.1.1 and \
45, providing both an MQTT broker and several command-line clients. MQTT \
5provides a lightweight method of carrying out messaging using a \
6publish/subscribe model. "
3HOMEPAGE = "http://mosquitto.org/" 7HOMEPAGE = "http://mosquitto.org/"
4SECTION = "console/network" 8SECTION = "console/network"
5LICENSE = "EPL-1.0 | EDL-1.0" 9LICENSE = "EPL-1.0 | EDL-1.0"
@@ -14,8 +18,8 @@ SRC_URI = "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \
14 file://mosquitto.init \ 18 file://mosquitto.init \
15" 19"
16 20
17SRC_URI[md5sum] = "bbbcceb32db3657d9d436a8440a9db1c" 21SRC_URI[md5sum] = "12a1bd274d5ec454649a06c1bf65d802"
18SRC_URI[sha256sum] = "78d7e70c3794dc3a1d484b4f2f8d3addebe9c2da3f5a1cebe557f7d13beb0da4" 22SRC_URI[sha256sum] = "bc71b38b5a26fc7cc772853e5607c657868db9f9a6d2b15e2b677649a0f85d20"
19 23
20inherit systemd update-rc.d useradd 24inherit systemd update-rc.d useradd
21 25
@@ -79,6 +83,7 @@ FILES_libmosquittopp1 = "${libdir}/libmosquittopp.so.1"
79 83
80FILES_${PN}-clients = "${bindir}/mosquitto_pub \ 84FILES_${PN}-clients = "${bindir}/mosquitto_pub \
81 ${bindir}/mosquitto_sub \ 85 ${bindir}/mosquitto_sub \
86 ${bindir}/mosquitto_rr \
82" 87"
83 88
84FILES_${PN}-examples = "${sysconfdir}/mosquitto/*.example" 89FILES_${PN}-examples = "${sysconfdir}/mosquitto/*.example"