You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/08/24 02:19:54 UTC

[lucy-commits] svn commit: r794764 - in /websites/production/lucy: ./ content/lucy/docs/perl/ content/lucy/download.html

Author: marvin
Date: Wed Aug 24 00:19:54 2011
New Revision: 794764

Log:
Publishing merge to lucy site by marvin

Removed:
    websites/production/lucy/content/lucy/docs/perl/
Modified:
    websites/production/lucy/   (props changed)
    websites/production/lucy/content/lucy/download.html

Propchange: websites/production/lucy/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Aug 24 00:19:54 2011
@@ -1 +1 @@
-/websites/staging/lucy/trunk:779780-794601
+/websites/staging/lucy/trunk:779780-794763

Modified: websites/production/lucy/content/lucy/download.html
==============================================================================
--- websites/production/lucy/content/lucy/download.html (original)
+++ websites/production/lucy/content/lucy/download.html Wed Aug 24 00:19:54 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 -->