summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-01-07 10:17:21 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-01-07 10:17:21 (GMT)
commit39223e0fa98d31dc3934b6b0ddb1e5939aa67351 (patch)
tree21b771751b0f01b0a47fd72ada964e751c3664fa
parented4770987c736e3a9b7fae1f372f771575bfb87f (diff)
downloadmxe-39223e0fa98d31dc3934b6b0ddb1e5939aa67351.zip
mxe-39223e0fa98d31dc3934b6b0ddb1e5939aa67351.tar.gz
mxe-39223e0fa98d31dc3934b6b0ddb1e5939aa67351.tar.bz2
update package gnutls
-rw-r--r--src/gnutls-1-fixes.patch12
-rw-r--r--src/gnutls.mk4
2 files changed, 8 insertions, 8 deletions
diff --git a/src/gnutls-1-fixes.patch b/src/gnutls-1-fixes.patch
index 7c23f4d..ac66844 100644
--- a/src/gnutls-1-fixes.patch
+++ b/src/gnutls-1-fixes.patch
@@ -3,7 +3,7 @@ See doc/index.html for further information.
Contains ad hoc patches for cross building.
-From 397faf13047eeaacaacf317ac983023eb77f917a Mon Sep 17 00:00:00 2001
+From 69dd3870644eab761258bb27156af01dd29fb970 Mon Sep 17 00:00:00 2001
From: mingw-cross-env
Date: Fri, 28 Oct 2011 09:23:41 +0200
Subject: [PATCH 1/3] add missing static library linking
@@ -25,18 +25,18 @@ index 32170b6..de032a2 100644
1.7.8
-From 1dae79c5198cbcbdca257ba6bb2a94f5a3fa2833 Mon Sep 17 00:00:00 2001
+From 11b726a91ae04db0158c47cf4ce218fd823d7f4c Mon Sep 17 00:00:00 2001
From: mingw-cross-env
Date: Thu, 24 Nov 2011 14:40:11 +0100
Subject: [PATCH 2/3] don't try to build crywrap for windows
diff --git a/configure.ac b/configure.ac
-index dfe00d3..83f2992 100644
+index 78eb975..cd00934 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -435,7 +435,7 @@ PKG_CHECK_MODULES(LIBIDN, libidn >= 0.0.0, [libidn=yes], [libidn=no])
-
+@@ -437,7 +437,7 @@ else
+ libidn=no
fi
-AM_CONDITIONAL(ENABLE_CRYWRAP, test "x$libidn" != "xno")
@@ -48,7 +48,7 @@ index dfe00d3..83f2992 100644
1.7.8
-From 9b7cc0267b6f7546cc5db74f357cbdf0f71a1cea Mon Sep 17 00:00:00 2001
+From 020af519332485a21948e6662d347e33ecea7685 Mon Sep 17 00:00:00 2001
From: mingw-cross-env
Date: Thu, 24 Nov 2011 15:06:06 +0100
Subject: [PATCH 3/3] disable doc and test (mingw-cross-env specific)
diff --git a/src/gnutls.mk b/src/gnutls.mk
index 36fb5ed..01b9305 100644
--- a/src/gnutls.mk
+++ b/src/gnutls.mk
@@ -3,8 +3,8 @@
# GnuTLS
PKG := gnutls
-$(PKG)_VERSION := 3.0.10
-$(PKG)_CHECKSUM := 4380a57835f98b5000129eec666f7e1e76c83983
+$(PKG)_VERSION := 3.0.11
+$(PKG)_CHECKSUM := 62a5c4c3777e5ed707de740667306a583cb0a118
$(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION)
$(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz
$(PKG)_WEBSITE := http://www.gnu.org/software/gnutls/