gnutls: updated to 3.3.8

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
Nikos Mavrogiannopoulos 2014-09-18 21:16:59 +02:00
parent 7c27853fff
commit fa78baaeb2

View file

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=gnutls PKG_NAME:=gnutls
PKG_VERSION:=3.2.17 PKG_VERSION:=3.3.8
PKG_RELEASE:=2 PKG_RELEASE:=1
PKG_USE_MIPS16:=0 PKG_USE_MIPS16:=0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2 PKG_SOURCE_URL:=ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3
PKG_MD5SUM:=271c6fc8c546abb8bd547eb12bfff518 PKG_MD5SUM:=b57e6b7630bdba9ea8eb28ff0eb29c2f
PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org> PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org>
PKG_INSTALL:=1 PKG_INSTALL:=1
@ -108,6 +108,7 @@ CONFIGURE_ARGS+= \
--disable-doc \ --disable-doc \
--disable-tests \ --disable-tests \
--disable-rsa-export \ --disable-rsa-export \
--with-default-trust-store-dir=/etc/ssl/certs/ \
--disable-crywrap --disable-crywrap
ifneq ($(CONFIG_GNUTLS_EXT_LIBTASN1),y) ifneq ($(CONFIG_GNUTLS_EXT_LIBTASN1),y)