This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sis-site.git

commit ff7e72165074efbf2b90c95f470a3860d5d97f49
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Thu Sep 30 16:49:14 2021 +0200

    Remove all references to MD5 sums and make explicit that SHA sums are SHA 
512.
    https://issues.apache.org/jira/browse/SIS-475
---
 source/downloads.md          | 15 ++++++---------
 source/release-management.md |  2 +-
 2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/source/downloads.md b/source/downloads.md
index 04b9049..5497b94 100644
--- a/source/downloads.md
+++ b/source/downloads.md
@@ -17,9 +17,9 @@ For convenience, an aggregated Javadoc and a pre-compiled JAR 
file are available
 The precompiled JAR file contains most modules and dependencies in a single 
archive for easier inclusion
 in a classpath.
 
-* [Apache SIS 1.1 sources][src] \[[PGP][src-PGP]\] \[[MD5][src-MD5]\] 
\[[SHA][src-SHA]\]
-* [Apache SIS 1.1 javadoc][doc] \[[PGP][doc-PGP]\] \[[MD5][doc-MD5]\] 
\[[SHA][doc-SHA]\]
-* [Apache SIS 1.1 binary][bin]  \[[PGP][bin-PGP]\] \[[MD5][bin-MD5]\] 
\[[SHA][bin-SHA]\]
+* [Apache SIS 1.1 sources][src] \[[PGP][src-PGP]\] \[[SHA 512][src-SHA]\]
+* [Apache SIS 1.1 javadoc][doc] \[[PGP][doc-PGP]\] \[[SHA 512][doc-SHA]\]
+* [Apache SIS 1.1 binary][bin]  \[[PGP][bin-PGP]\] \[[SHA 512][bin-SHA]\]
 
 ## Verify signatures    {#release-gpg}
 
@@ -125,11 +125,8 @@ See [How to use EPSG geodetic dataset](epsg.html) page for 
more information.
 [src-PGP]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-src.zip.asc
 [doc-PGP]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-doc.zip.asc
 [bin-PGP]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-bin.zip.asc
-[src-MD5]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-src.zip.md5
-[doc-MD5]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-doc.zip.md5
-[bin-MD5]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-bin.zip.md5
-[src-SHA]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-src.zip.sha
-[doc-SHA]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-doc.zip.sha
-[bin-SHA]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-bin.zip.sha
+[src-SHA]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-src.zip.sha512
+[doc-SHA]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-doc.zip.sha512
+[bin-SHA]:  https://www.apache.org/dist/sis/1.1/apache-sis-1.1-bin.zip.sha512
 [EPSG]:     https://epsg.org/
 [EPSG-ToU]: https://epsg.org/terms-of-use.html
diff --git a/source/release-management.md b/source/release-management.md
index 3b37d35..64908ae 100644
--- a/source/release-management.md
+++ b/source/release-management.md
@@ -263,7 +263,7 @@ mvn clean deploy --activate-profiles apache-release
 
 Verify the staged artifacts in the [Nexus repository][repository].
 The artifacts can be found under _Build Promotion_ → _Staging repositories_, 
and searching for `org.apache.sis` in the _Repository_ column.
-Navigate through the artifact tree and make sure that all javadoc, source and 
jar files have `.asc` (GPG signature) and `.md5` files.
+Navigate through the artifact tree and make sure that all javadoc, source and 
jar files have `.asc` (GPG signature) and `.sha1` files.
 Select any `*-javadoc.jar` file and click on the <cite>Archive Browser</cite> 
tab on the right side.
 Select any `*.html` file which is known to use some of the custom taglets 
defined in the `sis-build-helper` module.
 Click on that file and verify that the custom elements are rendered properly.

Reply via email to