From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 29 Aug 2025 11:46:51 +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 1urvh5-005lzm-2H for lore@lore.pengutronix.de; Fri, 29 Aug 2025 11:46:51 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1urvgw-00058i-Nk; Fri, 29 Aug 2025 11:46:42 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1urvgW-0003qe-1b; Fri, 29 Aug 2025 11:46:16 +0200 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 1urvgV-002hrY-2m; Fri, 29 Aug 2025 11:46:15 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1urvgV-0000000AzMe-3PMQ; Fri, 29 Aug 2025 11:46:15 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 29 Aug 2025 11:46:15 +0200 Message-ID: <20250829094615.2619157-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.2 In-Reply-To: <20250804170353.2121549-1-christian.melki@t2data.com> References: <20250804170353.2121549-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] bash: Hash for tarball 5.3 changed upstream. 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: Christian Melki 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 bab62913bfb3b6c0a169b68b8d35289bba0e9e96. Michael [sent from post-receive hook] On Fri, 29 Aug 2025 11:46:15 +0200, Christian Melki wrote: > Minor difference. Unknown why it needed a new tarball. > > $ diff -urN bash-5.3.old bash-5.3 > Binary files bash-5.3.old/po/ka.gmo and bash-5.3/po/ka.gmo differ > diff -urN bash-5.3.old/po/stamp-po bash-5.3/po/stamp-po > --- bash-5.3.old/po/stamp-po 1970-01-01 01:00:00.000000000 +0100 > +++ bash-5.3/po/stamp-po 2025-07-30 15:27:52.000000000 +0200 > @@ -0,0 +1 @@ > +timestamp > > Signed-off-by: Christian Melki > Message-Id: <20250804170353.2121549-1-christian.melki@t2data.com> > [mol: keep the old hash to avoid breaking already downloaded archives] > Signed-off-by: Michael Olbrich > > diff --git a/rules/bash.make b/rules/bash.make > index c727c61a0238..bf7511720a4c 100644 > --- a/rules/bash.make > +++ b/rules/bash.make > @@ -14,7 +14,7 @@ PACKAGES-$(PTXCONF_BASH) += bash > # Paths and names > # > BASH_VERSION := 5.3 > -BASH_MD5 := 4c7fb7d82586f93ab1d833ef20378ee8 > +BASH_MD5 := 977c8c0c5ae6309191e7768e28ebc951 4c7fb7d82586f93ab1d833ef20378ee8 > BASH := bash-$(BASH_VERSION) > BASH_SUFFIX := tar.gz > BASH_URL := $(call ptx/mirror, GNU, bash/$(BASH).$(BASH_SUFFIX))