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

[lucy-commits] svn commit: r794607 - /websites/staging/lucy/trunk/content/lucy/download.html

Author: buildbot
Date: Fri Aug 19 22:06:05 2011
New Revision: 794607

Log:
Staging update by buildbot

Modified:
    websites/staging/lucy/trunk/content/lucy/download.html

Modified: websites/staging/lucy/trunk/content/lucy/download.html
==============================================================================
--- websites/staging/lucy/trunk/content/lucy/download.html (original)
+++ websites/staging/lucy/trunk/content/lucy/download.html Fri Aug 19 22:06:05 2011
@@ -93,30 +93,33 @@ is used to confirm the identity of these
 
 <p>To verify the OpenPGP signature:</p>
 
-<pre><code>    $ pgpk -a KEYS
-    $ pgpv apache-lucy-incubating-X.Y.Z.tar.gz.asc
+<pre><code>    $ gpg --import KEYS
+    $ gpg --verify apache-lucy-incubating-X.Y.Z.tar.gz.asc
 </code></pre>
 
 <p><em>or</em></p>
 
-<pre><code>    $ pgp -ka KEYS
-    $ pgp apache-lucy-incubating-X.Y.Z.tar.gz.asc
+<pre><code>    $ pgpk -a KEYS
+    $ pgpv apache-lucy-incubating-X.Y.Z.tar.gz.asc
 </code></pre>
 
 <p><em>or</em></p>
 
-<pre><code>    $ gpg --import KEYS
-    $ gpg --verify apache-lucy-incubating-X.Y.Z.tar.gz.asc
+<pre><code>    $ pgp -ka KEYS
+    $ pgp apache-lucy-incubating-X.Y.Z.tar.gz.asc
 </code></pre>
 
-<p>To verify the MD5 checksum:</p>
+<p>To verify the MD5 checksum, compare the output of a local checksumming
+command against the contents of the .md5 file:</p>
 
-<pre><code>    $ md5sum --check apache-lucy-*.tar.gz.md5
+<pre><code>    $ gpg --print-md MD5 apache-lucy-*.tar.gz
+    $ cat apache-lucy-*.tar.gz.md5
 </code></pre>
 
-<p>To verify the SHA1 checksum:</p>
+<p>To verify the SHA512 checksum, use the same comparison technique:</p>
 
-<pre><code>    $ sha1sum --check apache-lucy-*.tar.gz.sha1
+<pre><code>    $ gpg --print-md SHA512 apache-lucy-*.tar.gz
+    $ cat apache-lucy-*.tar.gz.sha
 </code></pre>
 
         </div> <!-- lucy-main_content_box -->