From e76b7d895cd28848de40c2e9fc5bd5c31d9f9adddb1c848dadd53ed13af54c47 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Tue, 26 May 2020 11:39:26 +0000 Subject: [PATCH] Accepting request 808910 from home:mnhauke - Update to version 1.6.10 Broker: * Report invalid bridge prefix+pattern combinations at config parsing time rather than letting the bridge fail later. * Fix `mosquitto_passwd -b` not updating passwords for existing users correctly. Creating a new user with `-b` worked without problem. * Fix memory leak when connecting clients rejected. * Don't disconnect clients that are already disconnected. This prevents the session expiry being extended on SIGHUP. * Fix support for openssl 3.0. * Fix check when loading persistence file of a different version than the native version. * Fix possible assert crash associated with bridge reconnecting when compiled without epoll support. Client library: * Don't treat an unexpected PUBACK, PUBREL, or PUBCOMP as a fatal error. * Fix support for openssl 3.0. * Fix memory leaks from multiple calls to `mosquitto_lib_init()`/`mosquitto_lib_cleanup()`. * Fix documentation on return code of `mosquitto_lib_init()` for Windows. Clients: * Fix mosquitto_sub %j or %J not working on Windows. Build: * Various fixes for building with + +- Update to version 1.6.10 + Broker: + * Report invalid bridge prefix+pattern combinations at config + parsing time rather than letting the bridge fail later. + * Fix `mosquitto_passwd -b` not updating passwords for existing + users correctly. Creating a new user with `-b` worked without + problem. + * Fix memory leak when connecting clients rejected. + * Don't disconnect clients that are already disconnected. This + prevents the session expiry being extended on SIGHUP. + * Fix support for openssl 3.0. + * Fix check when loading persistence file of a different version + than the native version. + * Fix possible assert crash associated with bridge reconnecting + when compiled without epoll support. + Client library: + * Don't treat an unexpected PUBACK, PUBREL, or PUBCOMP as a + fatal error. + * Fix support for openssl 3.0. + * Fix memory leaks from multiple calls to + `mosquitto_lib_init()`/`mosquitto_lib_cleanup()`. + * Fix documentation on return code of `mosquitto_lib_init()` + for Windows. + Clients: + * Fix mosquitto_sub %j or %J not working on Windows. + Build: + * Various fixes for building with diff --git a/mosquitto.spec b/mosquitto.spec index f5ea6bf..3efae22 100644 --- a/mosquitto.spec +++ b/mosquitto.spec @@ -26,7 +26,7 @@ %endif %bcond_without websockets Name: mosquitto -Version: 1.6.9 +Version: 1.6.10 Release: 0 Summary: A MQTT v3.1/v3.1.1 Broker License: EPL-1.0