You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by parthchandra <gi...@git.apache.org> on 2017/09/21 00:01:59 UTC

[GitHub] drill pull request #951: DRILL-5727: Update release profile to generate SHA-...

GitHub user parthchandra opened a pull request:

    https://github.com/apache/drill/pull/951

    DRILL-5727: Update release profile to generate SHA-512 checksum.

    New Apache release guidelines require a sha-512 checksum 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/parthchandra/drill DRILL-5727

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/951.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #951
    
----
commit ed1d5508dbe70a7b58bbf36628325462644ed19e
Author: Parth Chandra <pa...@apache.org>
Date:   2017-09-20T20:42:54Z

    DRILL-5727: Update release profile to generate SHA-512 checksum.

----


---

[GitHub] drill pull request #951: DRILL-5727: Update release profile to generate SHA-...

Posted by parthchandra <gi...@git.apache.org>.
Github user parthchandra commented on a diff in the pull request:

    https://github.com/apache/drill/pull/951#discussion_r140309349
  
    --- Diff: pom.xml ---
    @@ -977,6 +977,7 @@
                   <algorithms>
                     <algorithm>MD5</algorithm>
                     <algorithm>SHA-1</algorithm>
    +                <algorithm>SHA-512</algorithm>
    --- End diff --
    
    Done


---

[GitHub] drill pull request #951: DRILL-5727: Update release profile to generate SHA-...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/drill/pull/951


---

[GitHub] drill pull request #951: DRILL-5727: Update release profile to generate SHA-...

Posted by arina-ielchiieva <gi...@git.apache.org>.
Github user arina-ielchiieva commented on a diff in the pull request:

    https://github.com/apache/drill/pull/951#discussion_r140129986
  
    --- Diff: pom.xml ---
    @@ -977,6 +977,7 @@
                   <algorithms>
                     <algorithm>MD5</algorithm>
                     <algorithm>SHA-1</algorithm>
    +                <algorithm>SHA-512</algorithm>
    --- End diff --
    
    Maybe we can remove SHA-1 usage?


---

[GitHub] drill issue #951: DRILL-5727: Update release profile to generate SHA-512 che...

Posted by arina-ielchiieva <gi...@git.apache.org>.
Github user arina-ielchiieva commented on the issue:

    https://github.com/apache/drill/pull/951
  
    +1, LGTM.


---