You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2012/06/03 00:21:21 UTC

svn commit: r1345597 - /incubator/ooo/ooo-site/trunk/content/download/checksums/3.4.0_checksums.html

Author: marcus
Date: Sat Jun  2 22:21:20 2012
New Revision: 1345597

URL: http://svn.apache.org/viewvc?rev=1345597&view=rev
Log:
Updated the 'How to verify your download' section

Modified:
    incubator/ooo/ooo-site/trunk/content/download/checksums/3.4.0_checksums.html

Modified: incubator/ooo/ooo-site/trunk/content/download/checksums/3.4.0_checksums.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/checksums/3.4.0_checksums.html?rev=1345597&r1=1345596&r2=1345597&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/checksums/3.4.0_checksums.html (original)
+++ incubator/ooo/ooo-site/trunk/content/download/checksums/3.4.0_checksums.html Sat Jun  2 22:21:20 2012
@@ -1037,11 +1037,18 @@ was not manipulated by an unauthorized t
 </ul>
 <br/>
 
-<p><b>This is how you verify with ASC and KEYS hashes on Linux</b></p>
+<p><b>This is how you verify with ASC and <a href="http://www.apache.org/dist/incubator/ooo/KEYS">KEYS</a> hashes on
+Linux</b></p>
 <br/>
 
 <ul>
-  <li>to be defined</li>
+  <li>Open a terminal, change to the directory with the downloaded AOO file and ASC file.</li>
+  <li>Type in the following commands:</li>
+  <li><pre>KEYID="0x`gpg --verify &lt;downloaded AOO file&gt;.tar.gz.asc &lt;downloaded AOO file&gt;.tar.gz 2>&1 | grep 'key ID' | awk '{print $NF}'`"</pre></li>
+  <li><pre>gpg --no-default-keyring --keyring vendors.gpg --recv-key $KEYID</pre></li>
+  <li><pre>gpg --keyring vendors.gpg --verify &lt;downloaded AOO file&gt;.tar.gz.asc &lt;downloaded AOO file&gt;.tar.gz</pre></li>
+  <li>When both checksums match it is indicated with an "Good signature from &lt;Person who has created the signature&gt;
+      statement. <br /> Otherwise "BAD signature from ...".</li>
 </ul>
 <br/>
 
@@ -1064,14 +1071,14 @@ was not manipulated by an unauthorized t
   <a href="http://www.krylack.com/images/file-checksum-tool-screenshot.jpg" title="Screenshot of 'File Checksum Tool'">
   See here for a screenshot</a>.</li>
   <li>Start the tool from where you have saved the downloaded file.</li>
-  <li>Section "1) File to Verify": Insert the path and filename of the downloaded AOO build. The [Browse] button will
+  <li>Section "1) File to Verify": Insert the path and filename of the downloaded AOO file. The [Browse] button will
   help to locate it with the Windows Explorer.</li>
   <li>Section "2) Hashing Algorithm": Choose "MD5".</li>
   <li>Section "3) File Checksum": Click on [Calculate Hash].</li>
   <li>Section "4) Verify With": Paste the hash from the MD5 file you have downloaded. First you have to open it and
   copy the hash value.</li>
   <li>Finally, click on [Compare].
-  <li>When both hash values match you will see ?. Otherwise ?.</li>
+  <li>When both hash values match a dialogbox shows "Checksums match". Otherwise "Checksums do not match".</li>
   <li>If the checksums do not match, please see the <a href="#checksums-notify"
   title="What to do when the checksums do not match?">section below</a>.</li>
 </ul>
@@ -1081,10 +1088,12 @@ was not manipulated by an unauthorized t
 <br/>
 
 <ul>
-  <li>Open a terminal, change to the directory with the downloaded AOO build and MD5 file.</li>
-  <li>Type in the command: <pre>md5sum &lt;downloaded AOO build&gt;.tar.gz</pre></li>
-  <li>Type in the command: <pre>cat &lt;downloaded MD5 file&gt;.md5</pre></li>
-  <li>Now compare both MD5 checksums.</li>
+  <li>Open a terminal, change to the directory with the downloaded AOO file and MD5 file.</li>
+  <li>Change to the directory with the downloaded AOO file and MD5 file:
+      <pre>cd &lt;path_to_AOO_file_and_MD5_file&gt;</pre></li>
+  <li>Type in the command: <pre>md5sum -c &lt;downloaded AOO file&gt;.tar.gz.md5</pre></li>
+  <li>When both checksums match it is indicated with an "&lt;downloaded AOO file&gt;.tar.gz: OK" statement. <br />
+      Otherwise "md5sum: WARNING: 1 of 1 computed checksum did NOT match".</li>
   <li>If the checksums do not match, please see the <a href="#checksums-notify"
   title="What to do when the checksums do not match?">section below</a>.</li>
 </ul>
