mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
libdevmapper: upgrade 2.03.31 -> 2.03.32
0001-implement-libc-specific-reopen_stream.patch refreshed for 2.03.32 Changelog: ========== * Add support for using regex in selection criteria for string lists. * Accept thin pool data LV as cachable LV. * Accept '--autobackup' option in pvresize. * Allow using zram block devices (likely for testing). * Lvconvert vdopool conversion propperly validates acceptable LVs. * Fix lvresize when resizing COW snapshots already covering origin. * Fix lvmdbusd read of executed lvm commands output. * Fix construction of DM UUID for cachevol '_cdata' and '_cmeta' devices. * Ignore PV claims from old metadata when then PV belongs to a new VG. * Fix integrity metadata rounding. * Fix string list selection when using '[<item> || <item> ...]'. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
From cfa37411fa2ebe8ade94742ee00f86d0e386a651 Mon Sep 17 00:00:00 2001
|
From 65a04547541894b3ec56bd70510b164810cd64b3 Mon Sep 17 00:00:00 2001
|
||||||
From: Dengke Du <dengke.du@windriver.com>
|
From: Dengke Du <dengke.du@windriver.com>
|
||||||
Date: Tue, 25 Oct 2016 11:49:40 +0000
|
Date: Tue, 25 Oct 2016 11:49:40 +0000
|
||||||
Subject: [PATCH] implement libc specific reopen_stream
|
Subject: [PATCH] implement libc specific reopen_stream
|
||||||
@@ -45,10 +45,10 @@ index 90905e629..ed69662d0 100644
|
|||||||
void init_log_fn(lvm2_log_fn_t log_fn)
|
void init_log_fn(lvm2_log_fn_t log_fn)
|
||||||
{
|
{
|
||||||
diff --git a/tools/lvmcmdline.c b/tools/lvmcmdline.c
|
diff --git a/tools/lvmcmdline.c b/tools/lvmcmdline.c
|
||||||
index 4af6adc83..fbab70988 100644
|
index 22ae1e3bb..b0928bc04 100644
|
||||||
--- a/tools/lvmcmdline.c
|
--- a/tools/lvmcmdline.c
|
||||||
+++ b/tools/lvmcmdline.c
|
+++ b/tools/lvmcmdline.c
|
||||||
@@ -3395,7 +3395,7 @@ static int _check_standard_fds(void)
|
@@ -3407,7 +3407,7 @@ static int _check_standard_fds(void)
|
||||||
int err = is_valid_fd(STDERR_FILENO);
|
int err = is_valid_fd(STDERR_FILENO);
|
||||||
|
|
||||||
if (!is_valid_fd(STDIN_FILENO) &&
|
if (!is_valid_fd(STDIN_FILENO) &&
|
||||||
@@ -57,7 +57,7 @@ index 4af6adc83..fbab70988 100644
|
|||||||
if (err)
|
if (err)
|
||||||
perror("stdin stream open");
|
perror("stdin stream open");
|
||||||
else
|
else
|
||||||
@@ -3405,7 +3405,7 @@ static int _check_standard_fds(void)
|
@@ -3417,7 +3417,7 @@ static int _check_standard_fds(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_valid_fd(STDOUT_FILENO) &&
|
if (!is_valid_fd(STDOUT_FILENO) &&
|
||||||
@@ -66,7 +66,7 @@ index 4af6adc83..fbab70988 100644
|
|||||||
if (err)
|
if (err)
|
||||||
perror("stdout stream open");
|
perror("stdout stream open");
|
||||||
/* else no stdout */
|
/* else no stdout */
|
||||||
@@ -3413,7 +3413,7 @@ static int _check_standard_fds(void)
|
@@ -3425,7 +3425,7 @@ static int _check_standard_fds(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_valid_fd(STDERR_FILENO) &&
|
if (!is_valid_fd(STDERR_FILENO) &&
|
||||||
|
|||||||
@@ -18,9 +18,9 @@ SRC_URI = "git://sourceware.org/git/lvm2.git;branch=main \
|
|||||||
file://0001-include-libgen.h-for-basename.patch \
|
file://0001-include-libgen.h-for-basename.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCREV = "3a6e221c569eb253fa38a772b15e53b5de65b5d1"
|
SRCREV = "8817523c5682a7fd83770d3f58a99c436f7e73f7"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "2.03.31"
|
PV = "2.03.32"
|
||||||
|
|
||||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\_\d+)+)"
|
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\_\d+)+)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user