You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2006/01/10 03:10:50 UTC

DO NOT REPLY [Bug 38206] New: - errors in md5 files for both v5.5.12 and v5.0.28

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38206>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38206

           Summary: errors in md5 files for both v5.5.12 and v5.0.28
           Product: Tomcat 5
           Version: 5.5.12
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: joe@theocom.com


On windows 2000 pro, having downloaded both .exe and .md5 files for both 
v5.5.12 and v5.0.28 here is the result of the md5sum check:

C:\1dnlds\tomcat 5-0-28>md5sum -c jakarta-tomcat-5.0.28.exe.md5
md5sum: jakarta-tomcat-5.0.28.exe.md5: no properly formatted MD5 checksum lines 
found

I tried several ftp mirrors with the same result. I notice that the md5 file 
always comes from apache.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 38206] - errors in md5 files for both v5.5.12 and v5.0.28

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38206>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38206


Keith@Apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From Keith@Apache.org  2006-01-10 06:34 -------
Thanks for pointing this out.  I have corrected the build to
use the gnu md5sum format so cat *.MD5 | md5sum -c works ok.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 38206] - errors in md5 files for both v5.5.12 and v5.0.28

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38206>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38206


Keith@Apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 38206] - errors in md5 files for both v5.5.12 and v5.0.28

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38206>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38206





------- Additional Comments From joe@theocom.com  2006-01-11 01:26 -------
Thanks for the quick work , Keith.  -- Joe

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 38206] - errors in md5 files for both v5.5.12 and v5.0.28

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38206>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38206


joe@theocom.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|errors in md5 files for both|errors in md5 files for both
                   |v5.5.12 and v5.0.28         |v5.5.12 and v5.0.28




------- Additional Comments From joe@theocom.com  2006-01-10 03:31 -------
I used a text editor to look at the v5.0.28 .md5 file. It had only 1 line in it:

dc8ace2569bfcc1660b3a80278c08ba1

I looked at an md5 file for eclipse and it looked like this:
79d9f15b83e501259c44355ffef98070 *eclipse-SDK-3.1.1-win32.zip

When I made the tomcat md5 file look like this:
dc8ace2569bfcc1660b3a80278c08ba1 *jakarta-tomcat-5.0.28.exe

The resulting check was as follows:
C:\1dnlds\tomcat 5-0-28>md5sum -c jakarta-tomcat-5.0.28.exe.md5
jakarta-tomcat-5.0.28.exe: OK

We must need to fix up the md5 files.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org