@@ -1095,9 +1104,9 @@ was not manipulated by an unauthorized t
 
 <ul>
   <li>Open a terminal (usually from here: "/Applications/Utilities").</li>
-  <li>Change to the directory with the downloaded AOO build and MD5 file:
-  <pre>cd &lt;path_to_AOO_build_and_MD5_file&gt;</pre></li>
-  <li>Type in the command: <pre>openssl dgst -md5 &lt;downloaded AOO build&gt;.dmg</pre></li>
+  <li>Change to the directory with the downloaded AOO file and MD5 file:
+      <pre>cd &lt;path_to_AOO_file_and_MD5_file&gt;</pre></li>
+  <li>Type in the command: <pre>openssl dgst -md5 &lt;downloaded AOO file&gt;.dmg</pre></li>
   <li>Type in the command: <pre>cat &lt;downloaded MD5 file&gt;.md5</pre></li>
   <li>Now compare both MD5 checksums.</li>
   <li>If the checksums do not match, please see the <a href="#checksums-notify"
@@ -1115,7 +1124,19 @@ title="How to use MD5 hashes">how to use
 <br/>
 
 <ul>
-  <li>to be defined</li>
+  <li><a href="http://www.krylack.com/file-checksum-tool/" title="Download 'File Checksum Tool' (by KRyLack Software)">
+  Download "File Checksum Tool" (by KRyLack Software)</a>. "File Checksum Tool" is a graphical tool that is easy to use.
+  <a href="http://www.krylack.com/images/file-checksum-tool-screenshot.jpg" title="Screenshot of 'File Checksum Tool'">
+  See here for a screenshot</a>.</li>
+  <li>Start the tool from where you have saved the downloaded file.</li>
+  <li>Section "1) File to Verify": Insert the path and filename of the downloaded AOO file. The [Browse] button will
+  help to locate it with the Windows Explorer.</li>
+  <li>Section "2) Hashing Algorithm": Choose "SHA-1".</li>
+  <li>Section "3) File Checksum": Click on [Calculate Hash].</li>
+  <li>Section "4) Verify With": Paste the hash from the SHA1 file you have downloaded. First you have to open it and
+  copy the hash value.</li>
+  <li>Finally, click on [Compare].
+  <li>When both hash values match a dialogbox shows "Checksums match". Otherwise "Checksums do not match".</li>
   <li>If the checksums do not match, please see the <a href="#checksums-notify"
   title="What to do when the checksums do not match?">section below</a>.</li>
 </ul>
@@ -1125,10 +1146,12 @@ title="How to use MD5 hashes">how to use
 <br/>
 
 <ul>
-  <li>Open a terminal, change to the directory with the downloaded AOO build and SHA1 file.</li>
-  <li>Type in the command: <pre>sha1sum &lt;downloaded AOO build&gt;.tar.gz</pre></li>
-  <li>Type in the command: <pre>cat &lt;downloaded SHA1 file&gt;.sha1</pre></li>
-  <li>Now compare both SHA1 checksums.</li>
+  <li>Open a terminal, change to the directory with the downloaded AOO file and SHA1 file.</li>
+  <li>Change to the directory with the downloaded AOO file and SHA1 file:
+      <pre>cd &lt;path_to_AOO_file_and_SHA1_file&gt;</pre></li>
+  <li>Type in the command: <pre>sha1sum -c &lt;downloaded AOO file&gt;.tar.gz.sha1</pre></li>
+  <li>When both checksums match it is indicated with an "&lt;downloaded AOO file&gt;.tar.gz: OK" statement. <br />
+      Otherwise "sha1sum: WARNING: 1 of 1 computed checksum did NOT match".</li>
   <li>If the checksums do not match, please see the <a href="#checksums-notify"
   title="What to do when the checksums do not match?">section below</a>.</li>
 </ul>
@@ -1139,9 +1162,9 @@ title="How to use MD5 hashes">how to use
 
 <ul>
   <li>Open a terminal (usually from here: "/Applications/Utilities").</li>
-  <li>Change to the directory with the downloaded AOO build and SHA1 file:
-  <pre>cd &lt;path_to_AOO_build_and_SHA1_file&gt;</pre></li>
-  <li>Type in the command: <pre>openssl dgst -sha1 &lt;downloaded AOO build&gt;.dmg</pre></li>
+  <li>Change to the directory with the downloaded AOO file and SHA1 file:
+      <pre>cd &lt;path_to_AOO_file_and_SHA1_file&gt;</pre></li>
+  <li>Type in the command: <pre>openssl dgst -sha1 &lt;downloaded AOO file&gt;.dmg</pre></li>
   <li>Type in the command: <pre>cat &lt;downloaded SHA1 file&gt;.sha1</pre></li>
   <li>Now compare both SHA1 checksums.</li>
   <li>If the checksums do not match, please see the <a href="#checksums-notify"
