Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mosquitto for openSUSE:Factory 
checked in at 2026-02-23 16:12:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mosquitto (Old)
 and      /work/SRC/openSUSE:Factory/.mosquitto.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mosquitto"

Mon Feb 23 16:12:29 2026 rev:37 rq:1334368 version:2.0.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/mosquitto/mosquitto.changes      2025-07-17 
17:21:41.379059332 +0200
+++ /work/SRC/openSUSE:Factory/.mosquitto.new.1977/mosquitto.changes    
2026-02-23 16:14:14.169507801 +0100
@@ -1,0 +2,16 @@
+Sat Feb 21 11:09:25 UTC 2026 - Andreas Stieger <[email protected]>
+
+- update to 2.0.23 (boo#1258671)
+  * Fix handling of disconnected sessions for `per_listener_settings
+    true`
+  * Check return values of openssl *_get_ex_data() and
+    *_set_ex_data() to prevent possible crash. This could occur only
+    in extremely unlikely situations
+  * Check return value of openssl ASN1_string_[get0_]data()
+    functions for NULL. This prevents a crash in case of incorrect
+    certificate handling in openssl
+  * Fix potential crash on startup if a malicious/corrupt
+    persistence file from mosquitto 1.5 or earlier is loaded
+  * Limit auto_id_prefix to 50 characters
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ mosquitto.spec ++++++
--- /var/tmp/diff_new_pack.aQ7rbJ/_old  2026-02-23 16:14:16.441601348 +0100
+++ /var/tmp/diff_new_pack.aQ7rbJ/_new  2026-02-23 16:14:16.457602007 +0100
@@ -2,6 +2,7 @@
 # spec file for package mosquitto
 #
 # Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 Andreas Stieger <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +21,7 @@
 %define c_lib   libmosquitto1
 %define cpp_lib libmosquittopp1
 Name:           mosquitto
-Version:        2.0.22
+Version:        2.0.23
 Release:        0
 Summary:        A MQTT v3.1/v3.1.1 Broker
 License:        EPL-1.0
@@ -151,10 +152,8 @@
 %postun
 %service_del_postun %{name}.service
 
-%post -n %{c_lib} -p /sbin/ldconfig
-%postun -n %{c_lib} -p /sbin/ldconfig
-%post -n %{cpp_lib} -p /sbin/ldconfig
-%postun -n %{cpp_lib} -p /sbin/ldconfig
+%ldconfig_scriptlets -n %{c_lib}
+%ldconfig_scriptlets -n %{cpp_lib}
 
 %files
 %license edl-v10 epl-v20 LICENSE.txt
@@ -200,6 +199,7 @@
 %{_libdir}/libmosquittopp.so.*
 
 %files devel
+%license edl-v10 epl-v20 LICENSE.txt
 %{_libdir}/libmosquitto.so
 %{_libdir}/libmosquittopp.so
 %{_includedir}/mosquitto.h

++++++ mosquitto-2.0.22.tar.gz -> mosquitto-2.0.23.tar.gz ++++++
++++ 1880 lines of diff (skipped)

Reply via email to