SHA256
1
0
forked from pool/mosquitto

Accepting request 630414 from home:mnhauke

- Update to version 1.5.1
  Broker:
  * Fix plugin cleanup function not being called on exit of the broker.
  * Print more OpenSSL errors when loading certificates/keys fail.
  * Use AF_UNSPEC etc. instead of PF_UNSPEC to comply with POSIX.
  * Remove use of AI_ADDRCONFIG, which means the broker can be used on systems
    where only the loopback interface is defined.
  * Fix IPv6 addresses not being able to be used as bridge addresses.
  * All clients now time out if they exceed their keepalive*1.5, rather than
    just reach it. This was inconsistent in two places.
  * Fix segfault on startup if bridge CA certificates could not be read.
  * Fix problem opening listeners on Pi caused by unsigned char being default.
  * ACL patterns that do not contain either %c or %u now produce a warning in
    the log.
  * Fix bridge publishing failing when per_listener_settings was true.
  * Fix `use_identity_as_username true` not working.
  * Fix UNSUBACK messages not being logged.
  * Fix possible endian issue when reading the `memory_limit` option.
  * Fix building for libwebsockets < 1.6.
  * Fix accessor functions for username and client id when used in plugin auth
    check.
  
  Library:
  * Fix some places where return codes were incorrect, including to the
    on_disconnect() callback. This has resulted in two new error codes,
    MOSQ_ERR_KEEPALIVE and MOSQ_ERR_LOOKUP.
  * Fix connection problems when mosquitto_loop_start() was called before
    mosquitto_connect_async().
  
  Clients:

OBS-URL: https://build.opensuse.org/request/show/630414
OBS-URL: https://build.opensuse.org/package/show/network:messaging:mqtt/mosquitto?expand=0&rev=13
This commit is contained in:
Marcus Rückert 2018-08-20 11:24:04 +00:00 committed by Git OBS Bridge
parent 47140a4cc8
commit 8a14e1da14
4 changed files with 46 additions and 4 deletions

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

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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80c9606a906c736fe582b67bdfb650ee45239fea058fe34927f81277d3486e21
size 419614

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Sun Aug 19 16:38:42 UTC 2018 - mardnh@gmx.de
- Update to version 1.5.1
Broker:
* Fix plugin cleanup function not being called on exit of the broker.
* Print more OpenSSL errors when loading certificates/keys fail.
* Use AF_UNSPEC etc. instead of PF_UNSPEC to comply with POSIX.
* Remove use of AI_ADDRCONFIG, which means the broker can be used on systems
where only the loopback interface is defined.
* Fix IPv6 addresses not being able to be used as bridge addresses.
* All clients now time out if they exceed their keepalive*1.5, rather than
just reach it. This was inconsistent in two places.
* Fix segfault on startup if bridge CA certificates could not be read.
* Fix problem opening listeners on Pi caused by unsigned char being default.
* ACL patterns that do not contain either %c or %u now produce a warning in
the log.
* Fix bridge publishing failing when per_listener_settings was true.
* Fix `use_identity_as_username true` not working.
* Fix UNSUBACK messages not being logged.
* Fix possible endian issue when reading the `memory_limit` option.
* Fix building for libwebsockets < 1.6.
* Fix accessor functions for username and client id when used in plugin auth
check.
Library:
* Fix some places where return codes were incorrect, including to the
on_disconnect() callback. This has resulted in two new error codes,
MOSQ_ERR_KEEPALIVE and MOSQ_ERR_LOOKUP.
* Fix connection problems when mosquitto_loop_start() was called before
mosquitto_connect_async().
Clients:
* When compiled using WITH_TLS=no, the default port was incorrectly being set
to -1. This has been fixed.
* Fix compiling on Mac OS X <10.12.
Build:
* Fixes for building on NetBSD.
* Fixes for building on FreeBSD.
* Add support for compiling with static libwebsockets library.
-------------------------------------------------------------------
Thu May 3 18:47:04 UTC 2018 - mardnh@gmx.de

View File

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