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

svn commit: r1751278 - in /poi/site: publish/download.html src/documentation/content/xdocs/download.xml

Author: onealj
Date: Mon Jul  4 13:26:10 2016
New Revision: 1751278

URL: http://svn.apache.org/viewvc?rev=1751278&view=rev
Log:
bug 59794: fix verifying asc signature example. Patch from Sebb

Modified:
    poi/site/publish/download.html
    poi/site/src/documentation/content/xdocs/download.xml

Modified: poi/site/publish/download.html
URL: http://svn.apache.org/viewvc/poi/site/publish/download.html?rev=1751278&r1=1751277&r2=1751278&view=diff
==============================================================================
--- poi/site/publish/download.html (original)
+++ poi/site/publish/download.html Mon Jul  4 13:26:10 2016
@@ -523,9 +523,13 @@ if (VERSION > 3) {
 <p>
         The PGP signatures can be verified using PGP or GPG. First
         <a href="https://svn.apache.org/repos/asf/poi/trunk/KEYS">download the KEYS file</a>
-        as well as the .asc signature files 
-        for the relevant release packages. Make sure you get these files from the main distribution directory, 
-        rather than from a mirror. Then verify the signatures using
+        as well as the .asc signature files  for the relevant release packages.
+        Make sure you get these files from the main distribution directory, rather than from a mirror.
+        Then <a href="http://www.apache.org/info/verification.html">verify the signatures</a>.
+      </p>
+      
+<p>  
+        As an example:
       </p>
       
 <pre class="code">
@@ -544,7 +548,7 @@ if (VERSION > 3) {
       
 <pre class="code">
 % gpg --import KEYS
-% gpg --verify poi-X.Y.Z.jar.asc
+% gpg --verify poi-X.Y.Z.jar.asc poi-X.Y.Z.jar
       </pre>
       
 <p>Sample verification of poi-bin-3.5-FINAL-20090928.tar.gz</p>
@@ -557,7 +561,7 @@ gpg: key 84B5A42E: "Rainer Klute &lt;rai
 gpg: key F5BB52CD: "Yegor Kozlov &lt;yegor.kozlov at gmail dot com&gt;" not changed
 gpg: Total number processed: 4
 gpg:              unchanged: 4
-% gpg --verify poi-bin-3.5-FINAL-20090928.tar.gz.asc
+% gpg --verify poi-bin-3.5-FINAL-20090928.tar.gz.asc poi-bin-3.5-FINAL-20090928.tar.gz.asc
 gpg: Signature made Mon Sep 28 10:28:25 2009 PDT using DSA key ID F5BB52CD
 gpg: Good signature from "Yegor Kozlov &lt;yegor.kozlov at gmail dot com&gt;"
 gpg:                 aka "Yegor Kozlov &lt;yegor at dinom dot ru&gt;"

Modified: poi/site/src/documentation/content/xdocs/download.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/download.xml?rev=1751278&r1=1751277&r2=1751278&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/download.xml (original)
+++ poi/site/src/documentation/content/xdocs/download.xml Mon Jul  4 13:26:10 2016
@@ -188,9 +188,12 @@
       <p>
         The PGP signatures can be verified using PGP or GPG. First
         <link href="https://svn.apache.org/repos/asf/poi/trunk/KEYS">download the KEYS file</link>
-        as well as the .asc signature files 
-        for the relevant release packages. Make sure you get these files from the main distribution directory, 
-        rather than from a mirror. Then verify the signatures using
+        as well as the .asc signature files  for the relevant release packages.
+        Make sure you get these files from the main distribution directory, rather than from a mirror.
+        Then <link href="http://www.apache.org/info/verification.html">verify the signatures</link>.
+      </p>
+      <p>  
+        As an example:
       </p>
       <source>
 % pgpk -a KEYS
@@ -204,7 +207,7 @@
       <p>or</p>
       <source>
 % gpg --import KEYS
-% gpg --verify poi-X.Y.Z.jar.asc
+% gpg --verify poi-X.Y.Z.jar.asc poi-X.Y.Z.jar
       </source>
       <p>Sample verification of poi-bin-3.5-FINAL-20090928.tar.gz</p>
       <source>
@@ -215,7 +218,7 @@ gpg: key 84B5A42E: "Rainer Klute &lt;rai
 gpg: key F5BB52CD: "Yegor Kozlov &lt;yegor.kozlov at gmail dot com&gt;" not changed
 gpg: Total number processed: 4
 gpg:              unchanged: 4
-% gpg --verify poi-bin-3.5-FINAL-20090928.tar.gz.asc
+% gpg --verify poi-bin-3.5-FINAL-20090928.tar.gz.asc poi-bin-3.5-FINAL-20090928.tar.gz.asc
 gpg: Signature made Mon Sep 28 10:28:25 2009 PDT using DSA key ID F5BB52CD
 gpg: Good signature from "Yegor Kozlov &lt;yegor.kozlov at gmail dot com&gt;"
 gpg:                 aka "Yegor Kozlov &lt;yegor at dinom dot ru&gt;"



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org