diff mbox series

[meta-oe,06/18] pv: upgrade 1.10.5 -> 1.11.0

Message ID 20260729024420.2328180-6-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-oe,01/18] atop: upgrade 2.12.1 -> 2.13.0 | expand

Commit Message

Khem Raj July 29, 2026, 2:44 a.m. UTC
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 <khem.raj@oss.qualcomm.com>
---
 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 mbox series

Patch

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<pver>\d+(\.\d+)+).tar"