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 <[email protected]> --- libs/gnutls/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index 3c29c54..349e492 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 <[email protected]> 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:= \ -- 1.9.1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
