From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 31 Mar 2023 10:41:13 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1piAJs-003vbc-ME for lore@lore.pengutronix.de; Fri, 31 Mar 2023 10:41:13 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1piAJs-0005hI-JN; Fri, 31 Mar 2023 10:41:12 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1piAJh-0005gr-OD; Fri, 31 Mar 2023 10:41:01 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1piAJg-007xIS-MU; Fri, 31 Mar 2023 10:41:00 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1piAJf-004p2S-SA; Fri, 31 Mar 2023 10:40:59 +0200 Date: Fri, 31 Mar 2023 10:40:59 +0200 From: Michael Olbrich To: Christian Melki Message-ID: Mail-Followup-To: Christian Melki , ptxdist@pengutronix.de References: <20230323200448.3647323-1-christian.melki@t2data.com> <20230324064710.GS19906@pengutronix.de> <20230324065107.GT19906@pengutronix.de> <21b19ed7-9f0e-4319-8125-0ec2cf1f50bc@t2data.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <21b19ed7-9f0e-4319-8125-0ec2cf1f50bc@t2data.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH] seatd: Update URL and hash. 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: ptxdist@pengutronix.de 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.ext.pengutronix.de); SAEximRunCond expanded to false On Fri, Mar 24, 2023 at 06:44:00PM +0100, Christian Melki wrote: > On 3/24/23 07:51, Michael Olbrich wrote: > > On Fri, Mar 24, 2023 at 07:47:10AM +0100, Michael Olbrich wrote: > >> On Thu, Mar 23, 2023 at 09:04:48PM +0100, Christian Melki wrote: > >>> For unknown reasons, seatd tarball changed it's hash for > >>> the same version. Fortunately, I had an old copy of seatd > >>> and could compare. No differences noted (please double check). > >>> I chalk this down to a rebuild of tarballs or something. > >>> Anyway. I changed URL to the github mirror just in case. > >>> Also, hopefully less fidgety with the tarballs. > >>> > >>> Signed-off-by: Christian Melki > >>> --- > >>> rules/seatd.make | 4 ++-- > >>> 1 file changed, 2 insertions(+), 2 deletions(-) > >>> > >>> diff --git a/rules/seatd.make b/rules/seatd.make > >>> index 64876313a..5df69ac91 100644 > >>> --- a/rules/seatd.make > >>> +++ b/rules/seatd.make > >>> @@ -16,10 +16,10 @@ PACKAGES-$(PTXCONF_SEATD) += seatd > >>> # Paths and names > >>> # > >>> SEATD_VERSION := 0.7.0 > >>> -SEATD_MD5 := 922b8a4ca4dfdb1f43a294db9e77bcf7 > >>> +SEATD_MD5 := a326424b2fccf8d6ae630063ba735aa1 > >> > >> Please add the new hash (space separated list). This way either hash is > >> accepted. This helps those with the old file in their local cache. > >> > >>> SEATD := seatd-$(SEATD_VERSION) > >>> SEATD_SUFFIX := tar.gz > >>> -SEATD_URL := https://git.sr.ht/~kennylevinsen/seatd/archive/$(SEATD_VERSION).$(SEATD_SUFFIX) > >>> +SEATD_URL := https://github.com/kennylevinsen/seatd/archive/refs/tags/$(SEATD_VERSION).$(SEATD_SUFFIX) > > > > Oh, and git.sr.ht is the official upstream. So I'd like to keep that URL. > > Any reason for the change? > > > > Michael > > > > None other than I don't like release tarballs that change hashes for no > apparent reason. Much like buildroot triggered mitm attack warnings, so > did my brain. :) > > If github reverts their gzip changes and git.sr.ht picks it up, then > we'd be back to the original hash again. gleh. > > I think just drop this. Now that I know the real cause behind hash > changes, I'm much less inclined to change anything. I've added the new hash to SEATD_MD5. Now both tarballs work. Michael -- 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 |