This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
The following commit(s) were added to refs/heads/asf-site by this push: new fcdb803063 git-site-role commit from copy_staging.sh fcdb803063 is described below commit fcdb803063c1c799c66e051bb2297f71f28a79fa Author: jenkins <bui...@apache.org> AuthorDate: Wed Dec 11 23:03:32 2024 +0000 git-site-role commit from copy_staging.sh --- content/download/checksums.html | 32 +++++++++++++++++--------------- content/feed.xml | 4 ++-- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/content/download/checksums.html b/content/download/checksums.html index ef60941ee7..bb4383d3b2 100644 --- a/content/download/checksums.html +++ b/content/download/checksums.html @@ -53,12 +53,12 @@ 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"> - 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"> - Mac OS - Verify with SHA26 and MD5</a></h3></li> + <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"> + macOS - 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 macOS"> + macOS - 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> <li><h3><a href="#notes" title="Please read the important notes before downloading and using Apache OpenOffice"> @@ -74,8 +74,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> @@ -143,7 +143,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>, @@ -190,19 +190,21 @@ 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> </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> </li> - <li><pre>cd <path_to_AOO_and_SHA256/MD5_files></pre></li> - <li><pre>md5sum -c <AOO file>.tar.gz.md5</pre></li> + <li><pre>cd <path_to_AOO_and_SHA512/SHA256/MD5_files></pre></li> + <li><pre>sha512sum -c <AOO file>.tar.gz.sha512</pre></li> <li>or</li> <li><pre>sha256sum -c <AOO file>.tar.gz.sha256</pre></li> + <li>or</li> + <li><pre>md5sum -c <AOO file>.tar.gz.md5</pre></li> <li> </li> <li>If the hash matches this is indicated by "<AOO file>.tar.gz: OK". <br />Otherwise "WARNING: 1 of 1 computed checksum did NOT match".</li> @@ -213,7 +215,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 /> diff --git a/content/feed.xml b/content/feed.xml index 186bcc4c63..3f936d2047 100644 --- a/content/feed.xml +++ b/content/feed.xml @@ -6,8 +6,8 @@ <atom:link href="http://localhost:8820/feed.xml" rel="self" type="application/rss+xml" /> <description>OpenOffice.org Feed</description> <language>en-us</language> - <pubDate>Sat, 23 Nov 2024 15:21:38 +0000</pubDate> - <lastBuildDate>Sat, 23 Nov 2024 15:21:38 +0000</lastBuildDate> + <pubDate>Wed, 11 Dec 2024 22:55:11 +0000</pubDate> + <lastBuildDate>Wed, 11 Dec 2024 22:55:11 +0000</lastBuildDate> </channel>