This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Signature verification problem...


On Fri, 16 Jul 2004, Gabriel Dos Reis wrote:
>> Perhaps we could put this information on the website somewhere?
>> Ideally with Mark's key fingerprint included.
> That looks to me to be a good suggestion -- the keys would
> be those of people "authorized" to upload GCC on ftp.gnu.org
> and I believe all of them have signed GGC tarballs as of today.

Yes, even though this only applies to ftp.gnu.org (and not gcc.gnu.org)
it looks like a good idea.

I went ahead and committed the patch below, as an initial attempt; please
complete your information, Gaby and Mark.

(Mark, I noticed that on the public key servers your key does not seem to
have any signatures.  We should change that when we meet next. ;-) )

Gerald

Mention GnuPG keys signing archives and add mine.  On the way, simplify
the page a bit.

Index: mirrors.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/mirrors.html,v
retrieving revision 1.151
diff -u -3 -p -r1.151 mirrors.html
--- mirrors.html	9 Jul 2004 19:31:32 -0000	1.151
+++ mirrors.html	16 Jul 2004 15:58:02 -0000
@@ -8,16 +8,18 @@

 <h1>GCC mirror sites</h1>

-<p>These sites mirror the gcc.gnu.org FTP site (California, USA) directly.
-Please let us know if you are mirroring our FTP site so we can note it
-here!</p>
+<p>These sites mirror the gcc.gnu.org FTP site (California, USA)
+directly.</p>

 <p>Our releases are also available on the
 <a href="http://www.gnu.org/order/ftp.html";>GNU FTP server and its mirror
-sites</a>.</p>
+sites</a>.  The archives there will be signed by one of the following
+GnuPG keys:</p>

-<p>If you want to mirror the whole GCC CVS repository, ask about
-<a href="cvsup.html">CVSup access</a>.</p>
+<pre>
+1024D/745C015A 1999-11-09 Gerald Pfeifer &lt;gerald@pfeifer.com;gt;
+Key fingerprint = B215 C163 3BCA 0477 615F  1B35 A5B3 A004 745C 015A
+</pre>

 <ul>
 <li>Australia: <a href="ftp://mirror.aarnet.edu.au/pub/gcc/";>mirror.aarnet.edu.au</a></li>
@@ -53,7 +55,6 @@ sites</a>.</p>
 <li>US (Virginia): <a href="ftp://mirrors.rcn.net/pub/sourceware/gcc/";>mirrors.rcn.net</a> (also available via <a href="http://mirrors.rcn.net/pub/sourceware/gcc/";>http</a>)</li>
 <li>US (St. Louis, releases only): <a href="ftp://mirrors.laffeycomputer.com/pub/gcc.gnu.org/pub/gcc/";>mirrors.laffeycomputer.com</a>, thanks to mirrormaster at laffey dot biz</li>
 <li>US (Austin, Texas): <a href="http://www.binarycode.org/gcc/";>www.binarycode.org</a></li>
-
 </ul>

 <p>If you wish to host a new mirror site, please contact
@@ -61,5 +62,8 @@ sites</a>.</p>
 name of the server, the path to the GCC mirror and the country/city
 where the mirror is located.</p>

+<p>If you want to mirror the whole GCC CVS repository, ask about
+<a href="cvsup.html">CVSup access</a>.</p>
+
 </body>
 </html>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]