From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 14 May 2025 08:09:04 +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 1uF5Ie-005PPE-2k for lore@lore.pengutronix.de; Wed, 14 May 2025 08:09:04 +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 1uF5Ie-0007Oe-HX; Wed, 14 May 2025 08:09:04 +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 1uF5HM-0004vO-8l; Wed, 14 May 2025 08:07:44 +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 1uF5HL-002fAJ-23; Wed, 14 May 2025 08:07:44 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uF5HM-0025tF-06; Wed, 14 May 2025 08:07:44 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 14 May 2025 08:07:44 +0200 Message-Id: <20250514060744.499290-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250504140900.7868-1-bruno.thomsen@gmail.com> References: <20250504140900.7868-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] lshw: update URL 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: Bruno Thomsen 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 8fec9ef9a2f40fc635286cb2b71b08d788e046d2. Michael [sent from post-receive hook] On Wed, 14 May 2025 08:07:43 +0200, Bruno Thomsen wrote: > Current download URL returns 308 Permanent Redirect. > > Download log: > > GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader > [0] Downloading 'http://www.ezix.org/software/files/lshw-B.02.19.2.tar.gz' ... > HTTP response 308 Permanent Redirect [http://www.ezix.org/software/files/lshw-B.02.19.2.tar.gz] > Adding URL: https://www.ezix.org/software/files/lshw-B.02.19.2.tar.gz > [0] Downloading 'https://www.ezix.org/software/files/lshw-B.02.19.2.tar.gz' ... > Saving '/home/bruno/ptxdist/src/lshw-B.02.19.2.tar.gz.401TUEY6m6' > HTTP response 200 [https://www.ezix.org/software/files/lshw-B.02.19.2.tar.gz] > > Signed-off-by: Bruno Thomsen > Message-Id: <20250504140900.7868-1-bruno.thomsen@gmail.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/lshw.make b/rules/lshw.make > index dbc911dfe7d4..4e8f60679f92 100644 > --- a/rules/lshw.make > +++ b/rules/lshw.make > @@ -18,7 +18,7 @@ LSHW_VERSION := B.02.19.2 > LSHW_MD5 := 8c70d46e906688309095c73ecb9396e3 > LSHW := lshw-$(LSHW_VERSION) > LSHW_SUFFIX := tar.gz > -LSHW_URL := http://www.ezix.org/software/files/$(LSHW).$(LSHW_SUFFIX) > +LSHW_URL := https://www.ezix.org/software/files/$(LSHW).$(LSHW_SUFFIX) > LSHW_SOURCE := $(SRCDIR)/$(LSHW).$(LSHW_SUFFIX) > LSHW_DIR := $(BUILDDIR)/$(LSHW) > LSHW_LICENSE := GPL-2.0-only