From: Hauke Mehrtens Date: Sun, 27 Apr 2014 20:41:13 +0000 (+0000) Subject: gnutls: update to 3.2.13 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=2f74434bc2491cf718b82551d9216ac751583502 gnutls: update to 3.2.13 This patch updates gnutls to 3.2.13 and disables the hardware acceleration. It fixes package breakage which might be seen on buildbot logs. Signed-off-by: Jiri Slachta SVN-Revision: 40578 --- diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index 3c29c547e7..349e4925d0 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnutls -PKG_VERSION:=3.2.12 +PKG_VERSION:=3.2.13 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2 -PKG_MD5SUM:=f507365940de8f095e1d867c6f0842f6 +PKG_MD5SUM:=300e5f413054e2f4719c1c3b5179a611 PKG_MAINTAINER:=Nikos Mavrogiannopoulos PKG_INSTALL:=1 @@ -106,6 +106,7 @@ CONFIGURE_ARGS+= \ --disable-rsa-export \ --disable-crywrap \ --without-p11-kit \ + --disable-hardware-acceleration # XXX: AM_CFLAGS duplicates with CFLAGS MAKE_FLAGS:= \