You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2012/07/20 22:05:54 UTC

svn commit: r826500 - /websites/production/vcl/content/download.html

Author: jfthomps
Date: Fri Jul 20 20:05:53 2012
New Revision: 826500

Log:
changed references to apache-VCL-2.3-incubating to apache-VCL-2.3

Modified:
    websites/production/vcl/content/download.html

Modified: websites/production/vcl/content/download.html
==============================================================================
--- websites/production/vcl/content/download.html (original)
+++ websites/production/vcl/content/download.html Fri Jul 20 20:05:53 2012
@@ -130,14 +130,14 @@ You may also consult the <a href="http:/
 <p>It is essential that you verify the integrity of the downloaded files using
 the PGP or MD5 signatures. Security of the mirrors cannot be guaranteed, which means malicious code could be added to the downloads from the mirrors. By verifying the integrity of downloaded release files, you ensure they have not been tainted.</p>
 
-<p>Run the following command to verify the MD5 sum. It should give output similar to "apache-VCL-2.3-incubating.tar.bz2: OK":</p>
+<p>Run the following command to verify the MD5 sum. It should give output similar to "apache-VCL-2.3.tar.bz2: OK":</p>
 <pre>
-md5sum &#45;c apache-VCL-2.3-incubating.tar.bz2.md5
+md5sum &#45;c apache-VCL-2.3.tar.bz2.md5
 </pre
 
-<p>Similarly, Run the following command to verify the SHA1 sum. You should get output similar to "apache-VCL-2.3-incubating.tar.bz2: OK":</p>
+<p>Similarly, Run the following command to verify the SHA1 sum. You should get output similar to "apache-VCL-2.3.tar.bz2: OK":</p>
 <pre>
-sha1sum &#45;c apache-VCL-2.3-incubating.tar.bz2.sha1
+sha1sum &#45;c apache-VCL-2.3.tar.bz2.sha1
 </pre
 
 <p>To verify the GPG signature (you'll need to have <a href="http://www.gnupg.org/" class="external-link" rel="nofollow">GnuPG</a> installed):</p>
@@ -147,7 +147,7 @@ sha1sum &#45;c apache-VCL-2.3-incubating
 gpg &#45;-import KEYS</li>
    <li>download the GPG Signature to the same location as the release file</li>
    <li>from the directory containing both the release file and the GPG signature, run<br>
-gpg &#45;-verify apache-VCL-2.3-incubating.tar.bz2.asc</li>
+gpg &#45;-verify apache-VCL-2.3.tar.bz2.asc</li>
 
 </ol>