[git] Pinentry - branch, master, updated. pinentry-0.9.7-33-ga383dde

by Daiki Ueno cvs at cvs.gnupg.org
Tue Oct 11 10:38:40 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 "The standard pinentry collection".

The branch, master has been updated
       via  a383ddeb76463ddcf5aca2fb38847ea3158c42a7 (commit)
      from  65d8e0ec19795d9ec60d7f37f1511f65135cfd84 (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 a383ddeb76463ddcf5aca2fb38847ea3158c42a7
Author: Daiki Ueno <ueno at gnu.org>
Date:   Mon Oct 10 10:33:36 2016 +0200

    core: Don't report error on setting option 'allow-emacs-pinentry'.
    
    Previously "OPTION allow-emacs-pinentry" returned an error if the Emacs
    pinentry is not compiled in.  Since it is merely an option, it would
    make more sense to just return OK.
    
    Suggested-by: Werner Koch <wk at gnupg.org>
    Signed-off-by: Daiki Ueno <ueno at gnu.org>

diff --git a/pinentry/pinentry.c b/pinentry/pinentry.c
index e5cb806..3131b1e 100644
--- a/pinentry/pinentry.c
+++ b/pinentry/pinentry.c
@@ -910,8 +910,6 @@ option_handler (assuan_context_t ctx, const char *key, const char *value)
     {
 #ifdef INSIDE_EMACS
       pinentry_enable_emacs_cmd_handler ();
-#else
-      return gpg_error (GPG_ERR_NOT_SUPPORTED);
 #endif
     }
   else if (!strcmp (key, "invisible-char"))

-----------------------------------------------------------------------

Summary of changes:
 pinentry/pinentry.c | 2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
The standard pinentry collection
http://git.gnupg.org




More information about the Gnupg-commits mailing list