changeset 3679:1f3183556bcf

libgcrypt: update to 1.6.1 * src/libgcrypt.mk: update version * src/mingw-libgcrypt-1-fixes.patch: removed
author John Donoghue
date Tue, 05 Aug 2014 09:13:58 -0400
parents 3858aa1d5ef8
children 64912b529fc3
files src/libgcrypt.mk src/mingw-libgcrypt-1-fixes.patch
diffstat 2 files changed, 2 insertions(+), 37 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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 <stdint.h>
- #endif
- 
-+#define WIN32_LEAN_AND_MEAN
- #include <windows.h>
-+#include <winperf.h>
- 
- 
- #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 <config.h>
- 
- #ifdef _WIN32
-+# define WIN32_LEAN_AND_MEAN
- # include <windows.h>
- #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 <time.h>
- #include <stdarg.h>
- #ifdef _WIN32
-+#define WIN32_LEAN_AND_MEAN
- #include <windows.h>
- #else
- #include <sys/times.h>