Compression type changed from tar.bz2 to tar.gz.

Add GPL-3.0-or-later license and license files with md5sum.

Update download URL from HTTP to HTTPS.

Changes in configure script:

--- pv-1.4.12
+++ pv-1.9.31
@@ -2,10 +2,13 @@
        --sysconfdir=/etc
        --localstatedir=/var
        --libdir=/usr/lib
+       --build=x86_64-host-linux-gnu
+       --host=arm-v7a-linux-gnueabihf
+       --disable-largefile
+       --disable-nls
+       --disable-rpath
        --enable-debugging
        --enable-profiling
-       --enable-lfs
-       --enable-static-nls
-       --disable-nls
        --disable-splice
        --disable-ipc
+       --without-ncurses

Signed-off-by: Bruno Thomsen <[email protected]>
---
 rules/pv.make | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

diff --git a/rules/pv.make b/rules/pv.make
index 0213816e9..03d324d70 100644
--- a/rules/pv.make
+++ b/rules/pv.make
@@ -14,13 +14,17 @@ PACKAGES-$(PTXCONF_PV) += pv
 #
 # Paths and names
 #
-PV_VERSION     := 1.4.12
-PV_MD5         := 605adc0f369496bca92b0656cf86b25e
-PV             := pv-$(PV_VERSION)
-PV_SUFFIX      := tar.bz2
-PV_URL         := http://www.ivarch.com/programs/sources/$(PV).$(PV_SUFFIX)
-PV_SOURCE      := $(SRCDIR)/$(PV).$(PV_SUFFIX)
-PV_DIR         := $(BUILDDIR)/$(PV)
+PV_VERSION             := 1.9.31
+PV_MD5                 := 9ea909b3dade3f3fba407a03c01a9bcf
+PV                     := pv-$(PV_VERSION)
+PV_SUFFIX              := tar.gz
+PV_URL                 := 
https://www.ivarch.com/programs/sources/$(PV).$(PV_SUFFIX)
+PV_SOURCE              := $(SRCDIR)/$(PV).$(PV_SUFFIX)
+PV_DIR                 := $(BUILDDIR)/$(PV)
+PV_LICENSE             := GPL-3.0-or-later
+PV_LICENSE_FILES       := \
+       file://docs/COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \
+       
file://README.md;startline=54;endline=70;md5=eb1be9d96c222fb839ee3fc200867c64
 
 # ----------------------------------------------------------------------------
 # Prepare
@@ -37,8 +41,9 @@ PV_CONF_OPT   := \
        --disable-nls \
        --disable-splice \
        --disable-ipc \
-       --$(call ptx/endis, PTXCONF_GLOBAL_LARGE_FILE)-lfs \
-       --enable-debugging
+       --$(call ptx/endis, PTXCONF_GLOBAL_LARGE_FILE)-largefile \
+       --enable-debugging \
+       --without-ncurses
 
 # ----------------------------------------------------------------------------
 # Target-Install

base-commit: 5569375a9988a028bed77005c9d293c6cba2a2c3
-- 
2.48.1


Reply via email to