From: Nikos Mavrogiannopoulos Date: Thu, 18 Sep 2014 19:16:59 +0000 (+0200) Subject: gnutls: updated to 3.3.8 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=116eae89228bf32bdacaae0ede10c309faecc0c7;p=feed%2Fpackages.git gnutls: updated to 3.3.8 Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index a77d91e85b..0564876ad5 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnutls -PKG_VERSION:=3.2.17 -PKG_RELEASE:=2 +PKG_VERSION:=3.3.8 +PKG_RELEASE:=1 PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2 -PKG_MD5SUM:=271c6fc8c546abb8bd547eb12bfff518 +PKG_SOURCE_URL:=ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3 +PKG_MD5SUM:=b57e6b7630bdba9ea8eb28ff0eb29c2f PKG_MAINTAINER:=Nikos Mavrogiannopoulos PKG_INSTALL:=1 @@ -108,6 +108,7 @@ CONFIGURE_ARGS+= \ --disable-doc \ --disable-tests \ --disable-rsa-export \ + --with-default-trust-store-dir=/etc/ssl/certs/ \ --disable-crywrap ifneq ($(CONFIG_GNUTLS_EXT_LIBTASN1),y)