Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] md5 checksums not matching on some eclipse.org downloads

The build system we use for Sapphire verifies downloads of various dependencies by checking published md5 checksums. We’ve been having trouble today moving to Indigo M4 because for at least one of the files, eclipse.org download server is consistently reporting the wrong checksum.

 

This is the file in question:

 

http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/downloads/drops/2.7.0/S201012150940/emf-xsd-Update-2.7.0M4a.zip

Actual Checksum: 353f7c08746bcd6ab336c2ca9b3e7556

 

This is the how we fetch the checksum:

 

http://www.eclipse.org/downloads/sums.php?file=/modeling/emf/emf/downloads/drops/2.7.0/S201012150940/emf-xsd-Update-2.7.0M4a.zip&type=md5

Retrieved Checksum: aca8645f904c11ee2ba4cfe84f5253c4

 

Curiously, if I go to EMF download site directly and hit their link for md5 checksum, I get the checksum that actually matches the downloaded file. Here is that URL:

 

http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.7.0/S201012150940/emf-xsd-Update-2.7.0M4a.zip.md5

 

This appears to be a case of a glitch in eclipse.org infrastructure. Yes? Can this be fixed?

 

- Konstantin


Back to the top