[git] GnuPG - branch, master, updated. gnupg-2.1.9-231-g0fe3614

by Werner Koch cvs at cvs.gnupg.org
Fri Dec 4 09:15:27 CET 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  0fe3614d9afe42ecf80bbc932366ceeaba0a0ecc (commit)
      from  28311d1fa56bfbd801103a8475597459132874f4 (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 0fe3614d9afe42ecf80bbc932366ceeaba0a0ecc
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Dec 4 09:11:11 2015 +0100

    speedo,w32: Improve installer.
    
    * build-aux/speedo/w32/inst.nsi (SEC_gnupg): Install dirmngr.conf and
    distsigkey.gpg.
    (un.gnupglast): Stop dirmngr.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/build-aux/speedo/w32/inst.nsi b/build-aux/speedo/w32/inst.nsi
index 19babb9..cb73e91 100644
--- a/build-aux/speedo/w32/inst.nsi
+++ b/build-aux/speedo/w32/inst.nsi
@@ -606,6 +606,8 @@ Section "GnuPG" SEC_gnupg
 
   SetOutPath "$INSTDIR\share\gnupg"
   File "share/gnupg/gpg-conf.skel"
+  File "share/gnupg/dirmngr-conf.skel"
+  File "share/gnupg/distsigkey.gpg"
 SectionEnd
 
 
@@ -908,6 +910,7 @@ Section "-un.gnupglast"
   no_uiserver:
   ifFileExists "$INSTDIR\bin\gpgconf.exe"  0 no_gpgconf
     ExecWait '"$INSTDIR\bin\gpgconf" --kill gpg-agent'
+    ExecWait '"$INSTDIR\bin\gpgconf" --kill dirmngr'
   no_gpgconf:
 SectionEnd
 

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

Summary of changes:
 build-aux/speedo/w32/inst.nsi | 3 +++
 1 file changed, 3 insertions(+)


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




More information about the Gnupg-commits mailing list