From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 02A9D3858C2C for ; Thu, 2 Nov 2023 08:41:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 02A9D3858C2C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 02A9D3858C2C Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=140.211.166.183 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1698914488; cv=none; b=rg76Tl66mQhOQrwM5RUCjndwMFpYq24BK7+QEpmpXrwEsPBTjiw5M8dwjcM1PQNY5jOUzz+kKB6Ny7B+IOXjWPAfCxTe2C0YR9Gn2wu+0LisAm+1C2ioKC+44KkGgxK82sxns77tRfAxOwubnQueqfjIGrqc0hJu1OSERb6vVEI= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1698914488; c=relaxed/simple; bh=SXrEyFlRGa+AvZIZK7NOdK8KJJf9r1WO3sYTI6MWqUc=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=WJe0MjM0mqO71KdpsGlhQxSgTsF1txcER9NpbBVGm4SvRYiBpLt5dp5kV0Y3ldUcdXzoNC7oHzxh4eoCGqzLvH1BOcb7GSNdkMMoGZBx2rDC+t4+8BchsFAjb6rJklbwGh5VWCnXSUlBKg7HUoHRt5W/7B1asU7i5zt0wIBoBPg= ARC-Authentication-Results: i=1; server2.sourceware.org From: Sam James To: gcc-patches@gcc.gnu.org Cc: Sam James Subject: [PATCH 3/4] maintainer-scripts/gcc_release: use HTTPS for links Date: Thu, 2 Nov 2023 08:39:07 +0000 Message-ID: <20231102084058.1142941-3-sam@gentoo.org> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231102084058.1142941-1-sam@gentoo.org> References: <20231102084058.1142941-1-sam@gentoo.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-10.0 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,KAM_SHORT,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: maintainer-scripts/ * gcc_release: Use HTTPS for links. Signed-off-by: Sam James --- maintainer-scripts/gcc_release | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index 4cd1fa799660..cf6a5731c609 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -25,7 +25,7 @@ # # You should have received a copy of the GNU General Public License # along with GCC; see the file COPYING3. If not see -# . +# . # ######################################################################## @@ -454,7 +454,7 @@ announce_snapshot() { echo \ "Snapshot gcc-"${RELEASE}" is now available on https://gcc.gnu.org/pub/gcc/snapshots/"${RELEASE}"/ -and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. +and on various mirrors, see https://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC "${BRANCH}" git branch with the following options: "git://gcc.gnu.org/git/gcc.git branch ${GITBRANCH} revision ${GITREV}" @@ -472,7 +472,7 @@ You'll find:

GCC "${RELEASE}" Snapshot

-

The GCC Project makes +

The GCC Project makes periodic snapshots of the GCC source tree available to the public for testing purposes.

-- 2.42.0