From patchwork Wed Apr 17 12:45:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonny Grant X-Patchwork-Id: 1086955 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-499384-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=jguk.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="iBXGa6KI"; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=jguk-org.20150623.gappssmtp.com header.i=@jguk-org.20150623.gappssmtp.com header.b="pJIFE9Oz"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44khmS25sfz9s4V for ; Wed, 17 Apr 2019 22:45:42 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :subject:to:message-id:date:mime-version:content-type; q=dns; s= default; b=SNZp8wyZvfp8N5hOFOTa4PvRETvLEqf6RJif1caTuFEh6GeotXF6u PnldXkoyau5cpJzRNs8GTEImHNNS/0eY/xAa5EQQ3ae/D4I6/mX0IOnFM0wKmZwK oHja6oPNLpU9Oef/kzs1lrdI0axRnZLyjkGAvnwezX+wcHZFnSgh/Y= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :subject:to:message-id:date:mime-version:content-type; s= default; bh=3Gc0UDyshILKcbBdbXJr+GGiTWo=; b=iBXGa6KIXqrPXeyfOX1d R+SBYn39lLixhKHxSPCb3UGSHOWUBuelHi/iwvQwSZkCikFryGwlHXIl6uD5bn2Z dbMN8JeUqpwB9Sck9jgpxJEG3u+V6pw/B/fVJaZeEN65jj74sfBV1SGOZy4s+bu3 nBQDzbzrEmBvliBlf/fwwa8= Received: (qmail 10018 invoked by alias); 17 Apr 2019 12:45:32 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 10005 invoked by uid 89); 17 Apr 2019 12:45:31 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HX-Languages-Length:787, Grant X-HELO: mail-wr1-f50.google.com Received: from mail-wr1-f50.google.com (HELO mail-wr1-f50.google.com) (209.85.221.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 17 Apr 2019 12:45:30 +0000 Received: by mail-wr1-f50.google.com with SMTP id t17so31718657wrw.13 for ; Wed, 17 Apr 2019 05:45:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jguk-org.20150623.gappssmtp.com; s=20150623; h=from:subject:to:message-id:date:user-agent:mime-version :content-language; bh=GvD1OXU6W24TKXWrcGYz01Nn7E2xqBhcvNmAzyMN/wg=; b=pJIFE9OzFLkTJZhRb5UONd8TRTzxWD0LfYBo1LPwwLFe7hwpGNUadSzb9gtnYySOwo EFHVuGGEm3IEgXpYiWJhIII4q7AxQQpQI1DEtynil82yC50YbWfh4pkswahRp4vAaAjB /knrhKdxvq6Gu/G/qcmp+lhdyF/1UZokVbTJKEiGbFHPtGNYQpeKzv7SV6ofkCCYZ8wh S9QZxzvA4IPBgDRrW9d+bPO1jz+iHrzrogZ/AsaXoy/vQ59c8P8o8Dq0sRB+571conZx 7MdK+jYZAq/ewh6ibEeYoSWlgXFV/8UjJ66fUzS63qQ1X5bmda4wfnlUxJQkkShek0K5 y30Q== Received: from [192.168.1.97] (251.98.189.80.dyn.plus.net. [80.189.98.251]) by smtp.gmail.com with ESMTPSA id 204sm3420660wmc.1.2019.04.17.05.45.26 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Apr 2019 05:45:26 -0700 (PDT) From: Jonny Grant Subject: collect2 patch to https in URL To: gcc-patches@gcc.gnu.org Message-ID: Date: Wed, 17 Apr 2019 13:45:26 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 Hello Change the "collect2 -help" output to have https URL: Overview: http://gcc.gnu.org/onlinedocs/gccint/Collect2.html 2019-04-14 Jonny Grant * collect2.c: Change gcc.gnu.org URL to HTTPS Thank you Jonny Index: gcc/collect2.c =================================================================== --- gcc/collect2.c (revision 270408) +++ gcc/collect2.c (working copy) @@ -1640,7 +1640,7 @@ printf (" --help Display this information\n"); printf (" -v, --version Display this program's version number\n"); printf ("\n"); - printf ("Overview: http://gcc.gnu.org/onlinedocs/gccint/Collect2.html\n"); + printf ("Overview: https://gcc.gnu.org/onlinedocs/gccint/Collect2.html\n"); printf ("Report bugs: %s\n", bug_report_url); printf ("\n"); }