mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bruno Thomsen <bruno.thomsen@gmail.com>
To: ptxdist@pengutronix.de
Cc: bruno.thomsen@gmail.com
Subject: [ptxdist] [PATCH 1/2] pv: version bump 1.4.12 -> 1.9.31
Date: Sat,  8 Feb 2025 15:45:32 +0100	[thread overview]
Message-ID: <20250208144533.148473-1-bruno.thomsen@gmail.com> (raw)

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 <bruno.thomsen@gmail.com>
---
 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	other threads:[~2025-02-08 14:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-08 14:45 Bruno Thomsen [this message]
2025-02-08 14:45 ` [ptxdist] [PATCH 2/2] Revert "pv: move to staging" Bruno Thomsen
2025-02-14  9:54   ` Michael Olbrich
2025-02-14 22:38   ` Bruno Thomsen
2025-02-17  7:24   ` [ptxdist] [APPLIED] " Michael Olbrich
2025-02-17  7:24 ` [ptxdist] [APPLIED] pv: version bump 1.4.12 -> 1.9.31 Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250208144533.148473-1-bruno.thomsen@gmail.com \
    --to=bruno.thomsen@gmail.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox