From e4c9b23c82823a1aaaecafa455f2632fd2867bf1 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 6 May 2019 07:55:27 +0000 Subject: gnutls: build cli tools, harden configuration. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucio Andrés Illanes Albornoz --- vars/build.vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/build.vars b/vars/build.vars index 86d503d3..bd98aba2 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -535,7 +535,7 @@ NATIVE_PACKAGES_DEPS_PYTHON="${PREFIX}/bin/python2"; : ${PKG_GNUTLS_SHA256SUM:=bb9acab8af2ac430edf45faaaa4ed2c51f86e57cb57689be6701aceef4732ca7}; : ${PKG_GNUTLS_VERSION:=3.6.6}; : ${PKG_GNUTLS_URL:=https://www.gnupg.org/ftp/gcrypt/gnutls/v${PKG_GNUTLS_VERSION%.*}/gnutls-${PKG_GNUTLS_VERSION}.tar.xz}; -: ${PKG_GNUTLS_CONFIGURE_ARGS_EXTRA:="--disable-ssl3-support --disable-ssl2-support --disable-cxx --disable-tools --enable-local-libopts --with-included-libtasn1 --without-p11-kit --disable-hardware-acceleration"}; +: ${PKG_GNUTLS_CONFIGURE_ARGS_EXTRA:="--disable-ssl3-support --disable-ssl2-support --disable-cxx --enable-local-libopts --with-included-libtasn1 --without-p11-kit --disable-hardware-acceleration --with-default-priority-string="SECURE192:-VERS-ALL:+VERS-TLS1.2""}; : ${PKG_GNUTLS_LIBTOOL:=slibtool-shared}; : ${PKG_CURL_SHA256SUM:=ef6e55192d04713673b4409ccbcb4cb6cd723137d6e10ca45b0c593a454e1720}; : ${PKG_CURL_VERSION:=7.61.0}; -- cgit v1.2.3