[jira] [Updated] (HBASE-20089) make_rc.sh should name SHA-512 checksum files with the extension .sha512

2019-02-01 Thread Andrew Purtell (JIRA)


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

Andrew Purtell updated HBASE-20089:
---
Fix Version/s: (was: 1.5.0)

> make_rc.sh should name SHA-512 checksum files with the extension .sha512
> 
>
> Key: HBASE-20089
> URL: https://issues.apache.org/jira/browse/HBASE-20089
> Project: HBase
>  Issue Type: Task
>Reporter: Andrew Purtell
>Assignee: Josh Elser
>Priority: Minor
> Fix For: 1.3.2, 1.4.3, 2.0.0
>
> Attachments: HBASE-20089.001.patch
>
>
> From [~elserj]
> {quote}
> we need to update the checksum naming convention for SHA*. Per [1], .sha 
> filenames should only contain SHA1, and .sha512 file names should be used for 
> SHA512 xsum. I believe this means we just need to modify make_rc.sh to put 
> the xsum into .sha512 instead of .sha. We do not need to distribute SHA1 
> xsums and, afaik, there is little cryptographic value to this.
> [1] http://www.apache.org/dev/release-distribution.html#sigs-and-sums
> {quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20089) make_rc.sh should name SHA-512 checksum files with the extension .sha512

2018-02-27 Thread Josh Elser (JIRA)

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

Josh Elser updated HBASE-20089:
---
  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

> make_rc.sh should name SHA-512 checksum files with the extension .sha512
> 
>
> Key: HBASE-20089
> URL: https://issues.apache.org/jira/browse/HBASE-20089
> Project: HBase
>  Issue Type: Task
>Reporter: Andrew Purtell
>Assignee: Josh Elser
>Priority: Minor
> Fix For: 2.0.0, 1.3.2, 1.5.0, 1.4.3
>
> Attachments: HBASE-20089.001.patch
>
>
> From [~elserj]
> {quote}
> we need to update the checksum naming convention for SHA*. Per [1], .sha 
> filenames should only contain SHA1, and .sha512 file names should be used for 
> SHA512 xsum. I believe this means we just need to modify make_rc.sh to put 
> the xsum into .sha512 instead of .sha. We do not need to distribute SHA1 
> xsums and, afaik, there is little cryptographic value to this.
> [1] http://www.apache.org/dev/release-distribution.html#sigs-and-sums
> {quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20089) make_rc.sh should name SHA-512 checksum files with the extension .sha512

2018-02-26 Thread Josh Elser (JIRA)

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

Josh Elser updated HBASE-20089:
---
Status: Patch Available  (was: Open)

> make_rc.sh should name SHA-512 checksum files with the extension .sha512
> 
>
> Key: HBASE-20089
> URL: https://issues.apache.org/jira/browse/HBASE-20089
> Project: HBase
>  Issue Type: Task
>Reporter: Andrew Purtell
>Assignee: Josh Elser
>Priority: Minor
> Fix For: 2.0.0, 1.3.2, 1.5.0, 1.4.3
>
> Attachments: HBASE-20089.001.patch
>
>
> From [~elserj]
> {quote}
> we need to update the checksum naming convention for SHA*. Per [1], .sha 
> filenames should only contain SHA1, and .sha512 file names should be used for 
> SHA512 xsum. I believe this means we just need to modify make_rc.sh to put 
> the xsum into .sha512 instead of .sha. We do not need to distribute SHA1 
> xsums and, afaik, there is little cryptographic value to this.
> [1] http://www.apache.org/dev/release-distribution.html#sigs-and-sums
> {quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20089) make_rc.sh should name SHA-512 checksum files with the extension .sha512

2018-02-26 Thread Josh Elser (JIRA)

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

Josh Elser updated HBASE-20089:
---
Attachment: HBASE-20089.001.patch

> make_rc.sh should name SHA-512 checksum files with the extension .sha512
> 
>
> Key: HBASE-20089
> URL: https://issues.apache.org/jira/browse/HBASE-20089
> Project: HBase
>  Issue Type: Task
>Reporter: Andrew Purtell
>Assignee: Josh Elser
>Priority: Minor
> Fix For: 2.0.0, 1.3.2, 1.5.0, 1.4.3
>
> Attachments: HBASE-20089.001.patch
>
>
> From [~elserj]
> {quote}
> we need to update the checksum naming convention for SHA*. Per [1], .sha 
> filenames should only contain SHA1, and .sha512 file names should be used for 
> SHA512 xsum. I believe this means we just need to modify make_rc.sh to put 
> the xsum into .sha512 instead of .sha. We do not need to distribute SHA1 
> xsums and, afaik, there is little cryptographic value to this.
> [1] http://www.apache.org/dev/release-distribution.html#sigs-and-sums
> {quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HBASE-20089) make_rc.sh should name SHA-512 checksum files with the extension .sha512

2018-02-26 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-20089:
---
Fix Version/s: 1.4.3
   1.5.0
   1.3.2
   2.0.0

> make_rc.sh should name SHA-512 checksum files with the extension .sha512
> 
>
> Key: HBASE-20089
> URL: https://issues.apache.org/jira/browse/HBASE-20089
> Project: HBase
>  Issue Type: Task
>Reporter: Andrew Purtell
>Priority: Minor
> Fix For: 2.0.0, 1.3.2, 1.5.0, 1.4.3
>
>
> From [~elserj]
> {quote}
> we need to update the checksum naming convention for SHA*. Per [1], .sha 
> filenames should only contain SHA1, and .sha512 file names should be used for 
> SHA512 xsum. I believe this means we just need to modify make_rc.sh to put 
> the xsum into .sha512 instead of .sha. We do not need to distribute SHA1 
> xsums and, afaik, there is little cryptographic value to this.
> [1] http://www.apache.org/dev/release-distribution.html#sigs-and-sums
> {quote}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)