From 1a6db4966acfa97283819ce5f838c3f03eab0cf6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 4 Mar 2014 20:31:42 +0100 Subject: [PATCH] gnutls: Update to 3.2.12. Disable SRP authentication, non-SuiteB curves and guile. --- gnutls/gnutls.nm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnutls/gnutls.nm b/gnutls/gnutls.nm index 86f3c870a..d12f7fe2a 100644 --- a/gnutls/gnutls.nm +++ b/gnutls/gnutls.nm @@ -6,7 +6,7 @@ name = gnutls version = %{ver_maj}.%{ver_min} ver_maj = 3.2 -ver_min = 8 +ver_min = 12 release = 1 groups = System/Libraries @@ -28,7 +28,6 @@ build requires datefudge gettext - guile-devel libgcrypt-devel libidn-devel libtasn1-devel >= 3.2 @@ -46,7 +45,9 @@ build configure_options += \ --with-included-libcfg \ --disable-openssl-compatibility \ - --with-libgcrypt + --disable-srp-authentication \ + --disable-non-suiteb-curves \ + --disable-guile # Test suite does not work when srp is disabled. test -- 2.39.2