pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/pv pv: Update to 1.6.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/5cda1b8c51f7
branches: trunk
changeset: 334983:5cda1b8c51f7
user: nia <nia%pkgsrc.org@localhost>
date: Mon Jun 10 16:55:02 2019 +0000
description:
pv: Update to 1.6.6
Changes:
(r161) use %llu instead of %Lu for better compatibility (Eric A. Borisch)
(r162) (#1532) fix target buffer size (-B) being ignored (AndCycle, Ilya Basin, Antoine Beaupr?)
(r164) cap read/write sizes, and check elapsed time during read/write cycles, to avoid display hangs with large buffers or slow media; also remove select() call from repeated_write function as it
slows the transfer down and the wrapping alarm() means it is unnecessary
(r169) (#1477) use alternate form for transfer counter, such that 13GB is shown as 13.0GB so it's the same width as 13.1GB (Andr? Stapf)
(r171) cleanup: units corrections in man page, of the form kb -> KiB
(r175) report error in "-d" if process fd directory is unreadable, or if process disappears before we start the main loop (Jacek Wielemborek)
diffstat:
sysutils/pv/Makefile | 8 ++++----
sysutils/pv/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (36 lines):
diff -r 34dd5e4b6d5d -r 5cda1b8c51f7 sysutils/pv/Makefile
--- a/sysutils/pv/Makefile Mon Jun 10 16:03:04 2019 +0000
+++ b/sysutils/pv/Makefile Mon Jun 10 16:55:02 2019 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.26 2015/06/22 22:29:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.27 2019/06/10 16:55:02 nia Exp $
#
-DISTNAME= pv-1.6.0
+DISTNAME= pv-1.6.6
CATEGORIES= sysutils
-MASTER_SITES= http://www.ivarch.com/programs/sources/
+MASTER_SITES= https://www.ivarch.com/programs/sources/
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=pipeviewer/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.ivarch.com/programs/pv.shtml
+HOMEPAGE= https://www.ivarch.com/programs/pv.shtml
COMMENT= Monitor the progress of data through a pipeline
LICENSE= artistic-2.0
diff -r 34dd5e4b6d5d -r 5cda1b8c51f7 sysutils/pv/distinfo
--- a/sysutils/pv/distinfo Mon Jun 10 16:03:04 2019 +0000
+++ b/sysutils/pv/distinfo Mon Jun 10 16:55:02 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 01:32:27 agc Exp $
+$NetBSD: distinfo,v 1.8 2019/06/10 16:55:02 nia Exp $
-SHA1 (pv-1.6.0.tar.gz) = 395ce62f4f3e035b86c77038f04b96c5aa233595
-RMD160 (pv-1.6.0.tar.gz) = fecc8c9bc40311a37af8630376aa426089d23cb2
-SHA512 (pv-1.6.0.tar.gz) = 1cf9d7376fceefcd594d0a8b591afc8e11ce89f7210d10ad74438974ecebe9cc5d9ec4db9cc79e0566bfd2b0278c0cc263c07547803e7536432cd1ffd32d8a45
-Size (pv-1.6.0.tar.gz) = 123072 bytes
+SHA1 (pv-1.6.6.tar.gz) = 45db5a3230583eeeeacf17e21eeac0f8056f9507
+RMD160 (pv-1.6.6.tar.gz) = 2bd910a35394ba37b356df468fa8985e2417b4f2
+SHA512 (pv-1.6.6.tar.gz) = 3642ae4c2e743bc3d037e86afadf4ebecf60afa3662f071ec123e3278402be7a40c34783f86b7bbf3f59f5ab10269ebd32c498ae12698d56556d7aa2f41387be
+Size (pv-1.6.6.tar.gz) = 124851 bytes
Home |
Main Index |
Thread Index |
Old Index