Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: pv | Distribution: SUSE Linux Framework One |
Version: 1.8.5 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.1.7 | Build date: Mon Aug 26 11:41:04 2024 |
Group: System/Base | Build host: h04-ch1d |
Size: 229406 | Source RPM: pv-1.8.5-slfo.1.1.7.src.rpm |
Packager: https://www.suse.com/ | |
Url: http://ivarch.com/programs/pv.shtml | |
Summary: Tool for monitor the progress of data through pipes |
PV ("Pipe Viewer") is a tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipeline between two processes to give a visual indication of how quickly data is passing through, how long it has taken, how near to completion it is, and an estimate of how long it will be until completion.
GPL-3.0-or-later
* Wed Feb 14 2024 pgajdos@suse.com - version update to 1.8.5 * Corrected percentage formatting so it does not jump from 2 to 3 characters wide at 100%. * Replaced `--remote` mechanism to use a temporary file instead of SysV IPC, so it can work reliably even when there are multiple pv instances. * feature: new `--discard` option to discard input as if writing to /dev/null. * feature: new `--error-skip-block` option to make `--skip- errors` skip whole blocks. * feature: use `posix_fadvise()` like cat(1) does, to improve efficiency. * security: with `--pidfile`, write to a temporary file and rename it into place, to improve security. * security: ignore _TMP_ / _TMPDIR_ environment variables when using a terminal lock file. * Only report errors about missing files when starting to transfer from them, not while calculating size, and behave more like cat(1) by skipping them and moving on. * Auto-calculate total line count with `--line-mode` when all inputs are regular files. * Cope with machine suspend/resume and botched timestamps. * If `--width` or `--height` were provided, do not change them when the window size changes. * When a file descriptor position in `--watchfd` moves backwards, show the rate using the correct prefix. * Rewrite terminal state save/restore so state is not intermittently garbled on exit when using `--cursor`. * Licensing change from Artistic 2.0 to GPLv3+. * Thu Nov 30 2023 pgajdos@suse.com - disable testsuite for s390x [bsc#1215338] - remove _constraints again as it didn't help - deleted sources - _constraints (not needed) * Wed Nov 15 2023 pgajdos@suse.com - increase required memory in _constraints [bsc#1217165] (tests still fails in ETA related tests) * Tue Sep 26 2023 pgajdos@suse.com - add _constraints [bsc#1215338] * Sun Jul 30 2023 jengelh@inai.de - Update to release 1.7.24 * correct terminal size detection (was broken by 1.7.17) * Fri Jul 28 2023 jengelh@inai.de - Update to release 1.7.18 * New "--sync" option to flush cache to disk after every write * New "--direct-io" option to bypass cache * Mon Jul 17 2023 jengelh@inai.de - Update to release 1.7.0 * The "--size" option now accepts "@filename" to use the size of another file. * New "--bits" option to show bit count instead of byte count. * New "--average-rate-window" option, to set the window over which the average rate is calculated, also used for ETA. * The "--watchfd" option will now show relative filenames, if they are under the current directory. * Add burst rate limit to transfer, so rate limits are not broken by bursty traffic. * Corrected elapsed time display to show as D:HH:MM:SS after 1 day, like the ETA does. * Fri Nov 05 2021 jengelh@inai.de - Update to release 1.6.20 * Starting pv in the background no longer immediately stops unless the transfer is to/from the terminal. * Using -B, -A, or -T now switches on -C implicitly. * Tue Sep 08 2020 jengelh@inai.de - Trim old specfile constructs. * Mon Aug 07 2017 jengelh@inai.de - Update to new upstream release 1.6.6 * Fix target buffer size (-B) being ignored * Cap read/write sizes, and check elapsed time during read/write cycle to avoid display hangs with large buffers or slow media. * Report error in "-d" if process fd directory is unreadable, or if process disappears before we start the main loop. * Fri Mar 27 2015 jengelh@inai.de - Update to new upstream release 1.6.0 * new option "-D" / "--delay-start" to only show bar after N seconds * new option "--fineta" / "-I" to show ETA as time of day rather than time remaining * change ETA (--eta / -e) so that days are given if the hours remaining are 24 or more * repeat read and write attempts on partial buffer fill/empty to work around post-signal transfer rate drop * output errors on a new line to avoid overwriting transfer bar * Mon Dec 08 2014 jengelh@inai.de - Update to new upstream release 1.5.7 * show KiB instead of incorrect kiB * work around awk bug in tests/016-numeric-timer in decimal "," locales * Mon May 05 2014 jengelh@inai.de - Update to new upstream release 1.5.3 * Added new display options --buffer-percent, --last-written * New transfer option --no-splice * New option --watchfd to monitor file descriptor status of another process, rather than moving data from stdin to stdout. * Mon Aug 12 2013 jengelh@inai.de - Update to new upstream release 1.4.12 * A fix for splice() not using stdin was implemented * A new -0/--null option has been added to count NUL-terminated "lines" * Wed Jun 05 2013 jengelh@inai.de - Add explicit BuildRequires for usleep * Fri Jan 25 2013 jengelh@inai.de - Update to new upstream release 1.4.6 * updated manual page to show known problem with "-R" on Cygwin * added patch from Pawel Piatek to omit O_NOFOLLOW in AIX * Mon Dec 24 2012 jengelh@inai.de - Update to new upstream release 1.4.4 * fix crash when progress is displayed with too-small terminal * new option --skip-errors * new option --stop-at-size to stop after --size bytes * autodetermine size if stdout is a block device * fix a use-after-free bug * Tue Nov 20 2012 jengelh@inai.de - Update to new upstream release 1.3.9 * new --pidfile option to save process ID to a file * integrated patch for --numeric with --timer and --bytes * removed signalling from --remote to prevent accidental process kills * new --format option and allow --format parameters to be sent with --remote * Sat Sep 01 2012 jengelh@inai.de - Update to new upstream release 1.3.4 * new --disable-splice configure script option * fixed line mode size count with multiple files - Use RH-friendly make install * Mon Jun 25 2012 pascal.bleser@opensuse.org - update to 1.3.1: * do not use splice() if the write buffer is not empty - changes from 1.3.0: * fix 1024-boundary display garble * use splice(2) where available * added known bugs section of the manual page * use IEEE1541 units * bug with rate limit under 10 fixed * speed up PV line mode * Tue May 22 2012 jengelh@inai.de - Feed through format_spec_file to get copyright header required for factory inclusion * Mon Feb 20 2012 jengelh@medozas.de - Update license field to SPDX format - Use short URL - Remove redundant tags/sections from specfile - Parallel build with %_smp_mflags * Fri Jan 14 2011 pascal.bleser@opensuse.org - change RPM group to System/Base instead of invalid group System/Tools * Tue Dec 14 2010 pascal.bleser@opensuse.org - update to 1.2.0: * an average rate display option was added to better show progress with bursty traffic * a consistent exit status is set to help script writers * various minor cleanups and bug fixes were made * Tue Nov 09 2010 pascal.bleser@opensuse.org - moved to utilities * Thu Mar 06 2008 guru@unixtech.be - new upstream version * Mon Oct 22 2007 guru@unixtech.be - moved to openSUSE Build Service * Thu Aug 30 2007 guru@unixtech.be - new upstream version * Fri Aug 03 2007 guru@unixtech.be - new upstream version * Mon Feb 05 2007 guru@unixtech.be - new upstream version * Tue Feb 28 2006 guru@unixtech.be - new upstream version * Thu Dec 08 2005 guru@unixtech.be - added debuginfo support - use makeinstall macro - use configure macro - added autoreconf - use install_info SUSE macros - use find_lang macro - rewrote spec file - new upstream version * Fri Jun 17 2005 guru@unixtech.be - version 0.9.1 * Sun Nov 07 2004 guru@unixtech.be - version 0.8.9 * Mon May 03 2004 guru@unixtech.be - version 0.8.5 * Sun Apr 25 2004 guru@unixtech.be - version 0.8.2 * Tue Apr 20 2004 guru@unixtech.be - version 0.8.1 * Sun Feb 08 2004 guru@unixtech.be - version 0.7.0 * Tue Jan 06 2004 guru@unixtech.be - new spec-file
/usr/bin/pv /usr/share/doc/packages/pv /usr/share/doc/packages/pv/ACKNOWLEDGEMENTS.md /usr/share/doc/packages/pv/COPYING /usr/share/doc/packages/pv/DEVELOPERS.md /usr/share/doc/packages/pv/NEWS.md /usr/share/doc/packages/pv/README.md /usr/share/doc/packages/pv/TODO.md /usr/share/doc/packages/pv/benchmark.sh /usr/share/licenses/pv /usr/share/licenses/pv/COPYING /usr/share/locale/de/LC_MESSAGES/pv.mo /usr/share/locale/fr/LC_MESSAGES/pv.mo /usr/share/locale/pl/LC_MESSAGES/pv.mo /usr/share/locale/pt/LC_MESSAGES/pv.mo /usr/share/man/man1/pv.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Oct 22 23:58:28 2024