summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gnutls-2-add-missing-export.patch16
-rw-r--r--src/gnutls.mk6
2 files changed, 3 insertions, 19 deletions
diff --git a/src/gnutls-2-add-missing-export.patch b/src/gnutls-2-add-missing-export.patch
deleted file mode 100644
index ad509ce..0000000
--- a/src/gnutls-2-add-missing-export.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-This file is part of MXE.
-See index.html for further information.
-
-This adds a missing export to the main libgnutls so libgnutls-xssl compiles.
-
-diff -Naur gnutls-3.2.12/lib/libgnutls.map gnutls-3.2.12.fixed/lib/libgnutls.map
---- gnutls-3.2.12/lib/libgnutls.map 2014-01-28 21:19:11.000000000 +0100
-+++ gnutls-3.2.12.fixed/lib/libgnutls.map 2014-03-07 16:04:57.826105998 +0100
-@@ -955,6 +955,7 @@
-
- # Internal symbols needed by xssl:
- gnutls_realloc_fast;
-+ _gnutls_vasprintf;
-
- # Internal symbols needed by gnutls-cli-debug:
- _gnutls_rsa_pms_set_version;
diff --git a/src/gnutls.mk b/src/gnutls.mk
index 57b8923..902aea2 100644
--- a/src/gnutls.mk
+++ b/src/gnutls.mk
@@ -2,10 +2,10 @@
# See index.html for further information.
PKG := gnutls
-$(PKG)_VERSION := 3.2.12
-$(PKG)_CHECKSUM := 5ad26522ec18d6b54a17ff8d1d5b69bf2cd5c7ce
+$(PKG)_VERSION := 3.2.13
+$(PKG)_CHECKSUM := c4a95902bb67df46e9b2c08d4c10523db94e2736
$(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION)
-$(PKG)_FILE := gnutls-$($(PKG)_VERSION).1.tar.xz
+$(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2//$($(PKG)_FILE)
$(PKG)_DEPS := gcc gettext gmp nettle pcre zlib