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
This commit is contained in:
ryoon 2021-10-24 02:40:04 +00:00
parent a1b5caa8f2
commit f52bf9c4fa
2 changed files with 6 additions and 6 deletions

View file

@ -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/}

View file

@ -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