[git] GnuPG - branch, STABLE-BRANCH-2-2, updated. gnupg-2.2.2-6-g1faf818
by Will Thompson
cvs at cvs.gnupg.org
Wed Nov 15 09:04:09 CET 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, STABLE-BRANCH-2-2 has been updated
via 1faf8187f9f178ca0c7232a473b41757b613d4db (commit)
via 49635b454b010ec63a30b104af48a49504af7753 (commit)
from b062ea5bc25157c942047b3fe7f5182a06106340 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1faf8187f9f178ca0c7232a473b41757b613d4db
Author: Will Thompson <wjt at endlessm.com>
Date: Tue Nov 14 15:34:34 2017 +0000
doc: fix NEWSIG documentation
--
08c82b1 introduced one optional argument for this status message. Due to
an apparent editing error, the sentence fragment "arguments are
currently defined." was left in the documentation.
Signed-off-by: Will Thompson <wjt at endlessm.com>
diff --git a/doc/DETAILS b/doc/DETAILS
index e683e90..e54e8a0 100644
--- a/doc/DETAILS
+++ b/doc/DETAILS
@@ -394,9 +394,8 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB:
*** NEWSIG [<signers_uid>]
Is issued right before a signature verification starts. This is
useful to define a context for parsing ERROR status messages.
- arguments are currently defined. If SIGNERS_UID is given and is
- not "-" this is the percent escape value of the OpenPGP Signer's
- User ID signature sub-packet.
+ If SIGNERS_UID is given and is not "-" this is the percent-escaped
+ value of the OpenPGP Signer's User ID signature sub-packet.
*** GOODSIG <long_keyid_or_fpr> <username>
The signature with the keyid is good. For each signature only one
commit 49635b454b010ec63a30b104af48a49504af7753
Author: Will Thompson <wjt at endlessm.com>
Date: Tue Nov 14 15:30:34 2017 +0000
doc: expand documentation of PROGRESS message
--
This answers two questions that I was only able to answer by examining
each site where PROGRESS messages are emitted, and fixes a typo.
Signed-off-by: Will Thompson <wjt at endlessm.com>
diff --git a/doc/DETAILS b/doc/DETAILS
index 0be55f4..e683e90 100644
--- a/doc/DETAILS
+++ b/doc/DETAILS
@@ -1041,15 +1041,16 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB:
- 4 :: Key is stored on a smartcard.
*** PROGRESS <what> <char> <cur> <total> [<units>]
- Used by the primegen and Public key functions to indicate
+ Used by the primegen and public key functions to indicate
progress. <char> is the character displayed with no --status-fd
enabled, with the linefeed replaced by an 'X'. <cur> is the
current amount done and <total> is amount to be done; a <total> of
- 0 indicates that the total amount is not known. The condition
+ 0 indicates that the total amount is not known. Both are
+ non-negative integers. The condition
: TOTAL && CUR == TOTAL
may be used to detect the end of an operation.
- Well known values for WHAT are:
+ Well known values for <what> are:
- pk_dsa :: DSA key generation
- pk_elg :: Elgamal key generation
@@ -1064,7 +1065,9 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB:
the data of a smartcard.
- card_busy :: A smartcard is still working
- <units> is sometines used to describe the units for <current> and
+ When <what> refers to a file path, it may be truncated.
+
+ <units> is sometimes used to describe the units for <current> and
<total>. For example "B", "KiB", or "MiB".
*** BACKUP_KEY_CREATED <fingerprint> <fname>
-----------------------------------------------------------------------
Summary of changes:
doc/DETAILS | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list