Skip to content

Commit 5b7d08c

Browse files
committed
sysutils/pv: Update to 1.8.14
Changelog: ### 1.8.14 - 7 September 2024 * fix: correct double-free on exit when using "`--watchfd`" ([#96](https://codeberg.org/a-j-wood/pv/issues/96)) reported by [jettero](https://codeberg.org/jettero) ### 1.8.13 - 18 August 2024 * feature: when using "`--size @FILE`", _FILE_ can be a block device, and its size will be used (pull request [#94](https://codeberg.org/a-j-wood/pv/pulls/94)) supplied by [alexanderperlis](https://codeberg.org/alexanderperlis) ### 1.8.12 - 18 July 2024 * fix: correct the detection of output block device size that was broken in 1.8.10 ([#91](https://codeberg.org/a-j-wood/pv/issues/91)) * fix: do not treat a zero/interrupted write as an end of file (pull requests [#92](https://codeberg.org/a-j-wood/pv/pulls/92) and [#93](https://codeberg.org/a-j-wood/pv/pulls/93))
1 parent dce2bfe commit 5b7d08c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

sysutils/pv/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.30 2024/06/27 16:39:58 scole Exp $
1+
# $NetBSD: Makefile,v 1.31 2024/10/01 13:32:10 ryoon Exp $
22
#
33

4-
DISTNAME= pv-1.8.10
4+
DISTNAME= pv-1.8.14
55
CATEGORIES= sysutils
66
MASTER_SITES= https://www.ivarch.com/programs/sources/
77
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=pipeviewer/}

sysutils/pv/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.12 2024/06/27 16:39:58 scole Exp $
1+
$NetBSD: distinfo,v 1.13 2024/10/01 13:32:10 ryoon Exp $
22

3-
BLAKE2s (pv-1.8.10.tar.gz) = 7ab3882aca98dce69506b1c8f9b364ecffabdc8b37ff1a19b73f7d9c4a1450f7
4-
SHA512 (pv-1.8.10.tar.gz) = 4bb60d55f7c8e5453793ec6771f70b791b25324f07a673f111afdfdb79225f28987265f736b9dd5d5bdfa279634be46b8db2cb774f78c91c88f25d254cd9be78
5-
Size (pv-1.8.10.tar.gz) = 328069 bytes
3+
BLAKE2s (pv-1.8.14.tar.gz) = 1d3cd49157fcb46df64cc390965954459f27763a4de66069b86a5cb0453b0196
4+
SHA512 (pv-1.8.14.tar.gz) = b67828ccf610e2906951426b5d607eeaa1babb96b91b31e36a4f2be6647c837f810babea268204b1cca4869e884905eb233f63a926d32091773458ef80cb2552
5+
Size (pv-1.8.14.tar.gz) = 330273 bytes

0 commit comments

Comments
 (0)