@@ -1155,7 +1178,19 @@ title="How to use MD5 hashes">how to use
 <br/>
 
 <ul>
-  <li>to be defined</li>
+  <li><a href="http://www.krylack.com/file-checksum-tool/" title="Download 'File Checksum Tool' (by KRyLack Software)">
+  Download "File Checksum Tool" (by KRyLack Software)</a>. "File Checksum Tool" is a graphical tool that is easy to use.
+  <a href="http://www.krylack.com/images/file-checksum-tool-screenshot.jpg" title="Screenshot of 'File Checksum Tool'">
+  See here for a screenshot</a>.</li>
+  <li>Start the tool from where you have saved the downloaded file.</li>
+  <li>Section "1) File to Verify": Insert the path and filename of the downloaded AOO file. The [Browse] button will
+  help to locate it with the Windows Explorer.</li>
+  <li>Section "2) Hashing Algorithm": Choose "SHA-512".</li>
+  <li>Section "3) File Checksum": Click on [Calculate Hash].</li>
+  <li>Section "4) Verify With": Paste the hash from the SHA512 file you have downloaded. First you have to open it and
+  copy the hash value.</li>
+  <li>Finally, click on [Compare].
+  <li>When both hash values match a dialogbox shows "Checksums match". Otherwise "Checksums do not match".</li>
   <li>If the checksums do not match, please see the <a href="#checksums-notify"
   title="What to do when the checksums do not match?">section below</a>.</li>
 </ul>
@@ -1165,10 +1200,12 @@ title="How to use MD5 hashes">how to use
 <br/>
 
 <ul>
-  <li>Open a terminal, change to the directory with the downloaded AOO build and SHA512 file.</li>
-  <li>Type in the command: <pre>sha512sum &lt;downloaded AOO build&gt;.tar.gz</pre></li>
-  <li>Type in the command: <pre>cat &lt;downloaded SHA1 file&gt;.sha512</pre></li>
-  <li>Now compare both SHA1 checksums.</li>
+  <li>Open a terminal, change to the directory with the downloaded AOO file and SHA512 file.</li>
+  <li>Change to the directory with the downloaded AOO file and SHA512 file:
+      <pre>cd &lt;path_to_AOO_file_and_SHA512_file&gt;</pre></li>
+  <li>Type in the command: <pre>sha512sum -c &lt;downloaded AOO file&gt;.tar.gz.sha512</pre></li>
+  <li>When both checksums match it is indicated with an "&lt;downloaded AOO file&gt;.tar.gz: OK" statement. <br />
+      Otherwise "sha512sum: WARNING: 1 of 1 computed checksum did NOT match".</li>
   <li>If the checksums do not match, please see the <a href="#checksums-notify"
   title="What to do when the checksums do not match?">section below</a>.</li>
 </ul>
@@ -1179,9 +1216,9 @@ title="How to use MD5 hashes">how to use
 
 <ul>
   <li>Open a terminal (usually from here: "/Applications/Utilities").</li>
-  <li>Change to the directory with the downloaded AOO build and SHA512 file:
-  <pre>cd &lt;path_to_AOO_build_and_SHA512_file&gt;</pre></li>
-  <li>Type in the command: <pre>openssl dgst -sha512 &lt;downloaded AOO build&gt;.dmg</pre></li>
+  <li>Change to the directory with the downloaded AOO file and SHA512 file:
+      <pre>cd &lt;path_to_AOO_file_and_SHA512_file&gt;</pre></li>
+  <li>Type in the command: <pre>openssl dgst -sha512 &lt;downloaded AOO file&gt;.dmg</pre></li>
   <li>Type in the command: <pre>cat &lt;downloaded SHA512 file&gt;.sha512</pre></li>
   <li>Now compare both SHA512 checksums.</li>
   <li>If the checksums do not match, please see the <a href="#checksums-notify"
@@ -1192,13 +1229,13 @@ title="How to use MD5 hashes">how to use
 <h4 id="checksums-notify">What to do when the checksums do not match?</h3>
 
 <ul>
-  <li>If the checksums do not match, your downloaded AOO build is broken. Please try again a download to get a valid
+  <li>If the checksums do not match, your downloaded AOO file is broken. Please try again a download to get a valid
   file.</li>
   <li>If you are using a proxy server to get connected to the Internet try to disable this if your Internet Service
   Provider is allowing this. Or enable it if it is disabled at the moment. Please consult the respective help topics for
   the used Internet browser where to find this setting.</li>
   <li>If you still get no matching checksum and you are sure it is not caused by an error during downloading, please
-  inform the project. Make sure you have the following information at hand: exact file name of the downloaded build and
+  inform the project. Make sure you have the following information at hand: exact file name of the downloaded file and
   checksum file, the processed checksum from your computer, have you used proxy server (yes/no)?, if known from where the
   files were downloaded.</li>
   <li>With this information send a mail to us via the following ways:</li>