Hello community, here is the log from the commit of package mosquitto for openSUSE:Leap:15.2 checked in at 2020-03-02 13:26:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/mosquitto (Old) and /work/SRC/openSUSE:Leap:15.2/.mosquitto.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mosquitto" Mon Mar 2 13:26:08 2020 rev:20 rq:780781 version:1.6.9 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/mosquitto/mosquitto.changes 2020-01-30 06:09:04.222486858 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.mosquitto.new.26092/mosquitto.changes 2020-03-02 13:26:14.810743068 +0100 @@ -1,0 +2,31 @@ +Sun Mar 1 09:34:15 UTC 2020 - Martin Hauke <[email protected]> + +- Update to version 1.6.9 + Broker: + * Fix session expiry with very large expiry intervals. + * Check ACL patterns for validity when loading. + * Use presence of password file as indicator for whether username + checks should take place, not whether usernames are defined in + the password file. + * Strip whitespace from end of config file string options. + * Satisfy valgrind when exiting on error due to not being able + to open a listening socket, by calling freeaddrinfo. + * Fix config->user not being freed on exit. + * Fix trailing whitespace not being trimmed on acl users. + * Fix `bind_interface` not working for the default listener. + * Improve password file parsing in the broker and mosqitto_passwd. + * Print OpenSSL errors in more situations, like when loading + certificates fails. + * Fix `mosquitto_client_protocol() returning incorrect values. + Client library: + * Set minimum keepalive argument to `mosquitto_connect*()` to be + 5 seconds. + * Fix `mosquitto_topic_matches_sub()` not returning + MOSQ_ERR_INVAL if the topic contains a wildcard. + Clients: + * Fix `--remove-retained` not obeying the `-T` option for + filtering out topics. + * Default behaviour for v5 clients using `-c` is now to use + infinite length sessions, as with v3 clients. + +------------------------------------------------------------------- Old: ---- mosquitto-1.6.8.tar.gz mosquitto-1.6.8.tar.gz.sig New: ---- mosquitto-1.6.9.tar.gz mosquitto-1.6.9.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mosquitto.spec ++++++ --- /var/tmp/diff_new_pack.l7R3mx/_old 2020-03-02 13:26:15.150743744 +0100 +++ /var/tmp/diff_new_pack.l7R3mx/_new 2020-03-02 13:26:15.154743752 +0100 @@ -1,7 +1,7 @@ # # spec file for package mosquitto # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %endif %bcond_without websockets Name: mosquitto -Version: 1.6.8 +Version: 1.6.9 Release: 0 Summary: A MQTT v3.1/v3.1.1 Broker License: EPL-1.0 @@ -44,9 +44,9 @@ BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libcares-devel -#BuildRequires: libuuid-devel BuildRequires: openssl-devel >= 1.0.0 BuildRequires: tcpd-devel +BuildRequires: uthash-devel Requires(pre): shadow %if %{with websockets} BuildRequires: libwebsockets-devel ++++++ mosquitto-1.6.8.tar.gz -> mosquitto-1.6.9.tar.gz ++++++ ++++ 6758 lines of diff (skipped)
