From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 17 Feb 2025 08:27:37 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tjvXV-003OKf-2L for lore@lore.pengutronix.de; Mon, 17 Feb 2025 08:27:37 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1tjvXU-0008Fi-RA; Mon, 17 Feb 2025 08:27:36 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tjvUl-0004Cy-Jd; Mon, 17 Feb 2025 08:24:47 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tjvUl-001Mqf-1K; Mon, 17 Feb 2025 08:24:47 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tjvUl-000DtN-1A; Mon, 17 Feb 2025 08:24:47 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 17 Feb 2025 08:24:47 +0100 Message-Id: <20250217072447.53394-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250208144533.148473-1-bruno.thomsen@gmail.com> References: <20250208144533.148473-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] pv: version bump 1.4.12 -> 1.9.31 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Bruno Thomsen Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 6ea307a94a6ba659db8f435d00157a2f56ad079a. Michael [sent from post-receive hook] On Mon, 17 Feb 2025 08:24:47 +0100, Bruno Thomsen 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 > Message-Id: <20250208144533.148473-1-bruno.thomsen@gmail.com> > Signed-off-by: Michael Olbrich > > 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