Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 66792 invoked from network); 10 Aug 2004 13:50:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Aug 2004 13:50:04 -0000 Received: (qmail 61250 invoked by uid 500); 10 Aug 2004 13:49:49 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 60999 invoked by uid 500); 10 Aug 2004 13:49:46 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 60972 invoked by uid 99); 10 Aug 2004 13:49:46 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received: from [140.247.210.252] (HELO latte.harvard.edu) (140.247.210.252) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 10 Aug 2004 06:49:46 -0700 Received: from latte.harvard.edu (65-78-25-19.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com [::ffff:65.78.25.19]) (AUTH: PLAIN mdiggory, SSL: TLSv1/SSLv3,128bits,RC4-MD5) by latte.harvard.edu with esmtp; Tue, 10 Aug 2004 09:49:42 -0400 Message-ID: <4118D301.1020306@latte.harvard.edu> Date: Tue, 10 Aug 2004 09:52:01 -0400 From: "Mark R. Diggory" Reply-To: mark_diggory@harvard.edu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7a) Gecko/20040219 X-Accept-Language: en-us, en, zh, zh-cn, zh-hk, zh-sg, zh-tw MIME-Version: 1.0 To: Tomcat Developers List CC: jfrederic.clere@fujitsu-siemens.com Subject: Re: Fwd: md5 sums for jakarta downloads References: <9C5166762F311146951505C6790A9CF80229BE53@US-VS1.corp.mpi.com> <4118D0D5.7040704@latte.harvard.edu> In-Reply-To: <4118D0D5.7040704@latte.harvard.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N For example here are the outputs of the various signing tools we use at this time: BSD md5: > md5 commons-collections-3.1.jar MD5 (commons-collections-3.1.jar) = d1dcb0fbee884bb855bb327b8190af36 while the GNU md5 script generates the following: [mdiggory@tribal jars]$ md5sum commons-collections-3.1.jar d1dcb0fbee884bb855bb327b8190af36 commons-collections-3.1.jar And maven just generates and uses: d1dcb0fbee884bb855bb327b8190af36 Yes, the nice thing about BSD md5 is that the -r can be used to make it look like the GNU md5sum output, it would probably be good if we started to use this as it will be more prevalent and possibly is the closest one can get to a standard: > md5 -r commons-collections-3.1.jar d1dcb0fbee884bb855bb327b8190af36 commons-collections-3.1.jar Mark R. Diggory wrote: > This is the md5 output generated by BSD md5 and not necessarily a > "standard", GNU md5sum generates a different format that is not > "standard" as well. For maven, just the checksum portion of the content > is stored in the file. > > It would be nice if there was a standard in this area, but I have yet to > see one in the internet community. We have the same problem with > generating md5 checksums for the maven repository at the moment. > > -Mark > > Shapira, Yoav wrote: > >> Hi, >> The format I use for MD5 sums is the standard one. Every other project >> I know uses this format, so I think if anything this user needs to >> adjust his preferences ;) However, if there's a standard or spec >> somewhere that mandates we use md5 -r (reverse output format), then >> sure, someone point me to it and I'll follow that spec when signing >> releases. >> >> Yoav Shapira >> Millennium Research Informatics >> >> >> >>> -----Original Message----- >>> From: jean-frederic clere [mailto:jfrederic.clere@fujitsu-siemens.com] >>> Sent: Tuesday, August 10, 2004 5:26 AM >>> To: Tomcat Developers List >>> Subject: Re: Fwd: md5 sums for jakarta downloads >>> >>> Pier Fumagalli wrote: >>> >>>> >>>> Begin forwarded message: >>>> >>>> >>>>> From: Andy Mudrak >>>>> Date: 10 August 2004 00:57:44 BST >>>>> To: webmaster@jakarta.apache.org >>>>> Subject: md5 sums for jakarta downloads >>>>> >>>>> Hi, >>>>> >>>>> >>>>> >>>>> I noticed that your MD5 sums on your website are not all formatted >>>>> correctly. I specifically downloaded the Tomcat 5.0.27 MD5 file, >> >> >> and >> >>>>> found this out. Not that it's a big deal or anything like that, but >>>>> it'd be good to have the MD5 properly formatted, that is the MD5 sum >>>>> and then the file name... >>> >>> >>> I am not sure that is a good idea: >>> +++ >>> -bash-2.05b$ openssl md5 toto >>> MD5(toto)= efd6b079984c77cd80254ff266e9ab43 >>> +++ >>> >>> And looking in the Jakarta "Binary downloads" I have found that a lot >> >> >> of >> >>> other >>> MD5 file are using the Tomcat format. >>> >>> >>>>> >>>>> >>>>> Thanks, >>>>> >>>>> >>>>> >>>>> Andy Mudrak >>>>> >>>>> ajmudrak@optonline.net >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org >>> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org >> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org >> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org >> > -- Mark Diggory Software Developer Harvard MIT Data Center http://www.hmdc.harvard.edu --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org