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

mseidel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git


The following commit(s) were added to refs/heads/main by this push:
     new dbc07663a3 Updated checksums.html
dbc07663a3 is described below

commit dbc07663a3a7a552c8134489b1f5de05198d48df
Author: mseidel <msei...@apache.org>
AuthorDate: Wed Dec 11 23:19:09 2024 +0100

    Updated checksums.html
---
 content/download/checksums.html | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/content/download/checksums.html b/content/download/checksums.html
index e56e65eb7e..fd44fd2371 100644
--- a/content/download/checksums.html
+++ b/content/download/checksums.html
@@ -34,11 +34,11 @@
   Windows - Verify with SHA256 and MD5</a></h3></li>
   <li><h3><a href="#pgp_linux"    title="How to verify with PGP/ASC and KEYS 
signatures on Linux">
   Linux - Verify with PGP and KEYS</a></h3></li>
-  <li><h3><a href="#hash_linux"   title="How to verify with SHA256 and MD5 
hash values on Linux">
-  Linux - Verify with SHA256 and MD5</a></h3></li>
-  <li><h3><a href="#pgp_mac"      title="How to verify with PGP/ASC and KEYS 
signatures on Mac OS">
+  <li><h3><a href="#hash_linux"   title="How to verify with SHA512 / SHA256 
and MD5 hash values on Linux">
+  Linux - Verify with SHA512 / SHA256 and MD5</a></h3></li>
+  <li><h3><a href="#pgp_mac"      title="How to verify with PGP/ASC and KEYS 
signatures on macOS">
   Mac OS - Verify with PGP and KEYS</a></h3></li>
-  <li><h3><a href="#hash_mac"     title="How to verify with SHA256 and MD5 
hash values on Mac OS">
+  <li><h3><a href="#hash_mac"     title="How to verify with SHA256 and MD5 
hash values on macOS">
   Mac OS - Verify with SHA26 and MD5</a></h3></li>
   <li><h3><a href="#no_match"     title="What to do when the values do not 
match?">
   What to do when the values do not match?</a></h3></li>
@@ -55,8 +55,8 @@
 processed on the downloaded file is a way to make sure that the content is 
transferred OK and has not been damaged during
 the download process.</p>
 <p><b>Note:</b><br />
-There is no need to do all the verifications. The best is to check the PGP 
signature (.asc) file. Failing that, use the
-SHA256 hash, otherwise use the MD5 hash.</p>
+There is no need to do all the verification. The best is to check the PGP 
signature (.asc) file. Failing that, use the
+SHA512 / SHA256 hash, or (for older releases) the MD5 hash.</p>
 <br />
 
 <h3 id="internet">Verify in the Internet</h3>
@@ -124,7 +124,7 @@ SHA256 hash, otherwise use the MD5 hash.</p>
 
 <ul>
   <li>There are several tools available like
-  <a href="http://implbits.com/products/hashtab/"; title="HashTab (by 
Implbits.com)">"HashTab"</a>,
+  <a href="https://implbits.com/hashtab"; title="HashTab (by 
Implbits.com)">"HashTab"</a>,
   <a href="http://www.pc-tools.net/win32/md5sums/"; title="MD5sums (by 
PC-Tools.Net)">"MD5sums"</a>,
   <a href="https://www.slavasoft.com/fsum/"; title="FSUM (by 
SlavaSoft.com)">"FSUM"</a>,
   <a href="https://sourceforge.net/projects/quickhash/"; title="Quick Hash GUI 
(by tedtechnology)">"Quick Hash GUI"</a>,
@@ -171,20 +171,23 @@ SHA256 hash, otherwise use the MD5 hash.</p>
 </ul>
 <br />
 
-<p id="hash_linux"><b>How to verify SHA256 / MD5 hash values</b></p>
+<p id="hash_linux"><b>How to verify SHA512 / SHA256 / MD5 hash values</b></p>
 <br />
 
 <ul>
-  <li>The instructions to compare SHA256 and MD5 hash values are very similar. 
Therefore both are mentioned together.</li>
+  <li>The instructions to compare SHA512 / SHA256 and MD5 hash values are very 
similar. Therefore they are mentioned together.</li>
   <li>&nbsp;</li>
-  <li>Open a terminal and change to the directory with the downloaded AOO and 
SHA256 / MD5 file.</li>
+  <li>Open a terminal and change to the directory with the downloaded AOO and 
SHA512 / SHA256 / MD5 file.</li>
   <li>Type in the following commands:</li>
   <li>&nbsp;</li>
-  <li><pre>cd &lt;path_to_AOO_and_SHA256/MD5_files&gt;</pre></li>
+  <li><pre>cd &lt;path_to_AOO_and_SHA512/SHA256/MD5_files&gt;</pre></li>
   <li><pre>md5sum -c &lt;AOO file&gt;.tar.gz.md5</pre></li>
   <li>or</li>
   <li><pre>sha256sum -c &lt;AOO file&gt;.tar.gz.sha256</pre></li>
   <li>&nbsp;</li>
+  <li>or</li>
+  <li><pre>sha512sum -c &lt;AOO file&gt;.tar.gz.sha512</pre></li>
+  <li>&nbsp;</li>
   <li>If the hash matches this is indicated by "&lt;AOO file&gt;.tar.gz: OK".
   <br />Otherwise "WARNING: 1 of 1 computed checksum did NOT match".</li>
   <li>If they do not match, please see the <a href="#no_match" title="What to 
do when the values do not match?">
@@ -194,7 +197,7 @@ SHA256 hash, otherwise use the MD5 hash.</p>
 <p class="footer"><small><a href="#" title="Go to the start of the page">Start 
of page</a></small></p>
 <br />
 
-<h3 id="pgp_mac">Verify on Mac OS</h3>
+<h3 id="pgp_mac">Verify on macOS</h3>
 
 <p><b>How to verify with PGP/ASC signatures</b></p>
 <br />

Reply via email to