[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.2.2-3-g619481b

by Andre Heinecke cvs at cvs.gnupg.org
Fri Sep 5 16:17:52 CEST 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 "GnuPG for Windows".

The branch, master has been updated
       via  619481b224a9704195c456db74073599d01eac0f (commit)
      from  35a6c77ad9fafc6b79577b91e63fa59653e3e48c (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 619481b224a9704195c456db74073599d01eac0f
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri Sep 5 16:16:19 2014 +0200

    Fix libgcrypt soname in mkportable headers
    
        * src/mkportable-full.h, src/mkportable-light.h,
        src/mkportable-vanilla.h: Update soname to -20
    
    --
    
        Wald-issue #6563

diff --git a/src/mkportable-full.h b/src/mkportable-full.h
index 9825f6e..6ac66e3 100644
--- a/src/mkportable-full.h
+++ b/src/mkportable-full.h
@@ -118,7 +118,7 @@ const char * const full_files[] =
   "libfontconfig-1.dll",
   "libgailutil-18.dll",
   "libgcc_s_sjlj-1.dll",
-  "libgcrypt-11.dll",
+  "libgcrypt-20.dll",
   "libgdk-win32-2.0-0.dll",
   "libgdk_pixbuf-2.0-0.dll",
   "libgio-2.0-0.dll",
diff --git a/src/mkportable-light.h b/src/mkportable-light.h
index 7af065f..01b8654 100644
--- a/src/mkportable-light.h
+++ b/src/mkportable-light.h
@@ -87,7 +87,7 @@ const char * const light_files[] =
   "libffi-6.dll",
   "libfontconfig-1.dll",
   "libgailutil-18.dll",
-  "libgcrypt-11.dll",
+  "libgcrypt-20.dll",
   "libgdk-win32-2.0-0.dll",
   "libgdk_pixbuf-2.0-0.dll",
   "libgio-2.0-0.dll",
diff --git a/src/mkportable-vanilla.h b/src/mkportable-vanilla.h
index a2cddbc..9394b33 100644
--- a/src/mkportable-vanilla.h
+++ b/src/mkportable-vanilla.h
@@ -25,7 +25,7 @@ const char * const vanilla_files[] =
   "libassuan-0.dll",
   "libcurl-4.dll",
   "libffi-6.dll",
-  "libgcrypt-11.dll",
+  "libgcrypt-20.dll",
   "libgdk_pixbuf-2.0-0.dll",
   "libgpg-error-0.dll",
   "libiconv-2.dll",

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

Summary of changes:
 src/mkportable-full.h    |    2 +-
 src/mkportable-light.h   |    2 +-
 src/mkportable-vanilla.h |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


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



More information about the Gpg4win-commits mailing list