You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2016/05/09 13:10:07 UTC

svn commit: r13579 - /release/jmeter/README.html

Author: sebb
Date: Mon May  9 13:10:06 2016
New Revision: 13579

Log:
Use https for KEYS; fix up docn

Modified:
    release/jmeter/README.html

Modified: release/jmeter/README.html
==============================================================================
--- release/jmeter/README.html (original)
+++ release/jmeter/README.html Mon May  9 13:10:06 2016
@@ -17,7 +17,7 @@
     <tt><var>distribution</var>.asc</tt> file in the same directory
     as the distribution.  The PGP/GPG keys can be found at the MIT key
     repository and within this project's KEYS file at 
-    <a href="http://www.apache.org/dist/jmeter/KEYS"><samp>http://www.apache.org/dist/jmeter/KEYS</samp></a>.
+    <a href="https://www.apache.org/dist/jmeter/KEYS"><samp>https://www.apache.org/dist/jmeter/KEYS</samp></a>.
 </p>
 
 <pre>Always signatures to validate package authenticity, <i>e.g.</i>,
@@ -27,13 +27,13 @@ $ pgpv apache-jmeter-2.13.tgz.asc
 $ pgp -ka KEYS
 $ pgp apache-jmeter-2.13.tgz.asc
 <i>or</i>
-$ gpg --verify apache-jmeter-2.13.tgz.asc
+$ gpg --verify apache-jmeter-2.13.tgz.asc apache-jmeter-2.13.tgz
 </pre>
 
 <p>
-    We also offer MD5 hashes as an alternative to validate the
+    We also offer MD5 and SHA1 hashes to validate the
     integrity of the downloaded files. See the
-    <tt><var>distribution</var>.md5</tt> files.
+    <tt><var>distribution</var>.md5|.sha</tt> files.
     <br>
     Note that such hashes are only useful as a check that the file has been downloaded OK.
     They do not provide any guarantee that the downloaded file is authentic.