Accepting request 644721 from home:mnhauke

- Update to version 1.5.3
  Security:
  * Fix CVE-2018-12543. If a message is sent to Mosquitto with a topic that
    begins with $, but is not $SYS, then an assert that should be unreachable is
    triggered and Mosquitto will exit.
  Broker:
  * Elevate log level to warning for situation when socket limit is hit.
  * Fix retained messages not sent by bridges on outgoing topics at the first
    connection.
  * Fix duplicate clients being added to by_id hash before the old client was
    removed.
- Update to version 1.5.2
  Broker:
  * Fix incorrect call to setsockopt() for TCP_NODELAY.
  * Fix excessive CPU usage when the number of sockets exceeds the system limit.
  * Fix round_robin false behaviour.
  * Fix segfault on HUP when bridges and security options are configured.
  Library:
  * Fix situation where username and password is used with SOCKS5 proxy.
  * Fix SOCKS5 behaviour when passing IP addresses.

OBS-URL: https://build.opensuse.org/request/show/644721
OBS-URL: https://build.opensuse.org/package/show/network:messaging:mqtt/mosquitto?expand=0&rev=15
This commit is contained in:
Marcus Rückert 2018-10-26 13:35:58 +00:00 committed by Git OBS Bridge
parent 8a14e1da14
commit 2984b78499
4 changed files with 29 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8557bc7ae34dfaf32a0fb56d2491b7a7f731269c88337227233013502df4d5b0
size 430066

3
mosquitto-1.5.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3081a998d303a883b1cd064009beabc88aa9159e26f5258a4ae6007160491d10
size 425844

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Oct 25 18:06:26 UTC 2018 - mardnh@gmx.de
- Update to version 1.5.3
Security:
* Fix CVE-2018-12543. If a message is sent to Mosquitto with a topic that
begins with $, but is not $SYS, then an assert that should be unreachable is
triggered and Mosquitto will exit.
Broker:
* Elevate log level to warning for situation when socket limit is hit.
* Fix retained messages not sent by bridges on outgoing topics at the first
connection.
* Fix duplicate clients being added to by_id hash before the old client was
removed.
- Update to version 1.5.2
Broker:
* Fix incorrect call to setsockopt() for TCP_NODELAY.
* Fix excessive CPU usage when the number of sockets exceeds the system limit.
* Fix round_robin false behaviour.
* Fix segfault on HUP when bridges and security options are configured.
Library:
* Fix situation where username and password is used with SOCKS5 proxy.
* Fix SOCKS5 behaviour when passing IP addresses.
-------------------------------------------------------------------
Sun Aug 19 16:38:42 UTC 2018 - mardnh@gmx.de

View File

@ -27,7 +27,7 @@
%endif
%bcond_without websockets
Name: mosquitto
Version: 1.5.1
Version: 1.5.3
Release: 0
Summary: A MQTT v3.1/v3.1.1 Broker
License: EPL-1.0