From 44920256526ac0c5d7ae78960cbe593f61637dda Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 7 Jul 2025 17:06:30 +0800 Subject: [PATCH] lvm2: upgrade 2.03.32 -> 2.03.33 Changelog: ============ * Use 'lvconvert --repair' to repair raid arrays with transiently lost devices. * Override 'LC_NUMERIC' locale if unsuitable for 'json_std' report format. * Fail 'dm_report_group_create' if radix char from locale unsuitable for 'json_std'. * Escape the escape character itself on JSON report format output. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/lvm2/lvm2.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index 0ff17aed5c..4038e83d46 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc @@ -18,8 +18,8 @@ SRC_URI = "git://sourceware.org/git/lvm2.git;branch=main \ file://0001-include-libgen.h-for-basename.patch \ " -SRCREV = "8817523c5682a7fd83770d3f58a99c436f7e73f7" -PV = "2.03.32" +SRCREV = "0e01a5d3ae1100a6641772ab295e0185d8d6a6b0" +PV = "2.03.33" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\_\d+)+)"