You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2018/08/02 16:04:00 UTC

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

     [ https://issues.apache.org/jira/browse/YETUS-365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Allen Wittenauer resolved YETUS-365.
------------------------------------
    Resolution: Won't Fix

Everything has moved to sha1 using shasum so should be standardized.

Closing as won't fix.

> 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
(v7.6.3#76005)