@@ -1,4 +1,4 @@
-From 4e2dc175e99792d84873a4785ff1524845267c3e Mon Sep 17 00:00:00 2001
+From c7a63e17fc841eab5874aa5dc4e848e2bf300bf0 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Mon, 25 Mar 2024 13:07:28 -0700
Subject: [PATCH] include libgen.h for basename
@@ -16,11 +16,11 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 file changed, 1 insertion(+)
diff --git a/lib/device/device_id.c b/lib/device/device_id.c
-index b3330f2ba..291bd5c73 100644
+index a3f341bfc..0c05eb151 100644
--- a/lib/device/device_id.c
+++ b/lib/device/device_id.c
-@@ -28,6 +28,7 @@
- #include "lib/activate/activate.h"
+@@ -27,6 +27,7 @@
+ #include "lib/display/display.h"
#include "device_mapper/misc/dm-ioctl.h"
+#include <libgen.h>
@@ -18,9 +18,9 @@ SRC_URI = "git://sourceware.org/git/lvm2.git;branch=main \
file://0001-include-libgen.h-for-basename.patch \
"
-SRCREV = "9f81fccd65a29030bf70417e8aca659ae536e081"
+SRCREV = "3a6e221c569eb253fa38a772b15e53b5de65b5d1"
S = "${WORKDIR}/git"
-PV = "2.03.30"
+PV = "2.03.31"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\_\d+)+)"
ChangeLog: Version 2.03.31 - 27th February 2025 ==================================== Reduce 'mandoc -T lint' reported issues for man pages. Restore support for LVM_SUPPRESS_FD_WARNINGS (2.03.24). Fix uncache and split cache restoring original state of volume. Extend use of lockopt skip to more scenarios. Enhance error path resolving in polling code. Disallow shared activation of LV with CoW snapshot. Fix lvmlockd use in lvremove of CoW snapshot, VDO pool, and uncache. Improve mirror split with opened temporary volumes. Improve pvmove finish with opened temporary volumes. Fix backup limit for devices file, handle over 10,000 files. Ignore reported optimal_io_size not divisible by 4096. Fix busy-loop in config reading when read returned 0. Fix DM cache preserving logic (2.03.28). Improve use of lvmlockd for usecases involving thin volumes and pools. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> --- .../lvm2/files/0001-include-libgen.h-for-basename.patch | 8 ++++---- meta-oe/recipes-support/lvm2/lvm2.inc | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-)