From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kysSM-0003Q9-0Z for ptxdist@pengutronix.de; Mon, 11 Jan 2021 09:21:42 +0100 Received: from mtr by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1kysSL-008Tnt-EU for ptxdist@pengutronix.de; Mon, 11 Jan 2021 09:21:41 +0100 From: Michael Tretter Date: Mon, 11 Jan 2021 09:21:40 +0100 Message-Id: <20210111082141.2021104-1-m.tretter@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH v2 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 Also switch to the new download URL that is referenced on the valgrind Current Releases page. Signed-off-by: Michael Tretter --- 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 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 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