discomfitor pushed a commit to branch master.

commit a91814f0e0606068a0854a9e8de8d42456c1703b
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Mar 11 06:16:12 2013 +0000

    blacklist gnutls < 2.12.16
    
    in a move which is sure to make me hugely unpopular once again, I'm 
blacklisting a huge number of gnutls versions which I can't compile because at 
least some of them are 100% broken and will not work. the rage forecast is 
looking to see some hot winds blowing in from the debian/ubuntu quagmires, 
though users from more modern regions are not likely to notice any changes
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index bc0ea2c..943bab5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -274,7 +274,7 @@ AM_CONDITIONAL([EFL_ENABLE_TESTS], [test "${want_tests}" = 
"yes"])
 # check for crypto/tls library to use
 case "$build_crypto" in
    gnutls)
-      EFL_DEPEND_PKG([crypto], [GNUTLS], [gnutls >= 2.11])
+      EFL_DEPEND_PKG([crypto], [GNUTLS], [gnutls >= 2.12.16])
 
       AM_PATH_LIBGCRYPT([], [:],
          [AC_MSG_ERROR([libgcrypt required but not found])])

-- 

------------------------------------------------------------------------------
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