diff mbox

[wwwdocs] Convert our cgi-bin invocations to https

Message ID alpine.LSU.2.11.1407011802020.30120@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer July 1, 2014, 4:04 p.m. UTC
These services run on gcc.gnu.org only, but also need to be
accessed from our www.gnu.org/software/gcc mirror, hence the
requirement to have an absolute link.

Applied.

Gerald
diff mbox

Patch

Index: lists.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/lists.html,v
retrieving revision 1.110
diff -u -r1.110 lists.html
--- lists.html	28 Jun 2014 10:34:16 -0000	1.110
+++ lists.html	1 Jul 2014 16:02:01 -0000
@@ -195,7 +195,7 @@ 
 -->
 
 <blockquote>
-<form method="get" action="http://gcc.gnu.org/cgi-bin/ml-request">
+<form method="get" action="https://gcc.gnu.org/cgi-bin/ml-request">
   <p>Mailing list: 
   <select name="listname">
    <option value="gcc-announce">gcc-announce</option>
Index: search.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/search.html,v
retrieving revision 1.190
diff -u -r1.190 search.html
--- search.html	1 Mar 2013 10:36:04 -0000	1.190
+++ search.html	1 Jul 2014 16:02:03 -0000
@@ -7,7 +7,7 @@ 
 <body>
 <h1><a href="index.html">GCC</a> detailed search</h1>
 <hr />
-<form method="get" action="http://gcc.gnu.org/cgi-bin/htsearch">
+<form method="get" action="https://gcc.gnu.org/cgi-bin/htsearch">
 <font size="-1">
 Match: <select name="method">
 <option value="boolean">Boolean expression</option>
Index: searchbox.ihtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/searchbox.ihtml,v
retrieving revision 1.15
diff -u -r1.15 searchbox.ihtml
--- searchbox.ihtml	21 Sep 2006 14:17:36 -0000	1.15
+++ searchbox.ihtml	1 Jul 2014 16:02:03 -0000
@@ -1,6 +1,6 @@ 
 <div style="font-size:90%;">
 
-<form method="get" action="http://gcc.gnu.org/cgi-bin/search.cgi">
+<form method="get" action="https://gcc.gnu.org/cgi-bin/search.cgi">
 <input type="text" size="30" name="q" value="" style="font-size:90%;" />
 <input type="hidden" name="cmd" value="Search" />
 <input type="submit" value="Search" style="font-size:90%;" />
Index: about.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/about.html,v
retrieving revision 1.23
diff -u -r1.23 about.html
--- about.html	28 Jun 2014 07:45:04 -0000	1.23
+++ about.html	1 Jul 2014 16:02:03 -0000
@@ -18,7 +18,7 @@ 
 </a>.</p>
 
 <p>The web pages are under <a href="#cvs">CVS control</a> and you
-can <a href="http://gcc.gnu.org/cgi-bin/cvsweb.cgi/wwwdocs/">browse
+can <a href="https://gcc.gnu.org/cgi-bin/cvsweb.cgi/wwwdocs/">browse
 the repository</a> online.
 The pages on gcc.gnu.org are updated "live" directly after a
 change has been made; www.gnu.org is updated once a day at 4:00 -0700