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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2025-07-07 17:06:30 +08:00 committed by Khem Raj
parent dd8508039b
commit 4492025652
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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<pver>\d+(\_\d+)+)"