From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kysU3-0003lh-7S for ptxdist@pengutronix.de; Mon, 11 Jan 2021 09:23:27 +0100 Received: from mtr by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1kysU2-0006ka-Tp for ptxdist@pengutronix.de; Mon, 11 Jan 2021 09:23:26 +0100 Date: Mon, 11 Jan 2021 09:23:26 +0100 From: Michael Tretter Message-ID: <20210111082326.GA12821@pengutronix.de> References: <20210108153932.3804441-1-m.tretter@pengutronix.de> <20210111072538.GU9321@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210111072538.GU9321@pengutronix.de> Subject: Re: [ptxdist] [PATCH 1/2] valgrind: version bump 3.14.0 -> 3.16.1 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de On Mon, 11 Jan 2021 08:25:38 +0100, Michael Olbrich wrote: > On Fri, Jan 08, 2021 at 04:39:31PM +0100, Michael Tretter wrote: > > Also switch to the new download URL that is referenced on the valgrind > > Current Releases page. > > There are patches for the old version. Thanks. I sent a v2. Michael > > > Signed-off-by: Michael Tretter > > --- > > rules/valgrind.make | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/rules/valgrind.make b/rules/valgrind.make > > index dd168fb54228..aeabf825e64b 100644 > > --- a/rules/valgrind.make > > +++ b/rules/valgrind.make > > @@ -17,11 +17,11 @@ PACKAGES-$(PTXCONF_ARCH_ARM)-$(PTXCONF_VALGRIND) += valgrind > > # > > # Paths and names > > # > > -VALGRIND_VERSION := 3.14.0 > > -VALGRIND_MD5 := 74175426afa280184b62591b58c671b3 > > +VALGRIND_VERSION := 3.16.1 > > +VALGRIND_MD5 := d1b153f1ab17cf1f311705e7a83ef589 > > VALGRIND := valgrind-$(VALGRIND_VERSION) > > VALGRIND_SUFFIX := tar.bz2 > > -VALGRIND_URL := http://valgrind.org/downloads/$(VALGRIND).$(VALGRIND_SUFFIX) > > +VALGRIND_URL := https://sourceware.org/pub/valgrind/$(VALGRIND).$(VALGRIND_SUFFIX) > > VALGRIND_SOURCE := $(SRCDIR)/$(VALGRIND).$(VALGRIND_SUFFIX) > > VALGRIND_DIR := $(BUILDDIR)/$(VALGRIND) > > VALGRIND_LICENSE := GPL-2.0-only > > -- > > 2.20.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de