[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.1.0-140-gdf7269c

by Andre Heinecke cvs at cvs.gnupg.org
Mon Apr 29 09:46:31 CEST 2013


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 for Windows".

The branch, master has been updated
       via  df7269ce6a8f9a0249a9ea86a8956fc56107f2a6 (commit)
      from  8ca318e41092e8553729ec21346c358dbf3975cc (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 df7269ce6a8f9a0249a9ea86a8956fc56107f2a6
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Mon Apr 29 07:28:08 2013 +0000

    Gnutls-openssl is now so version 27
    
        * src/inst-gnutls.nsi, src/uninst-gnutls.nsi: Update file name
        to libgnutls-openssl-27.dll

diff --git a/src/inst-gnutls.nsi b/src/inst-gnutls.nsi
index 5793b60..e8acc41 100644
--- a/src/inst-gnutls.nsi
+++ b/src/inst-gnutls.nsi
@@ -34,7 +34,7 @@ Section "-gnutls" SEC_gnutls
 
   File ${prefix}/bin/libgnutls-26.dll
   File ${prefix}/bin/libgnutls-extra-26.dll
-  File ${prefix}/bin/libgnutls-openssl-26.dll
+  File ${prefix}/bin/libgnutls-openssl-27.dll
 
 !endif
 SectionEnd
diff --git a/src/uninst-gnutls.nsi b/src/uninst-gnutls.nsi
index 978d187..25e6607 100644
--- a/src/uninst-gnutls.nsi
+++ b/src/uninst-gnutls.nsi
@@ -32,7 +32,7 @@ Section "-un.gnutls"
 
   Delete "$INSTDIR\libgnutls-26.dll"
   Delete "$INSTDIR\libgnutls-extra-26.dll"
-  Delete "$INSTDIR\libgnutls-openssl-26.dll"
+  Delete "$INSTDIR\libgnutls-openssl-27.dll"
   RMDir "$INSTDIR"
 
 !endif

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

Summary of changes:
 src/inst-gnutls.nsi   |    2 +-
 src/uninst-gnutls.nsi |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list