[glib-networking] Revert "gnutls: require gnutls 3.0"



commit 1f761807654a67131021eb86e0a0f94978c9c065
Author: Dan Winship <danw gnome org>
Date:   Sat Jul 20 09:24:22 2013 -0400

    Revert "gnutls: require gnutls 3.0"
    
    There are potential licensing issues with gnutls 3.x, which
    transitively requires gmp, whose latest versions are LGPLv3.
    
    Allow compiling with 2.x again, but bump up the requirement to 2.12,
    so we've got all the newer APIs to replace the ones that are
    deprecated in 3.x.
    
    This may be revisited in the future, and some new code added to this
    module will probably be gnutls-3.x-only.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704503

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 686c499..a95595f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,7 @@ dnl *****************************
 dnl *** Checks for GNUTLS     ***
 dnl *****************************
 
-GNUTLS_MIN_REQUIRED=3.0
+GNUTLS_MIN_REQUIRED=2.12.8
 
 AC_ARG_WITH(gnutls,
     [AC_HELP_STRING([--with-gnutls],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]