You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (Jira)" <ji...@apache.org> on 2019/10/13 20:59:00 UTC

[jira] [Created] (MNG-6784) Create correct SHA512 content

Karl Heinz Marbaise created MNG-6784:
----------------------------------------

             Summary: Create correct SHA512 content
                 Key: MNG-6784
                 URL: https://issues.apache.org/jira/browse/MNG-6784
             Project: Maven
          Issue Type: Improvement
          Components: Deployment
    Affects Versions: 3.6.2
            Reporter: Karl Heinz Marbaise
             Fix For: 3.6.3


Currently the created SHA512 which is used for the distribution area contains only the checksum but not the filename which results in bad output if the checksums being checked via command line tool:

{code}
$ shasum -c apache-maven-3.2.5-bin.tar.gz.sha512
$ shasum: apache-maven-3.2.5-bin.tar.gz.sha512: no properly formatted SHA checksum lines found
{code}

The checksum should be enhanced to support that correctly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)