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: Sun Oct 24 02:40:04 UTC 2021
Modified Files:
pkgsrc/sysutils/pv: Makefile distinfo
Log Message:
pv: Update to 1.6.20
Changelog:
1.6.20 - 12 September 2021
- fix: add missing stddef.h include to number.c (Sam James)
1.6.19 - 5 September 2021
- fix: starting pv in the background no longer immediately stops unless
the transfer is to/from the terminal (Andriy Gapon, Jonathan Elchison)
- fix: using -B, -A, or -T now switches on -C implicitly
(Johannes Gerer, André Stapf)
- fix: AIX build fixes (Peter Korsgaard)
- i18n: updated German "--help" translations (Richard Fonfara)
- i18n: switched to UTF-8 encoding, added missing translations (de,fr,pt)
- docs: new "common switches" manual section (Jacek Wielemborek)
- docs: use placeholder instead of /dev/sda in the manual (Pranav Peshwe)
- docs: mention MacOS pipes and "-B 1024" in the manual (Jan Venekamp)
- docs: correct shell in autoconf/scripts/index.sh (Juan Picca)
- cleanup: various compiler warnings cleaned up
Full changelog is below:
- (r181) added common switches section to manual (Jacek Wielemborek)
- (r184) use placeholder instead of /dev/sda in the manual (Pranav Peshwe)
- (r185) replace ash with sh in autoconf/scripts/index.sh (Juan Picca)
- (r185) added note to manual about "-B 1024" in MacOS pipes (Jan Venekamp)
- (r185) fix AIX config check when the CWD contains "yes" (Peter Korsgaard)
- (r189) (#1556) updated German "--help" translations (Richard Fonfara)
- (r189) updated missing German translations and changed to UTF-8 encoding
- (r191) updated missing French translations and changed to UTF-8 encoding
- (r193) updated missing Portuguese translations, changed to UTF-8 encoding
- (r196) (#1563) using -B, -A, or -T now switches on -C implicitly
(Johannes Gerer, André Stapf)
- (r199) fixed numerous compiler warnings in newer GCC versions
- (r200,205) fixed bug where "pv /dev/zero >/dev/null &" stopped
immediately (Jonathan Elchison, Andriy Gapon)
- (r203,205) marked unused arguments with GCC unused attribute, started
using boolean data type for flags, corrected more compiler warnings
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/pv/Makefile
cvs rdiff -u -r1.9 -r1.10 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.27 pkgsrc/sysutils/pv/Makefile:1.28
--- pkgsrc/sysutils/pv/Makefile:1.27 Mon Jun 10 16:55:02 2019
+++ pkgsrc/sysutils/pv/Makefile Sun Oct 24 02:40:04 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2019/06/10 16:55:02 nia Exp $
+# $NetBSD: Makefile,v 1.28 2021/10/24 02:40:04 ryoon Exp $
#
-DISTNAME= pv-1.6.6
+DISTNAME= pv-1.6.20
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.9 pkgsrc/sysutils/pv/distinfo:1.10
--- pkgsrc/sysutils/pv/distinfo:1.9 Thu Oct 7 14:58:16 2021
+++ pkgsrc/sysutils/pv/distinfo Sun Oct 24 02:40:04 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/07 14:58:16 nia Exp $
+$NetBSD: distinfo,v 1.10 2021/10/24 02:40:04 ryoon Exp $
-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
+RMD160 (pv-1.6.20.tar.gz) = 79336b8a7b58d32e51c7267e648efc2b64bfdd46
+SHA512 (pv-1.6.20.tar.gz) = de33778f1dfded1281ae3053d4fa4d8fa24c770c5abf44b9e2943e66b4fbdbc293c710435586edfdf0304a92f0e47916d55ef47c9e01e695f36cd8f8305b7d07
+Size (pv-1.6.20.tar.gz) = 135512 bytes
Home |
Main Index |
Thread Index |
Old Index