From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 14 May 2025 08:13:00 +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 1uF5MS-005Pqa-2g for lore@lore.pengutronix.de; Wed, 14 May 2025 08:13:00 +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 1uF5MS-0003cY-Ha; Wed, 14 May 2025 08:13:00 +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-0006bS-9G; Wed, 14 May 2025 08:08:10 +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-002fC5-1w; Wed, 14 May 2025 08:08:10 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uF5Hl-0026di-3D; Wed, 14 May 2025 08:08:09 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 14 May 2025 08:08:09 +0200 Message-Id: <20250514060809.502171-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250509210015.23879-2-bruno.thomsen@gmail.com> References: <20250509210015.23879-2-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] batctl: 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 42a83dafda9df1a1cf3dcd04de14a360ee2942ca. Michael [sent from post-receive hook] On Wed, 14 May 2025 08:08:09 +0200, Bruno Thomsen wrote: > Current download URL returns 301 Moved Permanently. > > GNU Wget2 2.2.0 - multithreaded metalink/file/website downloader > [0] Downloading 'http://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz' ... > HTTP response 301 Moved Permanently [http://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz] > Adding URL: https://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz > [0] Downloading 'https://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz' ... > Saving '/home/bruno/ptxdist/src/batctl-2024.3.tar.gz.QYywpZQC1n' > HTTP response 200 [https://downloads.open-mesh.org/batman/stable/sources/batctl/batctl-2024.3.tar.gz] > > Signed-off-by: Bruno Thomsen > Message-Id: <20250509210015.23879-2-bruno.thomsen@gmail.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/batctl.make b/rules/batctl.make > index 58f58e61bd51..ba36cfb3cff0 100644 > --- a/rules/batctl.make > +++ b/rules/batctl.make > @@ -18,7 +18,7 @@ BATCTL_VERSION := 2024.3 > BATCTL_MD5 := f292a38a65f910890456e7450e70533f > BATCTL := batctl-$(BATCTL_VERSION) > BATCTL_SUFFIX := tar.gz > -BATCTL_URL := http://downloads.open-mesh.org/batman/stable/sources/batctl/$(BATCTL).$(BATCTL_SUFFIX) > +BATCTL_URL := https://downloads.open-mesh.org/batman/stable/sources/batctl/$(BATCTL).$(BATCTL_SUFFIX) > BATCTL_SOURCE := $(SRCDIR)/$(BATCTL).$(BATCTL_SUFFIX) > BATCTL_DIR := $(BUILDDIR)/$(BATCTL) > BATCTL_LICENSE := GPL-2.0-only