You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2013/08/06 00:14:49 UTC

svn commit: r873099 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/checksums.html

Author: buildbot
Date: Mon Aug  5 22:14:49 2013
New Revision: 873099

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/checksums.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug  5 22:14:49 2013
@@ -1 +1 @@
-1510759
+1510782

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug  5 22:14:49 2013
@@ -1 +1 @@
-1510759
+1510782

Modified: websites/staging/ooo-site/trunk/content/download/checksums.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/checksums.html (original)
+++ websites/staging/ooo-site/trunk/content/download/checksums.html Mon Aug  5 22:14:49 2013
@@ -69,8 +69,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 verifications. It is sufficient to verify the signature, SHA256 or MD5 hash. However, it is
-recommended to prefer the SHA256 method than MD5.</p>
+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>
 <br />
 
 <h3 id="pgp_win">Verify on Windows</h3>
@@ -171,7 +171,7 @@ recommended to prefer the SHA256 method 
   <li>or</li>
   <li><pre>sha256sum -c &lt;AOO file&gt;.tar.gz.sha256</pre></li>
   <li>&nbsp;</li>
-  <li>When both SHA256 / MD5 hash values match it is indicated with an "&lt;AOO file&gt;.tar.gz: OK" statement.
+  <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?">
   section below</a>.</li>
@@ -217,7 +217,7 @@ recommended to prefer the SHA256 method 
   <li><pre>openssl dgst -sha256 &lt;AOO file&gt;.dmg</pre></li>
   <li><pre>cat &lt;SHA256 file&gt;.sha256</pre></li>
   <li>&nbsp;</li>
-  <li>Now compare both SHA256 / MD5 hash values.</li>
+  <li>Now compare the hash generated by OpenSSL with the value in the file.</li>
   <li>If they do not match, please see the <a href="#no_match" title="What to do when the values do not match?">
   section below</a>.</li>
 </ul>