Re: [ptxdist] [PATCH] mosquitto: version bump 1.6.4 -> 1.6.7

2019-10-11 Thread Andreas Pretzsch
On Thu, 2019-10-10 at 20:58 +0200, Andreas Pretzsch wrote:
> Signed-off-by: Andreas Pretzsch 
> ---
> No tests beside compile test done.

Customer tested on ARM target, works successful.
And solved their issues (sporadic packet loss).
So I'd say this can / should go in.

-- 

carpe noctem engineering
Ingenieurbuero fuer Hard- & Software-Entwicklung Andreas Pretzsch
Dipl.-Ing. (FH) Andreas PretzschTel. +49-(0)7307-936088-1
Lange Strasse 28a   Fax: +49-(0)7307-936088-9
89250 Senden, Germany   email: a...@cn-eng.de


___
ptxdist mailing list
ptxdist@pengutronix.de


[ptxdist] [PATCH] mosquitto: version bump 1.6.4 -> 1.6.7

2019-10-10 Thread Andreas Pretzsch
>From official ChangeLog.txt:

 1.6.7 - 20190925
 
 Broker:
 - Add workaround for working with libwebsockets 3.2.0.
 - Fix potential crash when reloading config. Closes #1424, #1425.

 Client library:
 - Don't use `/` in autogenerated client ids, to avoid confusing with topics.
 - Fix `mosquitto_max_inflight_messages_set()` and `mosquitto_int_option(...,
   MOSQ_OPT_*_MAX, ...)` behaviour. Closes #1417.
 - Fix regression on use of `mosquitto_connect_async()` not working.
   Closes #1415 and #1422.

 Clients:
 - mosquitto_sub: Fix `-E` incorrectly not working unless `-d` was also
   specified. Closes #1418.
 - Updated documentation around automatic client ids.

 1.6.6 - 20190917
 
 Security:
 - Restrict topic hierarchy to 200 levels to prevent possible stack overflow.
   Closes #1412.

 Broker:
 - Restrict topic hierarchy to 200 levels to prevent possible stack overflow.
   Closes #1412.
 - mosquitto_passwd now returns 1 when attempting to update a user that does
   not exist. Closes #1414.

 1.6.5 - 20190912
 
 Broker:
 - Fix v5 DISCONNECT packets with remaining length == 2 being treated as a
   protocol error. Closes #1367.
 - Fix support for libwebsockets 3.x.
 - Fix slow websockets performance when sending large messages. Closes #1390.
 - Fix bridges potentially not connecting on Windows. Closes #478.
 - Fix clients authorised using `use_identity_as_username` or
   `use_subject_as_username` being disconnected on SIGHUP. Closes #1402.
 - Improve error messages in some situations when clients disconnect. Reduces
   the number of "Socket error on client X, disconnecting" messages.
 - Fix Will for v5 clients not being sent if will delay interval was greater
   than the session expiry interval. Closes #1401.
 - Fix CRL file not being reloaded on HUP. Closes #35.
 - Fix repeated "Error in poll" messages on Windows when only websockets
   listeners are defined. Closes #1391.

 Client library:
 - Fix reconnect backoff for the situation where connections are dropped rather
   than refused. Closes #737.
 - Fix missing locks on `mosq->state`. Closes #1374.

 Documentation:
 - Improve details on global/per listener options in the mosquitto.conf man 
page.
   Closes #274.
 - Clarify behaviour when clients exceed the `message_size_limit`. Closes #448.
 - Improve documentation for `max_inflight_bytes`, `max_inflight_messages`,
   and `max_queued_messages`.

 Build:
 - Fix missing function warnings on NetBSD.
 - Fix WITH_STATIC_LIBRARIES using CMake on Windows. Closes #1369.
 - Guard ssize_t definition on Windows. Closes #522.

Signed-off-by: Andreas Pretzsch 
---
No tests beside compile test done.

 rules/mosquitto.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/mosquitto.make b/rules/mosquitto.make
index 8a4967606..3f3f967ce 100644
--- a/rules/mosquitto.make
+++ b/rules/mosquitto.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MOSQUITTO) += mosquitto
 #
 # Paths and names
 #
-MOSQUITTO_VERSION  := 1.6.4
-MOSQUITTO_MD5  := c89df444afb121d795f8af5b4fd97d78
+MOSQUITTO_VERSION  := 1.6.7
+MOSQUITTO_MD5  := ec9074c4f337f64eaa9a4320c6dab020
 MOSQUITTO  := mosquitto-$(MOSQUITTO_VERSION)
 MOSQUITTO_SUFFIX   := tar.gz
 MOSQUITTO_URL  := 
https://mosquitto.org/files/source/$(MOSQUITTO).$(MOSQUITTO_SUFFIX)
-- 
2.19.1


___
ptxdist mailing list
ptxdist@pengutronix.de