[git] GPGME - branch, master, updated. gpgme-1.9.0-92-g0a567a9

by Werner Koch cvs at cvs.gnupg.org
Mon Dec 11 13:59:24 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 "GnuPG Made Easy".

The branch, master has been updated
       via  0a567a94d94cd93c5d88f5db802925c95f0974d0 (commit)
      from  7b5182f2889310fc43d5fe05e7ec1ffd3c1f7b06 (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 0a567a94d94cd93c5d88f5db802925c95f0974d0
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Dec 11 13:54:22 2017 +0100

    core,w32: Fix popping up of console windows due to gpgconf.
    
    * src/gpgme-w32spawn.c (my_spawn): Create w/o DETACHED_PROCESS.
    --
    
    The spawn helper is actually called with DETACHED_PROCESS and should
    not need to do a DETACHED_PROCESS of its own.  Interestingly this
    patch removes the popups.
    
    See Andre's report
    GnuPG-bug-id: 3515
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/src/gpgme-w32spawn.c b/src/gpgme-w32spawn.c
index 003b9b0..d86c850 100644
--- a/src/gpgme-w32spawn.c
+++ b/src/gpgme-w32spawn.c
@@ -205,7 +205,6 @@ my_spawn (char **argv, struct spawn_fd_item_s *fd_list, unsigned int flags)
     }
 
   cr_flags |= CREATE_SUSPENDED;
-  cr_flags |= DETACHED_PROCESS;
   if (!CreateProcessA (argv[0],
 		       arg_string,
 		       &sec_attr,     /* process security attributes */

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

Summary of changes:
 src/gpgme-w32spawn.c | 1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list