[ubuntu/mantic-proposed] multipath-tools 0.9.4-5ubuntu1 (Accepted)

Mitchell Dzurick mitchell.dzurick at canonical.com
Wed Jul 26 12:39:13 UTC 2023


multipath-tools (0.9.4-5ubuntu1) mantic; urgency=medium

  * Merge with Debian unstable (LP: #2018051). Remaining changes:
    - d/p/enable-find-multipaths.patch: re-enable find_multipaths by
      default -- see the removed 'add_find-multipaths.patch' (LP 1463046)
    - d/multipath.conf: Install friendly names multipath.conf by default,
      instead of generating it in every installer.
    - d/multipath-tools.dm-mpath-lvm.udev: Adjust initramfs integration
      for new udev rules
    - Remove d/initramfs/local-top (redundant with other initramfs scripts):
      + init-top: take over loading modules (dm-multipath and SCSI device
        handlers); move the missing dm-emc there (now scsi-dh-emc; see
        BTS 567014).
      + remove d/initramfs/local-top
    - d/initramfs/hooks: Add dm-queue-length: users may want to
      change from the default selector and should be able to do so.
      (LP 1673350)
    - multipath initramfs fixes for booting from multipathed devices:
      + d/initramfs/hooks: also copy wwids file on the installed
        system to ensure all paths come up on boot. (LP 1479929)
      + d/initramfs/hooks: install multipathd and required
        directories.
      + d/initramfs/hooks: copy multipath udev rules to initramfs
      + d/initramfs/hooks: do not copy kpartx rules to initramfs
      + d/initramfs/local-bottom: remember to stop multipathd.
      + d/initramfs/local-premount: wait for udev to settle before
        the call to resolve_device() in local_mount_root(), so the
        by-uuid/ symlinks have a chance to be updated by the
        multipath udev rules (LP 1503286).
      + d/initramfs/local-premount: Run multipath with -B so not to
        assign names nor change /etc/multipath/bindings during
        initramfs (LP 1561103)
    - debian/initramfs/local-bottom: wait for the multipathd unix
      socket to close, so to avoid multipathd.socket unit failure.
      (LP 1682178)
    - Split kpartx initramfs bits into kpartx-boot for dmraid (LP 941874)
      + d/kpartx-initramfs/hooks/kpartx
      + d/kpartx-boot.install
      + d/kpartx-boot.postinst
      + d/kpartx-boot.postrm
      + d/control: Add kpartx-boot package for dmraid
    - d/rules: Move udev rules to priority 95, because rules that load
      modules should be >90.
    - d/rules: remove -Bsymbolic-functions from LDFLAGS
      (https://github.com/opensvc/multipath-tools/issues/26)
    - Don't build the multipath-tools binary package on i386; only kpartx.
  * Dropped changes:
    - d/p/kpartx-Improve-finding-loopback-device-by-file.patch: Improve
      finding loopback devices (LP 1747044)
      [ Dropping due to LP: #1961633 ]
    - d/rules: copy udev rule after build.
      [ Included in debian version 0.9.4-5 ]
    - d/multipath-tools.install: install tmpfiles.d/multipath.conf
      [ Included in debian version 0.9.4-2 ]
    - SECURITY UPDATE: symlink attack CVE-2022-41973
      [ Applied upstream in 0.9.4 ]
    - SECURITY UPDATE: authorization bypass CVE-2022-41974
      [ Applied upstream in 0.9.4 ]
  * Added changes:
    - d/rules: do not install init scripts (LP: #2000186)
    - Fix mpathpersist scsi3 pgr broken (LP: #2026881)
      [ included upstream in 0.9.4 ]

multipath-tools (0.9.4-5) unstable; urgency=medium

  * [7578bfb] Fail package build if udev rules are missing
  * [68c0ce2] Install udev multipath.rules again.
    Thanks to Joshua Huber <jhuber at blockbridge.com> (Closes: #1037539)

multipath-tools (0.9.4-4) unstable; urgency=medium

  [ Tobias Frost ]
  * [b3824e9] Mention CVEs in changelog as suggested in developer reference 5.1

  [ Chris Lamb ]
  * [6bb1ffa] Rebuild libdmmp docs properly during build (Closes: #1037205)

  [ Chris Hofstaedtler ]
  * [8c46661] Remove library development files and all of libdmmp.
    There are no users of the multipath libraries outside of multipath(d)
    itself.  Recently qemu gained support for multipath reservations; when qemu
    wants to use this, the multipath-tools maintainers need to understand the
    ABI status.
    Disable building libdmmp completely, as no users seem to exist at all.
  * [fb515b7] Remove intrusive patches for non-usrmerge-d systems.
  * [b901229] Drop 0004-systemd-alias-multipath-service.patch,
    symlink is installed instead.
  * [9654134] Re-add dm-multipath module loading to ExecStartPre
    (Closes: #1037292)

multipath-tools (0.9.4-3) unstable; urgency=medium

  [ Chris Lamb ]
  * [f6f7ab0] Avoid race condition in man page build.
    Leads to unreproducible contents. (Closes: #1030727)

multipath-tools (0.9.4-2) unstable; urgency=medium

  * [1517c01] Install tmpfiles.d snippet into non-usr-merged compatible location

multipath-tools (0.9.4-1) unstable; urgency=medium

  * [369b812] New upstream version 0.9.4 (Closes: #1022742)
    Fixes CVE-2022-41973 and CVE-2022-41974.
  * [ee2206e] Refresh patches
  * [bcb0b07] Rework build steps to follow upstream changes.
    And install libmpathutil.so.
  * [f8ef90a] Use upstream-supported way of disabling systemd (for udeb)
  * [8785eef] Update lintian-overrides

multipath-tools (0.9.0-4) unstable; urgency=medium

  [ Chris Lamb ]
  * [3a71447] Make the build reproducible (Closes: #1016583)

  [ Chris Hofstaedtler ]
  * [d815e6b] Use libedit instead of libreadline.
    Using patches from openSUSE, expected to go upstream in the next
    release.
    Thanks to Martin Wilck <mwilck at suse.com>, Bastian Germann <bastiangermann at fishpost.de>
    (Closes: #979095)
  * [f0e62a1] Add more patches from openSUSE to fix small bugs

multipath-tools (0.9.0-3) unstable; urgency=medium

  * [baa940a] Install reportbug helper using dh_bugfiles (Closes: #1016512)

multipath-tools (0.9.0-2) unstable; urgency=medium

  [ Athos Ribeiro ]
  * [e3e7c47] d/t/kpartx-file-loopback: silence kpartx messages to stderr

  [ Chris Hofstaedtler ]
  * [057ee38] Apply wrap-and-sort -a
  * [8c9d6fe] Use debhelper compat level 13
  * [99f87ed] Use dh_missing
  * [f7cde4c] Use dh_installsystemd
  * [6797e0c] d/control: fix Depends/Pre-Depends mixup
  * [c1cb1ba] Use debhelper sequencer (Closes: #801884)
  * [eeb7a95] Remove upgrade code from versions before oldoldoldstable.
    Specifically remove the debconf warning if scsi_id is still used (old
    udev), and the init script bug fix. Rids us of all custom postinst/prerm
    scripts.
  * [8491532] Use only one way of installing manpages
  * [32fb1aa] Fix typo in README.Debian
  * [5be350e] Possibly fix multipath in d-i
  * [c46f47a] Make initramfs scripts +x again

multipath-tools (0.9.0-1) unstable; urgency=medium

  * [6f546d1] New upstream version 0.9.0
  * [8ff5696] Refresh patches
  * [11da4e0] Follow manpages filename changes
  * [bde7d75] Install new modules-load.d dropin file
  * [1ac2df6] Avoid setting EXTRAVERSION

Date: Mon, 17 Jul 2023 10:04:12 -0700
Changed-By: Mitchell Dzurick <mitchell.dzurick at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Simon Chopin <simon.chopin at canonical.com>
https://launchpad.net/ubuntu/+source/multipath-tools/0.9.4-5ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 17 Jul 2023 10:04:12 -0700
Source: multipath-tools
Built-For-Profiles: noudeb
Architecture: source
Version: 0.9.4-5ubuntu1
Distribution: mantic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Mitchell Dzurick <mitchell.dzurick at canonical.com>
Closes: 801884 979095 1016512 1016583 1022742 1030727 1037205 1037292 1037539
Launchpad-Bugs-Fixed: 1961633 2000186 2018051 2026881
Changes:
 multipath-tools (0.9.4-5ubuntu1) mantic; urgency=medium
 .
   * Merge with Debian unstable (LP: #2018051). Remaining changes:
     - d/p/enable-find-multipaths.patch: re-enable find_multipaths by
       default -- see the removed 'add_find-multipaths.patch' (LP 1463046)
     - d/multipath.conf: Install friendly names multipath.conf by default,
       instead of generating it in every installer.
     - d/multipath-tools.dm-mpath-lvm.udev: Adjust initramfs integration
       for new udev rules
     - Remove d/initramfs/local-top (redundant with other initramfs scripts):
       + init-top: take over loading modules (dm-multipath and SCSI device
         handlers); move the missing dm-emc there (now scsi-dh-emc; see
         BTS 567014).
       + remove d/initramfs/local-top
     - d/initramfs/hooks: Add dm-queue-length: users may want to
       change from the default selector and should be able to do so.
       (LP 1673350)
     - multipath initramfs fixes for booting from multipathed devices:
       + d/initramfs/hooks: also copy wwids file on the installed
         system to ensure all paths come up on boot. (LP 1479929)
       + d/initramfs/hooks: install multipathd and required
         directories.
       + d/initramfs/hooks: copy multipath udev rules to initramfs
       + d/initramfs/hooks: do not copy kpartx rules to initramfs
       + d/initramfs/local-bottom: remember to stop multipathd.
       + d/initramfs/local-premount: wait for udev to settle before
         the call to resolve_device() in local_mount_root(), so the
         by-uuid/ symlinks have a chance to be updated by the
         multipath udev rules (LP 1503286).
       + d/initramfs/local-premount: Run multipath with -B so not to
         assign names nor change /etc/multipath/bindings during
         initramfs (LP 1561103)
     - debian/initramfs/local-bottom: wait for the multipathd unix
       socket to close, so to avoid multipathd.socket unit failure.
       (LP 1682178)
     - Split kpartx initramfs bits into kpartx-boot for dmraid (LP 941874)
       + d/kpartx-initramfs/hooks/kpartx
       + d/kpartx-boot.install
       + d/kpartx-boot.postinst
       + d/kpartx-boot.postrm
       + d/control: Add kpartx-boot package for dmraid
     - d/rules: Move udev rules to priority 95, because rules that load
       modules should be >90.
     - d/rules: remove -Bsymbolic-functions from LDFLAGS
       (https://github.com/opensvc/multipath-tools/issues/26)
     - Don't build the multipath-tools binary package on i386; only kpartx.
   * Dropped changes:
     - d/p/kpartx-Improve-finding-loopback-device-by-file.patch: Improve
       finding loopback devices (LP 1747044)
       [ Dropping due to LP: #1961633 ]
     - d/rules: copy udev rule after build.
       [ Included in debian version 0.9.4-5 ]
     - d/multipath-tools.install: install tmpfiles.d/multipath.conf
       [ Included in debian version 0.9.4-2 ]
     - SECURITY UPDATE: symlink attack CVE-2022-41973
       [ Applied upstream in 0.9.4 ]
     - SECURITY UPDATE: authorization bypass CVE-2022-41974
       [ Applied upstream in 0.9.4 ]
   * Added changes:
     - d/rules: do not install init scripts (LP: #2000186)
     - Fix mpathpersist scsi3 pgr broken (LP: #2026881)
       [ included upstream in 0.9.4 ]
 .
 multipath-tools (0.9.4-5) unstable; urgency=medium
 .
   * [7578bfb] Fail package build if udev rules are missing
   * [68c0ce2] Install udev multipath.rules again.
     Thanks to Joshua Huber <jhuber at blockbridge.com> (Closes: #1037539)
 .
 multipath-tools (0.9.4-4) unstable; urgency=medium
 .
   [ Tobias Frost ]
   * [b3824e9] Mention CVEs in changelog as suggested in developer reference 5.1
 .
   [ Chris Lamb ]
   * [6bb1ffa] Rebuild libdmmp docs properly during build (Closes: #1037205)
 .
   [ Chris Hofstaedtler ]
   * [8c46661] Remove library development files and all of libdmmp.
     There are no users of the multipath libraries outside of multipath(d)
     itself.  Recently qemu gained support for multipath reservations; when qemu
     wants to use this, the multipath-tools maintainers need to understand the
     ABI status.
     Disable building libdmmp completely, as no users seem to exist at all.
   * [fb515b7] Remove intrusive patches for non-usrmerge-d systems.
   * [b901229] Drop 0004-systemd-alias-multipath-service.patch,
     symlink is installed instead.
   * [9654134] Re-add dm-multipath module loading to ExecStartPre
     (Closes: #1037292)
 .
 multipath-tools (0.9.4-3) unstable; urgency=medium
 .
   [ Chris Lamb ]
   * [f6f7ab0] Avoid race condition in man page build.
     Leads to unreproducible contents. (Closes: #1030727)
 .
 multipath-tools (0.9.4-2) unstable; urgency=medium
 .
   * [1517c01] Install tmpfiles.d snippet into non-usr-merged compatible location
 .
 multipath-tools (0.9.4-1) unstable; urgency=medium
 .
   * [369b812] New upstream version 0.9.4 (Closes: #1022742)
     Fixes CVE-2022-41973 and CVE-2022-41974.
   * [ee2206e] Refresh patches
   * [bcb0b07] Rework build steps to follow upstream changes.
     And install libmpathutil.so.
   * [f8ef90a] Use upstream-supported way of disabling systemd (for udeb)
   * [8785eef] Update lintian-overrides
 .
 multipath-tools (0.9.0-4) unstable; urgency=medium
 .
   [ Chris Lamb ]
   * [3a71447] Make the build reproducible (Closes: #1016583)
 .
   [ Chris Hofstaedtler ]
   * [d815e6b] Use libedit instead of libreadline.
     Using patches from openSUSE, expected to go upstream in the next
     release.
     Thanks to Martin Wilck <mwilck at suse.com>, Bastian Germann <bastiangermann at fishpost.de>
     (Closes: #979095)
   * [f0e62a1] Add more patches from openSUSE to fix small bugs
 .
 multipath-tools (0.9.0-3) unstable; urgency=medium
 .
   * [baa940a] Install reportbug helper using dh_bugfiles (Closes: #1016512)
 .
 multipath-tools (0.9.0-2) unstable; urgency=medium
 .
   [ Athos Ribeiro ]
   * [e3e7c47] d/t/kpartx-file-loopback: silence kpartx messages to stderr
 .
   [ Chris Hofstaedtler ]
   * [057ee38] Apply wrap-and-sort -a
   * [8c9d6fe] Use debhelper compat level 13
   * [99f87ed] Use dh_missing
   * [f7cde4c] Use dh_installsystemd
   * [6797e0c] d/control: fix Depends/Pre-Depends mixup
   * [c1cb1ba] Use debhelper sequencer (Closes: #801884)
   * [eeb7a95] Remove upgrade code from versions before oldoldoldstable.
     Specifically remove the debconf warning if scsi_id is still used (old
     udev), and the init script bug fix. Rids us of all custom postinst/prerm
     scripts.
   * [8491532] Use only one way of installing manpages
   * [32fb1aa] Fix typo in README.Debian
   * [5be350e] Possibly fix multipath in d-i
   * [c46f47a] Make initramfs scripts +x again
 .
 multipath-tools (0.9.0-1) unstable; urgency=medium
 .
   * [6f546d1] New upstream version 0.9.0
   * [8ff5696] Refresh patches
   * [11da4e0] Follow manpages filename changes
   * [bde7d75] Install new modules-load.d dropin file
   * [1ac2df6] Avoid setting EXTRAVERSION
Checksums-Sha1:
 97533c64ee4e0b23c608da18035572d431febc75 2559 multipath-tools_0.9.4-5ubuntu1.dsc
 1819f3b176c4d224b1820c973bc98a4bdd008164 554381 multipath-tools_0.9.4.orig.tar.gz
 2ba57ba6753f9d1753ea0c0a57b2a09c5166e116 42248 multipath-tools_0.9.4-5ubuntu1.debian.tar.xz
 b268e3eb8cb877827b309e17e8482f31a3d9fc47 8634 multipath-tools_0.9.4-5ubuntu1_source.buildinfo
Checksums-Sha256:
 8a0a74488ac7ba8949e27e5c818a063a68ba1203d1bf17b8d14ee3d303dff236 2559 multipath-tools_0.9.4-5ubuntu1.dsc
 6ed3cf6e786da20a451d9747cbd4c5817815388b8fc8022d1074b3018479031d 554381 multipath-tools_0.9.4.orig.tar.gz
 b32d54158afa061c3fe81a1164a800035ee5f53495b72858b7fa2fd0718964ad 42248 multipath-tools_0.9.4-5ubuntu1.debian.tar.xz
 4b615c220a2ab914a6d02b4ddcd6d2870f2a1951e91b06e7230511526ad283c8 8634 multipath-tools_0.9.4-5ubuntu1_source.buildinfo
Files:
 7d3316346320d111b38a3e38863fcb00 2559 admin optional multipath-tools_0.9.4-5ubuntu1.dsc
 db72eeaabb3859b68c2fdacb38502a52 554381 admin optional multipath-tools_0.9.4.orig.tar.gz
 3b7f299fbb7e7b1267e3ba13541cbc3d 42248 admin optional multipath-tools_0.9.4-5ubuntu1.debian.tar.xz
 3bb5a9485216c8f0faec38787c50241d 8634 admin optional multipath-tools_0.9.4-5ubuntu1_source.buildinfo
Original-Maintainer: Debian DM Multipath Team <team+linux-blocks at tracker.debian.org>
Vcs-Git: https://git.launchpad.net/~schopin/ubuntu/+source/multipath-tools
Vcs-Git-Commit: 2877e3282cfb029141583264309fbb5a451dbbc2
Vcs-Git-Ref: refs/heads/merge-lp2018051-mantic_dev


More information about the mantic-changes mailing list