mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Andreas Pretzsch <apr@cn-eng.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] mosquitto: version bump 1.6.4 -> 1.6.7
Date: Thu, 10 Oct 2019 20:58:50 +0200	[thread overview]
Message-ID: <1570733930-22533-1-git-send-email-apr@cn-eng.de> (raw)

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 <apr@cn-eng.de>
---
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

             reply	other threads:[~2019-10-10 18:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-10 18:58 Andreas Pretzsch [this message]
2019-10-11 15:00 ` Andreas Pretzsch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1570733930-22533-1-git-send-email-apr@cn-eng.de \
    --to=apr@cn-eng.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox