[git] GnuPG - branch, master, updated. gnupg-2.1.0-31-g8f8e943

by Werner Koch cvs at cvs.gnupg.org
Thu Nov 20 21:12:15 CET 2014


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  8f8e94322d5cc65add4dbd4c3b9b2c09a0b855ee (commit)
      from  f80c2dd78d522f12b2c7afbd5c0763a97d87d2bd (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 8f8e94322d5cc65add4dbd4c3b9b2c09a0b855ee
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Nov 19 10:34:32 2014 +0100

    speedo: Add libadns to the Windows installer.
    
    --

diff --git a/build-aux/speedo/w32/inst.nsi b/build-aux/speedo/w32/inst.nsi
index aeab7a0..101e6d1 100644
--- a/build-aux/speedo/w32/inst.nsi
+++ b/build-aux/speedo/w32/inst.nsi
@@ -612,6 +612,15 @@ Section "-zlib" SEC_zlib
   File bin/zlib1.dll
 SectionEnd
 
+Section "-adns" SEC_adns
+  SetOutPath "$INSTDIR\bin"
+  File bin/libadns-1.dll
+  SetOutPath "$INSTDIR\lib"
+  File /oname=libadns.imp lib/libadns.dll.a
+  SetOutPath "$INSTDIR\include"
+  File include/adns.h
+SectionEnd
+
 Section "-npth" SEC_npth
   SetOutPath "$INSTDIR\bin"
   File bin/libnpth-0.dll
@@ -1037,6 +1046,12 @@ Section "-un.npth"
   Delete "$INSTDIR\include\npth.h"
 SectionEnd
 
+Section "-un.adns"
+  Delete "$INSTDIR\bin\libadns-1.dll"
+  Delete "$INSTDIR\lib\libadns.imp"
+  Delete "$INSTDIR\include\adns.h"
+SectionEnd
+
 Section "-un.zlib"
   Delete "$INSTDIR\bin\zlib1.dll"
 SectionEnd

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

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


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




More information about the Gnupg-commits mailing list