From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32070 invoked by alias); 14 Aug 2010 21:56:33 -0000 Received: (qmail 32060 invoked by uid 22791); 14 Aug 2010 21:56:32 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from vexpert.dbai.tuwien.ac.at (HELO vexpert.dbai.tuwien.ac.at) (128.131.111.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 14 Aug 2010 21:56:27 +0000 Received: from acrux.dbai.tuwien.ac.at (acrux.dbai.tuwien.ac.at [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id CECA81E053; Sat, 14 Aug 2010 23:56:22 +0200 (CEST) Date: Sun, 15 Aug 2010 16:07:00 -0000 From: Gerald Pfeifer To: Dennis Clarke cc: gcc@gcc.gnu.org Subject: Re: gcc-4.4-20080725 is now available In-Reply-To: Message-ID: References: <20080725224544.32613.qmail@sourceware.org> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2010-08/txt/msg00235.txt.bz2 On Sat, 26 Jul 2008, Dennis Clarke wrote: > Would be nice to have md5 sums there also > > $ /opt/csw/bin/openssl md5 gcc-4.4-20080725.tar.bz2 > MD5(gcc-4.4-20080725.tar.bz2)= 865deaea79c12635f9a9b92937df8d41 > > etc etc This is an excellent idea. I just implemented a change to that effect and today's snapshot for GCC 4.6 has this: http://gcc.gnu.org/ml/gcc/2010-08/msg00232.html I am not really satisfied about how this looks yet and will tweak this a bit over time. Any suggestions for further improvements, let me know! Gerald