mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Tretter <m.tretter@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH v2 1/2] valgrind: version bump 3.14.0 -> 3.16.1
Date: Mon, 11 Jan 2021 09:21:40 +0100	[thread overview]
Message-ID: <20210111082141.2021104-1-m.tretter@pengutronix.de> (raw)

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>
---
Changelog:

v2: Include patches in version bump
---
 ...configure.ac-allow-all-arm-don-t-restrict-to-armv7.patch | 2 +-
 ...0002-make-kernel-version-a-autoconf-cache-variable.patch | 4 ++--
 patches/{valgrind-3.14.0 => valgrind-3.16.1}/autogen.sh     | 0
 patches/{valgrind-3.14.0 => valgrind-3.16.1}/series         | 0
 rules/valgrind.make                                         | 6 +++---
 5 files changed, 6 insertions(+), 6 deletions(-)
 rename patches/{valgrind-3.14.0 => valgrind-3.16.1}/0001-configure.ac-allow-all-arm-don-t-restrict-to-armv7.patch (93%)
 rename patches/{valgrind-3.14.0 => valgrind-3.16.1}/0002-make-kernel-version-a-autoconf-cache-variable.patch (93%)
 rename patches/{valgrind-3.14.0 => valgrind-3.16.1}/autogen.sh (100%)
 rename patches/{valgrind-3.14.0 => valgrind-3.16.1}/series (100%)

diff --git a/patches/valgrind-3.14.0/0001-configure.ac-allow-all-arm-don-t-restrict-to-armv7.patch b/patches/valgrind-3.16.1/0001-configure.ac-allow-all-arm-don-t-restrict-to-armv7.patch
similarity index 93%
rename from patches/valgrind-3.14.0/0001-configure.ac-allow-all-arm-don-t-restrict-to-armv7.patch
rename to patches/valgrind-3.16.1/0001-configure.ac-allow-all-arm-don-t-restrict-to-armv7.patch
index 7602998ac24f..454fc3512720 100644
--- a/patches/valgrind-3.14.0/0001-configure.ac-allow-all-arm-don-t-restrict-to-armv7.patch
+++ b/patches/valgrind-3.16.1/0001-configure.ac-allow-all-arm-don-t-restrict-to-armv7.patch
@@ -10,7 +10,7 @@ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index c18ae5f2acb5..935474f8b88b 100644
+index b86e802204ee..c5c1eccfe3b4 100755
 --- a/configure.ac
 +++ b/configure.ac
 @@ -252,7 +252,7 @@ case "${host_cpu}" in
diff --git a/patches/valgrind-3.14.0/0002-make-kernel-version-a-autoconf-cache-variable.patch b/patches/valgrind-3.16.1/0002-make-kernel-version-a-autoconf-cache-variable.patch
similarity index 93%
rename from patches/valgrind-3.14.0/0002-make-kernel-version-a-autoconf-cache-variable.patch
rename to patches/valgrind-3.16.1/0002-make-kernel-version-a-autoconf-cache-variable.patch
index 9142dcf2ea48..d1fc29d46a1a 100644
--- a/patches/valgrind-3.14.0/0002-make-kernel-version-a-autoconf-cache-variable.patch
+++ b/patches/valgrind-3.16.1/0002-make-kernel-version-a-autoconf-cache-variable.patch
@@ -8,10 +8,10 @@ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
  1 file changed, 6 insertions(+), 5 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 935474f8b88b..0dffe27862ed 100644
+index c5c1eccfe3b4..54518bfa0cc5 100755
 --- a/configure.ac
 +++ b/configure.ac
-@@ -341,16 +341,17 @@ case "${host_os}" in
+@@ -345,16 +345,17 @@ case "${host_os}" in
          # Ok, this is linux. Check the kernel version
          AC_MSG_CHECKING([for the kernel version])
  
diff --git a/patches/valgrind-3.14.0/autogen.sh b/patches/valgrind-3.16.1/autogen.sh
similarity index 100%
rename from patches/valgrind-3.14.0/autogen.sh
rename to patches/valgrind-3.16.1/autogen.sh
diff --git a/patches/valgrind-3.14.0/series b/patches/valgrind-3.16.1/series
similarity index 100%
rename from patches/valgrind-3.14.0/series
rename to patches/valgrind-3.16.1/series
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

             reply	other threads:[~2021-01-11  8:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-11  8:21 Michael Tretter [this message]
2021-01-11  8:21 ` [ptxdist] [PATCH v2 2/2] valgrind: enable build for arm64 Michael Tretter
2021-01-15 11:18   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-01-15 11:18 ` [ptxdist] [APPLIED] valgrind: version bump 3.14.0 -> 3.16.1 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=20210111082141.2021104-1-m.tretter@pengutronix.de \
    --to=m.tretter@pengutronix.de \
    --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