comparison src/gnutls.mk @ 3595:fc2b5e19d737

gnutls: update to 3.2.14 * src/gnutls.mk: update to version 3.2.14 * src/gnutls-1-fixes.patch: update to latest mxe_devel patch. * src/gnutls-2-ldadd.patch: remove patch file. * dist-files.mk: remove gnutls-2-ldadd.patch.
author John Donoghue
date Mon, 12 May 2014 15:59:57 -0400
parents 13be64f9f16d
children c2e1f9b89e6a
comparison
equal deleted inserted replaced
3594:30f4b78227af 3595:fc2b5e19d737
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := gnutls 4 PKG := gnutls
5 $(PKG)_VERSION := 3.2.3 5 $(PKG)_VERSION := 3.2.14
6 $(PKG)_CHECKSUM := 18f5fffd1a0384944cb76cbedc0720c4726470f4 6 $(PKG)_CHECKSUM := a660dfb59bd6f907eeb5c73c540cdddeb51bf8ae
7 $(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := gnutls-$($(PKG)_VERSION)
8 $(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz 8 $(PKG)_FILE := gnutls-$($(PKG)_VERSION).tar.xz
9 $(PKG)_URL := http://ftp.gnu.org/gnu/gnutls/$($(PKG)_FILE) 9 $(PKG)_URL := http://ftp.gnu.org/gnu/gnutls/$($(PKG)_FILE)
10 $(PKG)_DEPS := gettext nettle pcre zlib 10 $(PKG)_DEPS := gettext nettle pcre zlib
11 11