update package gnutls

This commit is contained in:
Mark Brand 2014-04-08 12:00:17 +02:00
parent efc0ac4906
commit 6973ef0988
2 changed files with 3 additions and 19 deletions

View File

@ -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;

View File

@ -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