From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 21 Sep 2026 08:39:27 +0200 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 1x8XgV-004af6-2a for lore@lore.pengutronix.de; Mon, 21 Sep 2026 08:39:27 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1x8XgU-0004gP-4m; Mon, 21 Sep 2026 08:39:26 +0200 Received: from mx1.white.stw.pengutronix.de ([2a0a:edc0:0:b01:1d::107]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1x8Xfn-0001Yg-Ie for ptxdist@pengutronix.de; Mon, 21 Sep 2026 08:38:43 +0200 Received: from drehscheibe.grey.stw.pengutronix.de (drehscheibe.grey.stw.pengutronix.de [IPv6:2a0a:edc0:0:c01:1d::a2]) (Authenticated sender: relay-from-drehscheibe.grey.stw.pengutronix.de) by mx1.white.stw.pengutronix.de (Postfix) with ESMTPSA id 7AC462002AF; Mon, 21 Sep 2026 08:38:43 +0200 (CEST) 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 1x8Xfn-00215N-1M; Mon, 21 Sep 2026 08:38:43 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1x8Xfn-0000000DIXL-1YGW; Mon, 21 Sep 2026 08:38:43 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 21 Sep 2026 08:38:43 +0200 Message-ID: <20260921063843.3169513-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260918152226.136492-1-s.pueschel@pengutronix.de> References: <20260918152226.136492-1-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] valgrind: version bump 3.26.0 -> 3.27.1 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: =?UTF-8?q?Sven=20P=C3=BCschel?= 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 8b961341cc78eb74dd4c4aeca646a300320c1267. Michael [sent from post-receive hook] On Mon, 21 Sep 2026 08:38:43 +0200, Sven Püschel wrote: > Signed-off-by: Sven Püschel > Message-Id: <20260918152226.136492-1-s.pueschel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/patches/valgrind-3.26.0/0001-make-kernel-version-a-autoconf-cache-variable.patch b/patches/valgrind-3.27.1/0001-make-kernel-version-a-autoconf-cache-variable.patch > similarity index 100% > rename from patches/valgrind-3.26.0/0001-make-kernel-version-a-autoconf-cache-variable.patch > rename to patches/valgrind-3.27.1/0001-make-kernel-version-a-autoconf-cache-variable.patch > diff --git a/patches/valgrind-3.26.0/autogen.sh b/patches/valgrind-3.27.1/autogen.sh > similarity index 100% > rename from patches/valgrind-3.26.0/autogen.sh > rename to patches/valgrind-3.27.1/autogen.sh > diff --git a/patches/valgrind-3.26.0/series b/patches/valgrind-3.27.1/series > similarity index 100% > rename from patches/valgrind-3.26.0/series > rename to patches/valgrind-3.27.1/series > diff --git a/rules/valgrind.make b/rules/valgrind.make > index 944adda7cc15..1a9524e50a0a 100644 > --- a/rules/valgrind.make > +++ b/rules/valgrind.make > @@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_ARCH_ARM64)-$(PTXCONF_VALGRIND) += valgrind > # > # Paths and names > # > -VALGRIND_VERSION := 3.26.0 > -VALGRIND_SHA256 := 8d54c717029106f1644aadaf802ab9692e53d93dd015cbd19e74190eba616bd7 > +VALGRIND_VERSION := 3.27.1 > +VALGRIND_SHA256 := 5d589152eb8071c02feab8ce6ab719e431a1fbc3e2b1700f5432632a8b9264dc > VALGRIND := valgrind-$(VALGRIND_VERSION) > VALGRIND_SUFFIX := tar.bz2 > VALGRIND_URL := https://sourceware.org/pub/valgrind/$(VALGRIND).$(VALGRIND_SUFFIX)