Hello community,

here is the log from the commit of package mosquitto for openSUSE:Factory 
checked in at 2019-06-19 21:02:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mosquitto (Old)
 and      /work/SRC/openSUSE:Factory/.mosquitto.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mosquitto"

Wed Jun 19 21:02:04 2019 rev:9 rq:706055 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mosquitto/mosquitto.changes      2019-02-27 
17:29:30.827312928 +0100
+++ /work/SRC/openSUSE:Factory/.mosquitto.new.4811/mosquitto.changes    
2019-06-19 21:02:06.102173825 +0200
@@ -1,0 +2,80 @@
+Thu Apr 18 08:47:30 UTC 2019 - Martin Hauke <[email protected]>
+
+- Update to version 1.6.0
+  Broker features
+  * Add support for MQTT v5
+  * Add support for OCSP stapling.
+  * Add support for ALPN on bridge TLS connections.
+  * Add support for Automotive DLT logging.
+  * Add TLS Engine support.
+  * Persistence file read/write performance improvements.
+  * General performance improvements.
+  * Add max_keepalive option, to allow a maximum keepalive value to
+    be set for MQTT v5 clients only.
+  * Add bind_interface option which allows a listener to be bound to
+    a specific network interface, in a similar fashion to the
+    bind_address option. Linux only.
+  * Add improved bridge restart interval based on Decorrelated Jitter.
+  * Add dhparamfile option, to allow DH parameters to be loaded for
+    Ephemeral DH support
+  * Disallow writing to $ topics where appropriate.
+  * Add explicit support for TLS v1.3.
+  * Drop support for TLS v1.0.
+  * Improved general support for broker generated client ids.
+    Removed libuuid dependency.
+  * auto_id_prefix now defaults to 'auto-'.
+  * QoS 1 and 2 flow control improvements.
+  Client library features
+  * Add support for MQTT v5
+  * Add mosquitto_subscribe_multiple() for sending subscriptions to
+    multiple topics in one command.
+  * Add TLS Engine support.
+  * Add explicit support for TLS v1.3.
+  * Drop support for TLS v1.0.
+  * QoS 1 and 2 flow control improvements.
+  Client features
+  * Add support for MQTT v5
+  * Add mosquitto_rr client, which can be used for "request-response"
+    messaging, by sending a request message and awaiting a response.
+  * Add TLS Engine support.
+  * Add support for ALPN on TLS connections.
+  * Add -D option for all clients to specify MQTT v5 properties.
+  * Add -E to mosquitto_sub, which causes it to exit immediately after
+    having its subscriptions acknowledged. Use with -c to create a
+    durable client session without requiring a message to be received.
+  * Add --remove-retained to mosquitto_sub, which can be used to clear
+    retained messages on a broker.
+  * Add --repeat and --repeat-delay to mosquitto_pub, which can be
+    used to repeat single message publishes at a regular interval.
+  * -V now accepts 5, 311, 31, as well as mqttv5 etc.
+  * Add explicit support for TLS v1.3.
+  * Drop support for TLS v1.0.
+  Broker fixes
+  * Improve error reporting when creating listeners.
+  * Fix mosquitto_passwd crashing on corrupt password file.
+  * Fix build on SmartOS due to missing IPV6_V6ONLY.
+  Client library fixes
+  * Add missing mosquitto_userdata() function.
+  Client fixes
+  * mosquitto_pub wouldn't always publish all messages when using -l
+    and QoS>0. This has been fixed.
+  * mosquitto_sub was incorrectly encoding special characters when
+    using %j output format.
+
+-------------------------------------------------------------------
+Thu Feb 28 23:09:37 UTC 2019 - Martin Hauke <[email protected]>
+
+- Update to version 1.5.8
+  Broker:
+  * Fix clients being disconnected when ACLs are in use. This only
+    affects the case where a client connects using a username, and
+    the anonymous ACL list is defined but specific user ACLs are
+    not defined.
+  * Fix delayed bridge local subscriptions causing missing messages.
+  Library:
+  * Use higher resolution timer for random initialisation of client
+    id generation.
+  * Fix some Coverity Scan reported errors that could occur when the
+    library was already quitting.
+
+-------------------------------------------------------------------

Old:
----
  mosquitto-1.5.7.tar.gz
  mosquitto-1.5.7.tar.gz.sig

New:
----
  mosquitto-1.6.0.tar.gz
  mosquitto-1.6.0.tar.gz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mosquitto.spec ++++++
--- /var/tmp/diff_new_pack.Ony9Az/_old  2019-06-19 21:02:06.974174558 +0200
+++ /var/tmp/diff_new_pack.Ony9Az/_new  2019-06-19 21:02:06.978174561 +0200
@@ -27,7 +27,7 @@
 %endif
 %bcond_without  websockets
 Name:           mosquitto
-Version:        1.5.7
+Version:        1.6.0
 Release:        0
 Summary:        A MQTT v3.1/v3.1.1 Broker
 License:        EPL-1.0
@@ -45,7 +45,7 @@
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libcares-devel
-BuildRequires:  libuuid-devel
+#BuildRequires:  libuuid-devel
 BuildRequires:  openssl-devel >= 1.0.0
 BuildRequires:  tcpd-devel
 Requires(pre):  shadow
@@ -225,8 +225,10 @@
 %doc edl-v10 epl-v10
 %{_bindir}/mosquitto_pub
 %{_bindir}/mosquitto_sub
+%{_bindir}/mosquitto_rr
 %{_mandir}/man1/mosquitto_pub.1%{ext_man}
 %{_mandir}/man1/mosquitto_sub.1%{ext_man}
+%{_mandir}/man1/mosquitto_rr.1%{ext_man}
 
 %files -n %{c_lib}
 %defattr(-,root,root)

++++++ mosquitto-1.5.7.tar.gz -> mosquitto-1.6.0.tar.gz ++++++
++++ 53347 lines of diff (skipped)



Reply via email to