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 <AOO file>.tar.gz.sha256</pre></li> <li> </li> - <li>When both SHA256 / MD5 hash values match it is indicated with an "<AOO file>.tar.gz: OK" statement. + <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> <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 <AOO file>.dmg</pre></li> <li><pre>cat <SHA256 file>.sha256</pre></li> <li> </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>