From a0c57b6048679a95a24b0a6377387ef4f75396b2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 29 Jul 2026 02:19:49 +0000 Subject: [PATCH] pv: upgrade 1.10.5 -> 1.11.0 Changes: - New --monitor option to run a command and watch its input, output, or both. - Allow decimal values for --rate-limit; extend the %T / %{buffer-percent} format to indicate the transfer method when the buffer is not being used. - Performance: use splice() in more circumstances, use copy_file_range(2) when input and output are both regular files, and speed up --discard by splicing to /dev/null internally. - Fixes: report signal interrupts on a new line (no "^C" over the progress), prevent an endless wait on unread output-pipe data, avoid double-EOF on spliced terminal input, and error out when the --pidfile cannot be replaced. Signed-off-by: Khem Raj --- meta-oe/recipes-support/pv/{pv_1.10.5.bb => pv_1.11.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/pv/{pv_1.10.5.bb => pv_1.11.0.bb} (95%) diff --git a/meta-oe/recipes-support/pv/pv_1.10.5.bb b/meta-oe/recipes-support/pv/pv_1.11.0.bb similarity index 95% rename from meta-oe/recipes-support/pv/pv_1.10.5.bb rename to meta-oe/recipes-support/pv/pv_1.11.0.bb index 5ccb9f05af..32b8fa9d48 100644 --- a/meta-oe/recipes-support/pv/pv_1.10.5.bb +++ b/meta-oe/recipes-support/pv/pv_1.11.0.bb @@ -8,7 +8,7 @@ SRC_URI = "https://www.ivarch.com/programs/sources/${BP}.tar.gz \ file://pv-test-system-version.patch \ file://run-ptest \ " -SRC_URI[sha256sum] = "ab21b4f8662280646b6a02e1b9f096790918f89c952bbe0d06fef75d3b52fb15" +SRC_URI[sha256sum] = "fc02c9fc2b82b20a92cc8d98f844be63f22abd98751a8e4abc875e1d803662eb" UPSTREAM_CHECK_URI = "http://www.ivarch.com/programs/pv.shtml" UPSTREAM_CHECK_REGEX = "pv-(?P\d+(\.\d+)+).tar"