You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2015/10/31 20:25:27 UTC

[jira] [Created] (BIGTOP-2109) Getting rid of md5 and sha1 for release artifacts

Konstantin Boudnik created BIGTOP-2109:
------------------------------------------

             Summary: Getting rid of md5 and sha1 for release artifacts
                 Key: BIGTOP-2109
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2109
             Project: Bigtop
          Issue Type: Bug
          Components: build
    Affects Versions: 1.0.0
            Reporter: Konstantin Boudnik
             Fix For: 1.1.0


As discussed on the dev list [recently| ] it is wise to stop relying on md5 and sha1 sums as they are inherently insecure. [~apurtell] has suggested to use Hbase approach on this by essentially doing
{code} for i in *.tar.gz; do echo $i; gpg --print-mds $i > $i.mds ; done {code}




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