e4c9b2 gnutls: build cli tools, harden configuration.

1 file Authored by midipix 5 years ago, Committed by Lucio Andrés Illanes Albornoz 5 years ago,
    gnutls: build cli tools, harden configuration.
    
    Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
    
        
file modified
+1 -1
vars/build.vars CHANGED
@@ -535,7 +535,7 @@ NATIVE_PACKAGES_DEPS_PYTHON="${PREFIX}/bin/python2";
535
535
: ${PKG_GNUTLS_SHA256SUM:=bb9acab8af2ac430edf45faaaa4ed2c51f86e57cb57689be6701aceef4732ca7};
536
536
: ${PKG_GNUTLS_VERSION:=3.6.6};
537
537
: ${PKG_GNUTLS_URL:=https://www.gnupg.org/ftp/gcrypt/gnutls/v${PKG_GNUTLS_VERSION%.*}/gnutls-${PKG_GNUTLS_VERSION}.tar.xz};
538
- : ${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"};
538
+ : ${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""};
539
539
: ${PKG_GNUTLS_LIBTOOL:=slibtool-shared};
540
540
: ${PKG_CURL_SHA256SUM:=ef6e55192d04713673b4409ccbcb4cb6cd723137d6e10ca45b0c593a454e1720};
541
541
: ${PKG_CURL_VERSION:=7.61.0};