From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 1E99C3858C66 for ; Thu, 12 Jan 2023 05:24:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1E99C3858C66 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org Received: by smtp.gentoo.org (Postfix, from userid 559) id AC408340D8C; Thu, 12 Jan 2023 05:24:49 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH htdocs] download: fix more http:// -> https:// Date: Thu, 12 Jan 2023 00:24:46 -0500 Message-Id: <20230112052446.13680-1-vapier@gentoo.org> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,KAM_SHORT,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --- download/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/download/index.html b/download/index.html index aef60cc80666..ffbb88e6af2a 100644 --- a/download/index.html +++ b/download/index.html @@ -54,15 +54,15 @@ You can download the most recent official release of GDB from either Project GNU's FTP server, or Red Hat's sources site:
-http://ftp.gnu.org/gnu/gdb (mirrors)
-ftp://sourceware.org/pub/gdb/releases/ (mirrors).
+https://ftp.gnu.org/gnu/gdb (mirrors)
+ftp://sourceware.org/pub/gdb/releases/ (mirrors)
 
As with all GNU projects, you can verify the signatures for gnu project files with the keyring file from:
-ftp://ftp.gnu.org/gnu/gnu-keyring.gpg (see http://ftp.gnu.org/README for more info).
+ftp://ftp.gnu.org/gnu/gnu-keyring.gpg (see https://ftp.gnu.org/README for more info).
 
Sources to the current development version are also available using -- 2.39.0