pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/pv



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Oct  1 13:32:10 UTC 2024

Modified Files:
        pkgsrc/sysutils/pv: Makefile distinfo

Log Message:
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))


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/pv/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/pv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/pv/Makefile
diff -u pkgsrc/sysutils/pv/Makefile:1.30 pkgsrc/sysutils/pv/Makefile:1.31
--- pkgsrc/sysutils/pv/Makefile:1.30    Thu Jun 27 16:39:58 2024
+++ pkgsrc/sysutils/pv/Makefile Tue Oct  1 13:32:10 2024
@@ -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/}

Index: pkgsrc/sysutils/pv/distinfo
diff -u pkgsrc/sysutils/pv/distinfo:1.12 pkgsrc/sysutils/pv/distinfo:1.13
--- pkgsrc/sysutils/pv/distinfo:1.12    Thu Jun 27 16:39:58 2024
+++ pkgsrc/sysutils/pv/distinfo Tue Oct  1 13:32:10 2024
@@ -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



Home | Main Index | Thread Index | Old Index