mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bruno Thomsen <bruno.thomsen@gmail.com>
Subject: Re: [ptxdist] [APPLIED] pv: version bump 1.4.12 -> 1.9.31
Date: Mon, 17 Feb 2025 08:24:47 +0100	[thread overview]
Message-ID: <20250217072447.53394-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20250208144533.148473-1-bruno.thomsen@gmail.com>

Thanks, applied as 6ea307a94a6ba659db8f435d00157a2f56ad079a.

Michael

[sent from post-receive hook]

On Mon, 17 Feb 2025 08:24:47 +0100, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> 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>
> Message-Id: <20250208144533.148473-1-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/pv.make b/rules/pv.make
> index 0213816e916b..03d324d70d74 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



      parent reply	other threads:[~2025-02-17  7:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-08 14:45 [ptxdist] [PATCH 1/2] " Bruno Thomsen
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 ` Michael Olbrich [this message]

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=20250217072447.53394-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=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