mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
See NEWS: https://codeberg.org/ivarch/pv/src/tag/v1.10.5/docs/NEWS.md Changes in 1.10.5: - Fix --bits option rate calculation and --gauge compatibility - Security: ignore TMP/TMPDIR, improve memory safety - Fix terminal state garbling on exit with --cursor - Improve ETA calculation across suspend/resume - Better --watchfd and --line-mode handling - Address issues found by security audit tools Signed-off-by: Shubham Chakraborty <chakrabortyshubham66@gmail.com> [Julien: - move DEVELOPER entry in a separate commit - add link to NEWS in commit log ] Signed-off-by: Julien Olivain <ju.o@free.fr>
14 lines
371 B
Makefile
14 lines
371 B
Makefile
################################################################################
|
|
#
|
|
# pv
|
|
#
|
|
################################################################################
|
|
|
|
PV_VERSION = 1.10.5
|
|
PV_SITE = https://www.ivarch.com/programs/sources
|
|
PV_LICENSE = GPL-3.0+
|
|
PV_LICENSE_FILES = docs/COPYING
|
|
PV_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
|
|
|
$(eval $(autotools-package))
|