gnutls: updated to 3.6.9
authorNikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Fri, 2 Aug 2019 19:15:00 +0000 (21:15 +0200)
committerNikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Fri, 2 Aug 2019 19:27:39 +0000 (21:27 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
libs/gnutls/Makefile

index 36837c11122f4f0a363815a5472e3e4e67c8db62..61312207e10faa8d56d78f9e4b77f379e5571061 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gnutls
-PKG_VERSION:=3.6.8
-PKG_RELEASE:=2
+PKG_VERSION:=3.6.9
+PKG_RELEASE:=1
 PKG_USE_MIPS16:=0
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6
-PKG_HASH:=aa81944e5635de981171772857e72be231a7e0f559ae0292d2737de475383e83
+PKG_HASH:=4331fca55817ecdd74450b908a6c29b4f05bb24dd13144c6284aa34d872e1fcb
 #PKG_FIXUP:=autoreconf gettext-version
 PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org>
 PKG_LICENSE:=LGPLv2.1+
@@ -104,7 +104,10 @@ $(call Package/gnutls/Default/description)
  This package contains the GnuTLS shared library, needed by other programs.
 endef
 
-
+# We disable the configuration file (system-priority-file) because
+# the use of configuration increases the non-shared memory used by
+# the library and we don't provide an openwrt-specific configuration
+# anyway.
 CONFIGURE_ARGS+= \
        --enable-shared \
        --enable-static \
@@ -124,7 +127,8 @@ CONFIGURE_ARGS+= \
        --with-default-trust-store-dir=/etc/ssl/certs/ \
        --with-included-unistring \
        --with-librt-prefix="$(LIBRT_ROOT_DIR)/" \
-       --with-pic
+       --with-pic \
+       --with-system-priority-file=""
 
 ifneq ($(CONFIG_GNUTLS_EXT_LIBTASN1),y)
 CONFIGURE_ARGS += --with-included-libtasn1