Skip to content

Commit

Permalink
sysutils/pv: Update to 1.8.14
Browse files Browse the repository at this point in the history
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))
  • Loading branch information
ryoon committed Oct 1, 2024
1 parent dce2bfe commit 5b7d08c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sysutils/pv/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.30 2024/06/27 16:39:58 scole Exp $
# $NetBSD: Makefile,v 1.31 2024/10/01 13:32:10 ryoon Exp $
#

DISTNAME= pv-1.8.10
DISTNAME= pv-1.8.14
CATEGORIES= sysutils
MASTER_SITES= https://www.ivarch.com/programs/sources/
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=pipeviewer/}
Expand Down
8 changes: 4 additions & 4 deletions sysutils/pv/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2024/06/27 16:39:58 scole Exp $
$NetBSD: distinfo,v 1.13 2024/10/01 13:32:10 ryoon Exp $

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

0 comments on commit 5b7d08c

Please sign in to comment.