You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2016/04/04 05:55:25 UTC

[jira] [Created] (YETUS-365) Output format for md5 hash in RC is not platform-independent

Kengo Seki created YETUS-365:
--------------------------------

             Summary: Output format for md5 hash in RC is not platform-independent
                 Key: YETUS-365
                 URL: https://issues.apache.org/jira/browse/YETUS-365
             Project: Yetus
          Issue Type: Bug
          Components: build, website and documentation
    Affects Versions: 0.2.1
            Reporter: Kengo Seki
            Priority: Trivial


Verifying 0.2.1-RC1 on OS X in accordance with the verification section in the release document, diff'ing between md5 hashes fails because output format is different though the value itself is identical:

{code}
[sekikn@mobile 0.2.1-RC1]$ md5 yetus-0.2.1-src.tar.gz > yetus-0.2.1-src.tar.gz.my_md5
[sekikn@mobile 0.2.1-RC1]$ diff yetus-0.2.1-src.tar.gz.md5 yetus-0.2.1-src.tar.gz.my_md5 
1c1
< 35a24fa81b1cdd4966d7d77e1dd767f1  yetus-0.2.1-src.tar.gz
---
> MD5 (yetus-0.2.1-src.tar.gz) = 35a24fa81b1cdd4966d7d77e1dd767f1
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)