From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 27 May 2024 22:14:20 +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 1sBgjc-000kyk-2Y for lore@lore.pengutronix.de; Mon, 27 May 2024 22:14:20 +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 1sBgjb-0006WR-SW; Mon, 27 May 2024 22:14:19 +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 1sBgj6-0006Ge-Hj for ptxdist@pengutronix.de; Mon, 27 May 2024 22:13:48 +0200 Received: from [2a0a:edc0:0:1101:1d::28] (helo=dude02.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1sBgj6-003EcT-4L for ptxdist@pengutronix.de; Mon, 27 May 2024 22:13:48 +0200 From: Lucas Stach To: ptxdist@pengutronix.de Date: Mon, 27 May 2024 22:13:44 +0200 Message-Id: <20240527201347.673604-3-l.stach@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240527201347.673604-1-l.stach@pengutronix.de> References: <20240527201347.673604-1-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH 3/6] gdb: replace download URL with HTTPS 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 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 Signed-off-by: Lucas Stach --- rules/gdb.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/gdb.make b/rules/gdb.make index c1337427b605..558bad163d1b 100644 --- a/rules/gdb.make +++ b/rules/gdb.make @@ -26,7 +26,7 @@ GDB_LICENSE := GPL-3.0-or-later GDB_URL := \ $(call ptx/mirror, GNU, gdb/$(GDB).$(GDB_SUFFIX)) \ - ftp://sourceware.org/pub/gdb/snapshots/current/$(GDB).$(GDB_SUFFIX) + https://sourceware.org/pub/gdb/snapshots/current/$(GDB).$(GDB_SUFFIX) # ---------------------------------------------------------------------------- # Prepare -- 2.39.2