From d48a4c679a9bf32c7cf77a0fd44922ad3861a732 Mon Sep 17 00:00:00 2001 From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> Date: Fri, 1 Apr 2016 19:02:14 -0400 Subject: [PATCH] contrib: force gnutls minimal version to 3.3.19 3.3.19 of gnutls is the one containing a patch to be able to make a anon to RSA re-negotiation. This is needed by commit fbdc7b2476d33089. Change-Id: Ie63657031b0f8f3f50d98eda14e6dd47e64ac559 Tuleap: #526 --- contrib/src/gnutls/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/gnutls/rules.mak b/contrib/src/gnutls/rules.mak index 3ca0a80d19..1c85d93b5b 100644 --- a/contrib/src/gnutls/rules.mak +++ b/contrib/src/gnutls/rules.mak @@ -4,7 +4,7 @@ GNUTLS_VERSION := 3.4.10 GNUTLS_URL := ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-$(GNUTLS_VERSION).tar.xz PKGS += gnutls -ifeq ($(call need_pkg,"gnutls >= 3.3.0"),) +ifeq ($(call need_pkg,"gnutls >= 3.3.19"),) PKGS_FOUND += gnutls endif -- GitLab