* [PATCH 0/1] mosquitto: update to 1.6.5
@ 2019-09-16 23:54 Paul Eggleton
2019-09-16 23:54 ` [PATCH 1/1] " Paul Eggleton
0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2019-09-16 23:54 UTC (permalink / raw)
To: openembedded-devel; +Cc: Oleksandr Kravchuk
The following changes since commit 19528ba2a6014ebe32b7a3d3099b037330228b88:
evtest: update to 1.34 (2019-09-14 07:16:38 -0700)
are available in the Git repository at:
git://git.openembedded.org/meta-openembedded-contrib paule/mosquitto-1-6-5
http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=paule/mosquitto-1-6-5
Paul Eggleton (1):
mosquitto: update to 1.6.5
.../{mosquitto_1.5.8.bb => mosquitto_1.6.5.bb} | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
rename meta-networking/recipes-connectivity/mosquitto/{mosquitto_1.5.8.bb => mosquitto_1.6.5.bb} (86%)
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] mosquitto: update to 1.6.5
2019-09-16 23:54 [PATCH 0/1] mosquitto: update to 1.6.5 Paul Eggleton
@ 2019-09-16 23:54 ` Paul Eggleton
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2019-09-16 23:54 UTC (permalink / raw)
To: openembedded-devel; +Cc: Oleksandr Kravchuk
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>
---
.../{mosquitto_1.5.8.bb => mosquitto_1.6.5.bb} | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
rename meta-networking/recipes-connectivity/mosquitto/{mosquitto_1.5.8.bb => mosquitto_1.6.5.bb} (86%)
diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.5.8.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.5.bb
similarity index 86%
rename from meta-networking/recipes-connectivity/mosquitto/mosquitto_1.5.8.bb
rename to meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.5.bb
index 768b5930fb..4bb0720ca5 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 @@
-SUMMARY = "Open source MQTT v3.1/3.1.1 implemention"
-DESCRIPTION = "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. "
+SUMMARY = "Open source MQTT implementation"
+DESCRIPTION = "Mosquitto is an open source (Eclipse licensed) message broker \
+that implements the MQ Telemetry Transport protocol version 3.1, 3.1.1 and \
+5, providing both an MQTT broker and several command-line clients. MQTT \
+provides a lightweight method of carrying out messaging using a \
+publish/subscribe model. "
HOMEPAGE = "http://mosquitto.org/"
SECTION = "console/network"
LICENSE = "EPL-1.0 | EDL-1.0"
@@ -14,8 +18,8 @@ SRC_URI = "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \
file://mosquitto.init \
"
-SRC_URI[md5sum] = "bbbcceb32db3657d9d436a8440a9db1c"
-SRC_URI[sha256sum] = "78d7e70c3794dc3a1d484b4f2f8d3addebe9c2da3f5a1cebe557f7d13beb0da4"
+SRC_URI[md5sum] = "12a1bd274d5ec454649a06c1bf65d802"
+SRC_URI[sha256sum] = "bc71b38b5a26fc7cc772853e5607c657868db9f9a6d2b15e2b677649a0f85d20"
inherit systemd update-rc.d useradd
@@ -79,6 +83,7 @@ FILES_libmosquittopp1 = "${libdir}/libmosquittopp.so.1"
FILES_${PN}-clients = "${bindir}/mosquitto_pub \
${bindir}/mosquitto_sub \
+ ${bindir}/mosquitto_rr \
"
FILES_${PN}-examples = "${sysconfdir}/mosquitto/*.example"
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-09-16 23:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-16 23:54 [PATCH 0/1] mosquitto: update to 1.6.5 Paul Eggleton
2019-09-16 23:54 ` [PATCH 1/1] " Paul Eggleton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.