From patchwork Wed Jun 11 18:42:57 2014
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: Tobias Burnus
X-Patchwork-Id: 358855
Return-Path:
X-Original-To: incoming@patchwork.ozlabs.org
Delivered-To: patchwork-incoming@bilbo.ozlabs.org
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 55A80140096
for ;
Thu, 12 Jun 2014 04:43:21 +1000 (EST)
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id
:list-unsubscribe:list-archive:list-post:list-help:sender
:message-id:date:from:mime-version:to:subject:references
:in-reply-to:content-type; q=dns; s=default; b=McFUtXXR+d1mrQTmU
+/2bsIxqClCEbQdHv3aW+rZHykz3C15nJgKRHaM4TSGYS9IhE4oyTv8ZKk0h2C/V
sWvcHjEJudhLA/M2y/E4SRNpCNpBoeGm8N0I3jZn43QuiikubQHIHXIUoZKR9DXA
9cNQq5FV4ouMMXI28CBQhfy6p4=
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
:message-id:date:from:mime-version:to:subject:references
:in-reply-to:content-type; s=default; bh=o1Z+v9BAXTjacOnVxthwmz6
24sw=; b=iJ1GCjhZSe3nGqNQzttzB1Av44I2OrRx9cJrUV/+pSYwc6t1MOpsBtD
Ls9BO0gExW8e20ZrwBGgJ9IUft2U5P1KpDrVhFjHxgHWx5ofK28x9MNDTHYEB93i
jNZWg7EFWC05QU4Sa/AP1RvSsdPqGSWHR7G26N9wYoLUa5ssdh2U=
Received: (qmail 1501 invoked by alias); 11 Jun 2014 18:43:12 -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 1492 invoked by uid 89); 11 Jun 2014 18:43:11 -0000
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=3.1 required=5.0 tests=AWL, BAYES_50,
SPAM_SUBJECT1 autolearn=no version=3.3.2
X-HELO: mx01.qsc.de
Received: from mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by
sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with
(AES256-SHA encrypted) ESMTPS; Wed, 11 Jun 2014 18:43:04 +0000
Received: from tux.net-b.de (port-92-194-5-161.dynamic.qsc.de
[92.194.5.161]) (using TLSv1 with cipher DHE-RSA-AES256-SHA
(256/256 bits)) (No client certificate requested) by
mx01.qsc.de (Postfix) with ESMTPSA id 681083CC74;
Wed, 11 Jun 2014 20:42:59 +0200 (CEST)
Message-ID: <5398A331.9080707@net-b.de>
Date: Wed, 11 Jun 2014 20:42:57 +0200
From: Tobias Burnus
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: gcc-patches ,
Gerald Pfeifer
Subject: Re: [wwwdocs, patch,
committed] Changed some http://gcc.gnu.org to https
References: <53989616.2030707@net-b.de>
In-Reply-To: <53989616.2030707@net-b.de>
Tobias Burnus wrote:
> given that the webserver now redirects http accesses to https, it
> makes sense that all references already use https.
This patch converts some more files, but I think one should at some
point change all files.
Tobias
gcc-4.7/buildstat.html | 146 ++++++++++++++++++++++++------------------------
gcc-4.7/changes.html | 62 ++++++++++----------
gcc-4.7/index.html | 10 +--
gcc-4.7/porting_to.html | 10 +--
gcc-4.8/buildstat.html | 128 +++++++++++++++++++++---------------------
gcc-4.8/changes.html | 44 +++++++-------
gcc-4.8/index.html | 10 +--
gcc-4.8/porting_to.html | 2
gcc-4.9/changes.html | 26 ++++----
gcc-4.9/porting_to.html | 8 +-
svn.html | 70 +++++++++++------------
Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.192
diff -u -r1.192 svn.html
--- svn.html 7 Mar 2014 20:29:16 -0000 1.192
+++ svn.html 11 Jun 2014 18:40:54 -0000
@@ -17,7 +17,7 @@
large. That way you can pick up any version (including releases) of
GCC that is in our repository.
-In addition you can browse
+In addition you can browse
our SVN history online.
(Our web pages are managed via CVS.)
@@ -41,7 +41,7 @@
the svn protocol does not work; the http protocol has a higher server
overhead associated with it and will be slower.
-There is more information
+There is more information
about Subversion specifically for GCC in the GCC Wiki.