Hello community,

here is the log from the commit of package mosquitto for openSUSE:Factory 
checked in at 2019-12-02 11:30:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mosquitto (Old)
 and      /work/SRC/openSUSE:Factory/.mosquitto.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mosquitto"

Mon Dec  2 11:30:12 2019 rev:13 rq:752520 version:1.6.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/mosquitto/mosquitto.changes      2019-09-26 
20:41:31.826494973 +0200
+++ /work/SRC/openSUSE:Factory/.mosquitto.new.4691/mosquitto.changes    
2019-12-02 11:33:20.990504352 +0100
@@ -1,0 +2,41 @@
+Fri Nov 29 18:34:49 UTC 2019 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 1.6.8
+  Broker:
+  * Various fixes for `allow_zero_length_clientid` config, where
+    this option was not being set correctly.
+  * Fix incorrect memory tracking causing problems with
+    memory_limit option.
+  * Fix subscription topics being limited to 200 characters instead
+    of 200 hierarchy levels.
+  * Only a single CRL could be loaded at once. This has been fixed.
+  * Fix problems with reloading config when `per_listener_settings`
+    was true.
+  * Fix retained messages with an expiry interval not being expired
+    after being restored from persistence.
+  * Fix messages with an expiry interval being sent without an
+    expiry interval property just before they were expired.
+  * Fix TLS Websockets clients not receiving messages after taking
+    over a previous connection.
+  * Fix MQTT 3.1.1 clients using clean session false, or MQTT 5.0
+    clients using session-expiry-interval set to infinity never
+    expiring, even when the global `persistent_client_expiration`
+    option was set.
+  Client library:
+  * Fix publish properties not being passed to on_message_v5
+    callback for QoS 2 messages.
+  * Fix documentation issues in mosquitto.h.
+  * Document `mosquitto_connect_srv()`.
+  Clients:
+  * Fix duplicate cfg definition in rr_client.
+  * Fix `mosquitto_pub -l` hang when stdin stream ends.
+  * Fix `mosquitto_pub -l` not sending the final line of stdin if
+    it does not end with a new line.
+  * Make documentation for `mosquitto_pub -l` match reality - blank
+    lines are sent as empty messages.
+  * Free memory in `mosquitto_sub` when quiting without having made
+    a successful connection.
+- Drop patch:
+  * mosquitto-fix-pkgconf-path.patch (fixed upstream)
+
+-------------------------------------------------------------------

Old:
----
  mosquitto-1.6.7.tar.gz
  mosquitto-1.6.7.tar.gz.sig
  mosquitto-fix-pkgconf-path.patch

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

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

Other differences:
------------------
++++++ mosquitto.spec ++++++
--- /var/tmp/diff_new_pack.7dtqzu/_old  2019-12-02 11:33:21.850503954 +0100
+++ /var/tmp/diff_new_pack.7dtqzu/_new  2019-12-02 11:33:21.850503954 +0100
@@ -26,7 +26,7 @@
 %endif
 %bcond_without  websockets
 Name:           mosquitto
-Version:        1.6.7
+Version:        1.6.8
 Release:        0
 Summary:        A MQTT v3.1/v3.1.1 Broker
 License:        EPL-1.0
@@ -40,7 +40,6 @@
 Source5:        README-ca_certificates
 Source6:        README-certs
 Patch0:         mosquitto-1.4.1_apparmor.patch
-Patch1:         mosquitto-fix-pkgconf-path.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libcares-devel
@@ -122,7 +121,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 find misc -type f -exec chmod a-x "{}" "+"
 
 %build

++++++ mosquitto-1.6.7.tar.gz -> mosquitto-1.6.8.tar.gz ++++++
++++ 3374 lines of diff (skipped)



Reply via email to