[git] GPGME - branch, master, updated. gpgme-1.6.0-260-gb5e16b0
by Werner Koch
cvs at cvs.gnupg.org
Mon Aug 8 17:05:51 CEST 2016
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 "GnuPG Made Easy".
The branch, master has been updated
via b5e16b036f0045524a583d8a366d8a3366fc0005 (commit)
from ab6f66d676581cb497e581e4af40e2fe5bff507b (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 b5e16b036f0045524a583d8a366d8a3366fc0005
Author: Werner Koch <wk at gnupg.org>
Date: Mon Aug 8 17:02:54 2016 +0200
core: Let GPGME_PROTOCOL_ASSUAN pass Assuan comments through.
* src/engine-assuan.c (llass_new): Set ASSUAN_CONVEY_COMMENTS,
--
GnuPG-bug-id: 2429
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/src/engine-assuan.c b/src/engine-assuan.c
index 93d54d2..681be62 100644
--- a/src/engine-assuan.c
+++ b/src/engine-assuan.c
@@ -248,6 +248,7 @@ llass_new (void **engine, const char *file_name, const char *home_dir,
if (err)
goto leave;
assuan_ctx_set_system_hooks (llass->assuan_ctx, &_gpgme_assuan_system_hooks);
+ assuan_set_flag (llass->assuan_ctx, ASSUAN_CONVEY_COMMENTS, 1);
err = assuan_socket_connect (llass->assuan_ctx, file_name, 0, 0);
if (err)
-----------------------------------------------------------------------
Summary of changes:
src/engine-assuan.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list