mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] valgrind: version bump 3.14.0 -> 3.16.1
@ 2021-01-08 15:39 Michael Tretter
  2021-01-08 15:39 ` [ptxdist] [PATCH 2/2] valgrind: enable build for arm64 Michael Tretter
  2021-01-11  7:25 ` [ptxdist] [PATCH 1/2] valgrind: version bump 3.14.0 -> 3.16.1 Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Tretter @ 2021-01-08 15:39 UTC (permalink / raw)
  To: ptxdist

Also switch to the new download URL that is referenced on the valgrind
Current Releases page.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ptxdist] [PATCH 2/2] valgrind: enable build for arm64
  2021-01-08 15:39 [ptxdist] [PATCH 1/2] valgrind: version bump 3.14.0 -> 3.16.1 Michael Tretter
@ 2021-01-08 15:39 ` Michael Tretter
  2021-01-11  7:25 ` [ptxdist] [PATCH 1/2] valgrind: version bump 3.14.0 -> 3.16.1 Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Tretter @ 2021-01-08 15:39 UTC (permalink / raw)
  To: ptxdist

Valgrind supports ARM64/Linux. Allow to build it on ARM64 systems.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 rules/valgrind.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/valgrind.make b/rules/valgrind.make
index aeabf825e64b..9662b4b9b6b0 100644
--- a/rules/valgrind.make
+++ b/rules/valgrind.make
@@ -13,6 +13,7 @@
 PACKAGES-$(PTXCONF_ARCH_X86)-$(PTXCONF_VALGRIND) += valgrind
 PACKAGES-$(PTXCONF_ARCH_PPC)-$(PTXCONF_VALGRIND) += valgrind
 PACKAGES-$(PTXCONF_ARCH_ARM)-$(PTXCONF_VALGRIND) += valgrind
+PACKAGES-$(PTXCONF_ARCH_ARM64)-$(PTXCONF_VALGRIND) += valgrind
 
 #
 # Paths and names
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [PATCH 1/2] valgrind: version bump 3.14.0 -> 3.16.1
  2021-01-08 15:39 [ptxdist] [PATCH 1/2] valgrind: version bump 3.14.0 -> 3.16.1 Michael Tretter
  2021-01-08 15:39 ` [ptxdist] [PATCH 2/2] valgrind: enable build for arm64 Michael Tretter
@ 2021-01-11  7:25 ` Michael Olbrich
  2021-01-11  8:23   ` Michael Tretter
  1 sibling, 1 reply; 4+ messages in thread
From: Michael Olbrich @ 2021-01-11  7:25 UTC (permalink / raw)
  To: ptxdist; +Cc: Michael Tretter

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.

Michael

> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> ---
>  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
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [PATCH 1/2] valgrind: version bump 3.14.0 -> 3.16.1
  2021-01-11  7:25 ` [ptxdist] [PATCH 1/2] valgrind: version bump 3.14.0 -> 3.16.1 Michael Olbrich
@ 2021-01-11  8:23   ` Michael Tretter
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Tretter @ 2021-01-11  8:23 UTC (permalink / raw)
  To: ptxdist

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 <m.tretter@pengutronix.de>
> > ---
> >  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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-11  8:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-08 15:39 [ptxdist] [PATCH 1/2] valgrind: version bump 3.14.0 -> 3.16.1 Michael Tretter
2021-01-08 15:39 ` [ptxdist] [PATCH 2/2] valgrind: enable build for arm64 Michael Tretter
2021-01-11  7:25 ` [ptxdist] [PATCH 1/2] valgrind: version bump 3.14.0 -> 3.16.1 Michael Olbrich
2021-01-11  8:23   ` Michael Tretter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox