[git] GnuPG - branch, master, updated. gnupg-2.1.5-37-g010e428
by Werner Koch
cvs at cvs.gnupg.org
Tue Jun 30 11:03:42 CEST 2015
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, master has been updated
via 010e4281c3e15e2f86589dd1da419531ead519ef (commit)
from 8ae683bad3267dd69599b7fa0cf73d74836ec3d4 (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 010e4281c3e15e2f86589dd1da419531ead519ef
Author: Werner Koch <wk at gnupg.org>
Date: Tue Jun 30 11:01:16 2015 +0200
gpg: Make show-sig-subpackets work again.
* g10/gpg.c (parse_list_options): Fix offset for subpackets.
--
Regression-due-to: 7d0492075ea638607309b3ea6a792b0e95ea7d98
GnuPG-bug-id: 2008
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/g10/gpg.c b/g10/gpg.c
index d446e36..10d8c20 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -1876,7 +1876,7 @@ parse_list_options(char *str)
compile everywhere, so fill in the show-sig-subpackets argument
here. Note that if the parse_options array changes, we'll have
to change the subscript here. */
- lopts[12].value=&subpackets;
+ lopts[13].value=&subpackets;
if(parse_options(str,&opt.list_options,lopts,1))
{
-----------------------------------------------------------------------
Summary of changes:
g10/gpg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list