[git] GnuPG - branch, master, updated. post-nuke-of-trailing-ws-166-gf6251c0

by NIIBE Yutaka cvs at cvs.gnupg.org
Fri Dec 16 02:03:29 CET 2011


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  f6251c0d0af92331388f5e9bcd1750cbadcaca8f (commit)
      from  a98260c39f1c0ccdad004784cbc9440376766082 (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 f6251c0d0af92331388f5e9bcd1750cbadcaca8f
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Fri Dec 16 09:07:56 2011 +0900

    Don't kill pinentry by SIGKILL but let it quit by SIGINT.
    
    * agent/call-pinentry.c (agent_popup_message_stop): To pinentry, send
    SIGINT (was: SIGKILL).

diff --git a/agent/call-pinentry.c b/agent/call-pinentry.c
index d0cfd2b..36093bb 100644
--- a/agent/call-pinentry.c
+++ b/agent/call-pinentry.c
@@ -1273,8 +1273,7 @@ agent_popup_message_stop (ctrl_t ctrl)
         assuan_set_flag (entry_ctx, ASSUAN_NO_WAITPID, 1);
     }
   else if (pid > 0)
-    kill (pid, SIGKILL);  /* Need to use SIGKILL due to bad
-                             interaction of SIGINT with Pth. */
+    kill (pid, SIGINT);
 #endif
 
   /* Now wait for the thread to terminate. */

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

Summary of changes:
 agent/call-pinentry.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list