Aljoscha Pörtner created KAFKA-9671:
---------------------------------------
Summary: Support sha512sum file format
Key: KAFKA-9671
URL: https://issues.apache.org/jira/browse/KAFKA-9671
Project: Kafka
Issue Type: Improvement
Components: packaging
Affects Versions: 2.4.0
Reporter: Aljoscha Pörtner
The generated *.tgz.sha512 can not be checked using sha512sum -c because of a
wrong file format generated by GPG. The problem applies to *.tgz.md5 and
*.tgz.sha1 aswell.
Current format:
{code:java}
kafka_2.12-2.4.0.tgz: 53B52F86 EA56C9FA C6204652 4F03F756 65A089EA 2DAE554A
EFE3A3D2 694F2DA8 8B5BA872 5D8BE55F 198BA806 95443559
ED9DE7C0 B2A2817F 7A614100 8FF79F49{code}
Expected format:
{code:java}
53b52f86ea56c9fac62046524f03f75665a089ea2dae554aefe3a3d2694f2da88b5ba8725d8be55f198ba80695443559ed9de7c0b2a2817f7a6141008ff79f49
kafka_2.12-2.4.0.tgz
{code}
A fix would help to improve to automate the check, e.g. within Dockerfiles.
*Discussion on the same topic at the Apache Spark project :
[http://apache-spark-developers-list.1001551.n3.nabble.com/Changing-how-we-compute-release-hashes-td23599.html|http://example.com]
Thank you.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)