# HG changeset patch # User John Donoghue # Date 1407244438 14400 # Node ID 1f3183556bcfb4ba93cc1424571d9ce263bcd539 # Parent 3858aa1d5ef83489057de48855b9944cea38191d libgcrypt: update to 1.6.1 * src/libgcrypt.mk: update version * src/mingw-libgcrypt-1-fixes.patch: removed diff -r 3858aa1d5ef8 -r 1f3183556bcf src/libgcrypt.mk --- a/src/libgcrypt.mk Tue Aug 05 07:32:21 2014 -0400 +++ b/src/libgcrypt.mk Tue Aug 05 09:13:58 2014 -0400 @@ -3,8 +3,8 @@ PKG := libgcrypt $(PKG)_IGNORE := -$(PKG)_VERSION := 1.5.3 -$(PKG)_CHECKSUM := 2c6553cc17f2a1616d512d6870fe95edf6b0e26e +$(PKG)_VERSION := 1.6.1 +$(PKG)_CHECKSUM := f03d9b63ac3b17a6972fc11150d136925b702f02 $(PKG)_SUBDIR := libgcrypt-$($(PKG)_VERSION) $(PKG)_FILE := libgcrypt-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := ftp://ftp.gnupg.org/gcrypt/libgcrypt/$($(PKG)_FILE) diff -r 3858aa1d5ef8 -r 1f3183556bcf src/mingw-libgcrypt-1-fixes.patch --- a/src/mingw-libgcrypt-1-fixes.patch Tue Aug 05 07:32:21 2014 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ -diff -ur libgcrypt-1.5.3.orig/random/rndw32.c libgcrypt-1.5.3/random/rndw32.c ---- libgcrypt-1.5.3.orig/random/rndw32.c 2013-10-18 11:40:06 -0400 -+++ libgcrypt-1.5.3/random/rndw32.c 2013-10-18 11:42:15 -0400 -@@ -78,7 +78,9 @@ - #include - #endif - -+#define WIN32_LEAN_AND_MEAN - #include -+#include - - - #include "types.h" -diff -ur libgcrypt-1.5.3.orig/src/ath.h libgcrypt-1.5.3/src/ath.h ---- libgcrypt-1.5.3.orig/src/ath.h 2013-10-18 11:40:06 -0400 -+++ libgcrypt-1.5.3/src/ath.h 2013-10-18 11:40:33 -0400 -@@ -24,6 +24,7 @@ - #include - - #ifdef _WIN32 -+# define WIN32_LEAN_AND_MEAN - # include - #else /* !_WIN32 */ - # ifdef HAVE_SYS_SELECT_H -diff -ur libgcrypt-1.5.3.orig/tests/benchmark.c libgcrypt-1.5.3/tests/benchmark.c ---- libgcrypt-1.5.3.orig/tests/benchmark.c 2013-10-18 11:40:07 -0400 -+++ libgcrypt-1.5.3/tests/benchmark.c 2013-10-18 11:40:33 -0400 -@@ -25,6 +25,7 @@ - #include - #include - #ifdef _WIN32 -+#define WIN32_LEAN_AND_MEAN - #include - #else - #include