From a865530f8cff40d30934dbafacb87385f9a7c28a Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Wed, 16 Aug 2017 13:44:58 +0000 Subject: [PATCH] As per ".sha Release Distribution Policy" email, also generate .sha512 hashes for dist git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1805198 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index a3564f0159..5aeb3600c7 100644 --- a/build.xml +++ b/build.xml @@ -2118,7 +2118,7 @@ under the License. Distribution located in ${dist.dir} - Use "ant dist-checksum" to create md5/sha1 checksums and GPG signatures + Use "ant dist-checksum" to create md5/sha1/sha512 checksums and GPG signatures @@ -2356,6 +2356,9 @@ under the License. + + + @@ -2363,7 +2366,7 @@ under the License. - + @@ -2432,6 +2435,9 @@ under the License. ]]> + + + @@ -2439,7 +2445,7 @@ under the License. - + @@ -2736,12 +2742,16 @@ under the License. + + + + @@ -2773,6 +2783,9 @@ under the License.
SHA1 checksum: ${bin-tar-sha1} +
+ SHA512 checksum: + ${bin-tar-sha512}
  • poi-bin-${version.id}-${file_date}.zip (${bin-zip-size} MB, signature (.asc)) @@ -2782,6 +2795,9 @@ under the License.
    SHA1 checksum: ${bin-zip-sha1} +
    + SHA512 checksum: + ${bin-zip-sha512}
  • @@ -2795,6 +2811,9 @@ under the License.
    SHA1 checksum: ${src-tar-sha1} +
    + SHA512 checksum: + ${src-tar-sha512}
  • poi-src-${version.id}-${file_date}.zip (${src-zip-size} MB, signature (.asc)) @@ -2804,6 +2823,9 @@ under the License.
    SHA1 checksum: ${src-zip-sha1} +
    + SHA512 checksum: + ${src-zip-sha512}
  • -- 2.39.5