discomfitor pushed a commit to branch ecore-1.7.

commit 25c87d7db10f9795af961c1e69f9e6c556f85df0
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Mar 11 06:19:05 2013 +0000

    also blacklist gnutls < 2.12.16 on 1.7 branch
---
 m4/ecore_check_options.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/m4/ecore_check_options.m4 b/m4/ecore_check_options.m4
index d20adca..f001932 100644
--- a/m4/ecore_check_options.m4
+++ b/m4/ecore_check_options.m4
@@ -165,14 +165,14 @@ AC_ARG_ENABLE([gnutls],
    ])
 
 if test "x${_ecore_want_gnutls}" = "xyes" -o "x${_ecore_want_gnutls}" = 
"xauto" ; then
-   PKG_CHECK_MODULES([TLS], [gnutls >= 2.10.2],
+   PKG_CHECK_MODULES([TLS], [gnutls >= 2.12.16],
       [
        AC_DEFINE([USE_GNUTLS], [1], [Use GnuTLS])
        _ecore_have_gnutls="yes"
       ],
       [_ecore_have_gnutls="no"])
    # for ecore_con_ssl.c
-   PKG_CHECK_MODULES([TLS2], [gnutls >= 2.10.2],
+   PKG_CHECK_MODULES([TLS2], [gnutls >= 2.12.16],
       [AC_DEFINE(USE_GNUTLS2, 1, [Use GnuTLS 2 or higher])],
       [dummy="no"])
    if test "x$_ecore_have_gnutls" = "xyes";then

-- 

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev

Reply via email to