Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package multipath-tools for openSUSE:Factory 
checked in at 2022-10-25 11:18:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/multipath-tools (Old)
 and      /work/SRC/openSUSE:Factory/.multipath-tools.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "multipath-tools"

Tue Oct 25 11:18:23 2022 rev:147 rq:1030843 version:0.9.2+57+suse.cf3c1e9

Changes:
--------
--- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes  
2022-09-11 21:57:15.173611803 +0200
+++ 
/work/SRC/openSUSE:Factory/.multipath-tools.new.2275/multipath-tools.changes    
    2022-10-25 11:18:26.929929377 +0200
@@ -1,0 +2,12 @@
+Mon Oct 24 08:22:20 UTC 2022 - Martin Wilck <mwi...@suse.com>
+
+- Update to version 0.9.2+57+suse.cf3c1e9:
+  * Fix multipathd authorization bypass and symlink attack
+    (bsc#1202739 CVE-2022-41973 CVE-2022-41974)
+  * add multipath-dracut.conf: dracut config file to install
+    tmpfiles.d/multipath.conf in initramfs
+  * Use "queue_mode bio" for NVMeoF/TCP devices
+  * Upstream bug fixes and hwtable updates
+- Drop recompress.service, it just slows down build
+
+-------------------------------------------------------------------

Old:
----
  multipath-tools-0.9.1+52+suse.be8809e.obscpio

New:
----
  multipath-dracut.conf
  multipath-tools-0.9.2+57+suse.cf3c1e9.obscpio

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

Other differences:
------------------
++++++ multipath-tools.spec ++++++
--- /var/tmp/diff_new_pack.poW0dM/_old  2022-10-25 11:18:27.577930813 +0200
+++ /var/tmp/diff_new_pack.poW0dM/_new  2022-10-25 11:18:27.585930831 +0200
@@ -34,13 +34,13 @@
 %define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
 
 Name:           multipath-tools
-Version:        0.9.1+52+suse.be8809e
+Version:        0.9.2+57+suse.cf3c1e9
 Release:        0
 Summary:        Tools to Manage Multipathed Devices with the device-mapper
 License:        GPL-2.0-only AND GPL-3.0-or-later
 Group:          System/Base
 URL:            http://christophe.varoqui.free.fr/
-Source:         multipath-tools-%{version}.tar.xz
+Source:         multipath-tools-%{version}.tar
 Source1:        multipath.conf
 # SUSE policy: disable partition deletion by default
 Source2:        dont-del-part-nodes.rules
@@ -48,6 +48,7 @@
 Source3:        dm-parts.conf
 Source4:        libmpathpersist-example.c
 Source5:        libmpathpersist-example-old.c
+Source6:        multipath-dracut.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 BuildRequires:  libaio-devel
@@ -188,6 +189,8 @@
 install -m 644 -D %{SOURCE1} 
"%{buildroot}/usr/lib/modules-load.d/multipath.conf"
 install -m 644 %{SOURCE2} 
%{buildroot}%{_udevrulesdir}/00-dont-del-part-nodes.rules
 install -m 644 -D %{SOURCE3} 
%{buildroot}/usr/lib/dracut/dracut.conf.d/dm-parts.conf
+install -m 644 -D %{SOURCE6} 
%{buildroot}/usr/lib/dracut/dracut.conf.d/multipath.conf
+sed -i 's,@TMPFILESDIR@,%{_tmpfilesdir},' 
%{buildroot}/usr/lib/dracut/dracut.conf.d/multipath.conf
 
 %post -n libmpath0 -p %{run_ldconfig}
 %postun -n libmpath0 -p %{run_ldconfig}
@@ -198,6 +201,7 @@
 
 %post
 [ -f /.buildenv ] && exit 0
+%tmpfiles_create %{_tmpfilesdir}/multipath.conf
 %service_add_post multipathd.socket multipathd.service
 if [ $1 -eq 1 ]; then
     [ ! -x /sbin/modprobe ] || /sbin/modprobe dm_multipath || true
@@ -233,12 +237,14 @@
 /usr/lib/modules-load.d/multipath.conf
 %dir /usr/lib/dracut
 %dir /usr/lib/dracut/dracut.conf.d
-
+/usr/lib/dracut/dracut.conf.d/multipath.conf
+%{_tmpfilesdir}/multipath.conf
 %{_mandir}/man8/multipath.8*
 %{_mandir}/man5/multipath.conf.5*
 %{_mandir}/man8/multipathd.8*
 %{_mandir}/man8/multipathc.8*
 %{_mandir}/man8/mpathpersist.8*
+%ghost /run/multipath
 
 %files -n libmpath0
 %{libdir}/libmultipath.so.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.poW0dM/_old  2022-10-25 11:18:27.621930910 +0200
+++ /var/tmp/diff_new_pack.poW0dM/_new  2022-10-25 11:18:27.621930910 +0200
@@ -11,9 +11,5 @@
   </service>
   <service name="set_version" mode="manual"/>
   <service mode="buildtime" name="tar"/>
-  <service mode="buildtime" name="recompress">
-    <param name="file">*.tar</param>
-    <param name="compression">xz</param>
-  </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.poW0dM/_old  2022-10-25 11:18:27.657930990 +0200
+++ /var/tmp/diff_new_pack.poW0dM/_new  2022-10-25 11:18:27.661930999 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/openSUSE/multipath-tools.git</param>
-              <param 
name="changesrevision">9c6c43556abfa2cc4133cee88709cec33b1f7b83</param></service></servicedata>
+              <param 
name="changesrevision">cf3c1e964c0cf482cce2a32b8835be688f46841c</param></service></servicedata>
 (No newline at EOF)
 

++++++ multipath-dracut.conf ++++++
# Make sure the tmpfiles entry exists in initramfs already
install_items+=" @TMPFILESDIR@/multipath.conf "

++++++ multipath-tools-0.9.1+52+suse.be8809e.obscpio -> 
multipath-tools-0.9.2+57+suse.cf3c1e9.obscpio ++++++
++++ 3397 lines of diff (skipped)

++++++ multipath-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.poW0dM/_old  2022-10-25 11:18:28.085931939 +0200
+++ /var/tmp/diff_new_pack.poW0dM/_new  2022-10-25 11:18:28.089931948 +0200
@@ -1,5 +1,5 @@
 name: multipath-tools
-version: 0.9.1+52+suse.be8809e
-mtime: 1662752041
-commit: be8809e0370fab9f72ca0e3c3b642ef7ebc4ced5
+version: 0.9.2+57+suse.cf3c1e9
+mtime: 1666599331
+commit: cf3c1e964c0cf482cce2a32b8835be688f46841c
 

Reply via email to