You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/12/13 14:52:31 UTC

[myfaces-tobago] branch master updated: TOBAGO-1834: Please use HTTPS for the KEYS link * also make some textual updates.

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 99f43dd  TOBAGO-1834: Please use HTTPS for the KEYS link * also make some textual updates.
99f43dd is described below

commit 99f43dd12a6089a8a8b82fe078502e69ba63203b
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Dec 13 15:52:23 2017 +0100

    TOBAGO-1834: Please use HTTPS for the KEYS link
    * also make some textual updates.
---
 src/site/apt/download.apt | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

diff --git a/src/site/apt/download.apt b/src/site/apt/download.apt
index e465afd..bfb472c 100644
--- a/src/site/apt/download.apt
+++ b/src/site/apt/download.apt
@@ -184,28 +184,31 @@ Verifying signatures
   	PGP verification ensures that the file came from a certain person.
   	We recommend you verify your downloads with PGP.
 
-	  The PGP signatures can be verified using {{{https://www.openpgp.org/}OpenPGP}} or
-	  {{{https://www.gnupg.org/}GPG}}.  First download the Apache MyFaces
+	  First download the Apache MyFaces
 	  {{{https://www.apache.org/dist/myfaces/KEYS}KEYS}}	as well as the <<<asc>>> signature file
 	  for the particular distribution. It is important that you get these files from the ultimate
 	  trusted source - the main ASF distribution site, rather than from a mirror.
+
+    You need an installation of e. g. OpenPGP or GPG to check the files. More information you'll find on the Apache
+    {{{https://www.apache.org/info/verification.html#CheckingSignatures}verification}} site.
+
 	  Then verify the signatures using ...
 
-	  <<<
-	  % pgpk -a KEYS
-	  % pgpv myfaces-tobago-<version>-dist.tar.gz.asc
-	  >>>
++----------------------------------------
+	  $ pgpk -a KEYS
+	  $ pgpv myfaces-tobago-<version>-dist.tar.gz.asc
++----------------------------------------
 
 	  <or>
 
-	  <<<
-	  % pgp -ka KEYS
-	  % pgp myfaces-tobago-<version>-dist.tar.gz.asc
-	  >>>
++----------------------------------------
+	  $ pgp -ka KEYS
+	  $ pgp myfaces-tobago-<version>-dist.tar.gz.asc
++----------------------------------------
 
 	  <or>
 
-	  <<<
-  	% gpg --import KEYS
-	  % gpg --verify myfaces-tobago-<version>-dist.tar.gz.asc
-	  >>>
++----------------------------------------
+  	$ gpg --import KEYS
+	  $ gpg --verify myfaces-tobago-<version>-dist.tar.gz.asc
++----------------------------------------

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].