Return-Path: Delivered-To: apmail-repository-archive@www.apache.org Received: (qmail 34631 invoked from network); 26 Dec 2005 15:29:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Dec 2005 15:29:28 -0000 Received: (qmail 62444 invoked by uid 500); 26 Dec 2005 15:29:28 -0000 Delivered-To: apmail-repository-archive@apache.org Received: (qmail 62414 invoked by uid 500); 26 Dec 2005 15:29:27 -0000 Mailing-List: contact repository-help@apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: repository@apache.org List-Id: Delivered-To: mailing list repository@apache.org Received: (qmail 62402 invoked by uid 99); 26 Dec 2005 15:29:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Dec 2005 07:29:27 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [209.249.229.15] (HELO dewey.tsdinc.steitz.com) (209.249.229.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Dec 2005 07:29:25 -0800 Received: from [192.168.1.4] ([130.13.34.193]) by dewey.tsdinc.steitz.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 26 Dec 2005 10:28:17 -0500 Message-ID: <43B00C8C.1060007@steitz.com> Date: Mon, 26 Dec 2005 08:30:20 -0700 From: Phil Steitz User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: repository@apache.org Subject: Re: format .md5 files References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Dec 2005 15:28:17.0785 (UTC) FILETIME=[FEE64690:01C60A30] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Henk P. Penning wrote: > Hi, > > regarding .md5 files in the java-repository: The format generated > by people.apache.org's 'md5' program is : > > MD5 (HEADER.html) = 6bb98c724aad862e89acf7734408cf51 > > Is this format acceptable in 'dist/java-repository' ? > > Recently someone had a 'inconsistent md5' problem ; > can he/she use minotaurs md5 prog to generate new > .md5 files ? > > Henk Penning > > ---------------------------------------------------------------- _ > Henk P. Penning, Computer Systems Group R Uithof CGN-A232 _/ \_ > Dept of Computer Science, Utrecht University T +31 30 253 4106 / \_/ \ > Padualaan 14, 3584CH Utrecht, the Netherlands F +31 30 251 3791 \_/ \_/ > http://www.cs.uu.nl/staff/henkp.html M penning@cs.uu.nl \_/ > The output above is not consistent with what maven 1 produces when jars are deployed using maven 1's jar goal, nor is it consistent with what md5sum -b produces or expects when used to verify. This was recently discussed on commons-dev , where the consensus appeared to be to use the format produced by md5sum -b for .md5 files included in releases: * From Carlos' reply, I assume maven (2?) can "eat" the format above when verifying jars. Whatever we agree on, maven should be able to produce it as part of jar deployment as well, and we should probably use the same format for md5's attached to zips and tarballs. My preference would be to use a "standard" format if such a thing exists. Apologies if the format above is a standard and I am just ignorant of it. Phil