diff -Nru multipath-tools-0.7.4/debian/changelog multipath-tools-0.7.4/debian/changelog --- multipath-tools-0.7.4/debian/changelog 2022-10-31 16:52:55.000000000 +0000 +++ multipath-tools-0.7.4/debian/changelog 2024-04-30 08:19:34.000000000 +0000 @@ -1,3 +1,10 @@ +multipath-tools (0.7.4-2ubuntu3.3) bionic; urgency=medium + + * Use Debian-specific partx path in kpartx rule (LP: #2064201) + - d/p/lp2064201-kpartx-rules-use-Debian-specific-partx-path.patch + + -- Chengen Du Tue, 30 Apr 2024 08:19:34 +0000 + multipath-tools (0.7.4-2ubuntu3.2) bionic-security; urgency=medium * SECURITY UPDATE: authorization bypass diff -Nru multipath-tools-0.7.4/debian/patches/lp2064201-kpartx-rules-use-Debian-specific-partx-path.patch multipath-tools-0.7.4/debian/patches/lp2064201-kpartx-rules-use-Debian-specific-partx-path.patch --- multipath-tools-0.7.4/debian/patches/lp2064201-kpartx-rules-use-Debian-specific-partx-path.patch 1970-01-01 00:00:00.000000000 +0000 +++ multipath-tools-0.7.4/debian/patches/lp2064201-kpartx-rules-use-Debian-specific-partx-path.patch 2024-04-30 08:19:31.000000000 +0000 @@ -0,0 +1,19 @@ +From: Chris Hofstaedtler +Date: Sun Jun 21 16:03:33 2020 +0000 +Subject: kpartx: use correct path to partx in udev rule + +Closes: #959727 + +Bug-Ubuntu: https://launchpad.net/bugs/2064201 +Origin: upstream, https://salsa.debian.org/linux-blocks-team/multipath-tools/-/commit/f4b2af2b3f098d709944e60a1745d716258cd921 + +--- multipath-tools-0.7.4.orig/kpartx/del-part-nodes.rules ++++ multipath-tools-0.7.4/kpartx/del-part-nodes.rules +@@ -27,6 +27,6 @@ GOTO="end_del_part_nodes" + LABEL="del_part_nodes" + IMPORT{db}="DM_DEL_PART_NODES" + ENV{DM_DEL_PART_NODES}!="1", ENV{DM_DEL_PART_NODES}="1", \ +- RUN+="/usr/sbin/partx -d --nr 1-1024 $env{DEVNAME}" ++ RUN+="/usr/bin/partx -d --nr 1-1024 $env{DEVNAME}" + + LABEL="end_del_part_nodes" diff -Nru multipath-tools-0.7.4/debian/patches/series multipath-tools-0.7.4/debian/patches/series --- multipath-tools-0.7.4/debian/patches/series 2022-10-31 16:51:37.000000000 +0000 +++ multipath-tools-0.7.4/debian/patches/series 2024-04-30 08:18:48.000000000 +0000 @@ -23,3 +23,4 @@ lp-1891202-libmultipath-fix-length-issues-in-get_vpd_sgio.patch lp-1891202-libmultipath-decrease-log-level-for-failed-VPD-c9.patch CVE-2022-41974.patch +lp2064201-kpartx-rules-use-Debian-specific-partx-path.patch