[glib-networking] gnutls: require gnutls 3.0 again



commit e45c778d26a8765d2ae064ad630653853a590d53
Author: Dan Winship <danw gnome org>
Date:   Sat Jul 13 15:47:26 2013 -0400

    gnutls: require gnutls 3.0 again
    
    2.42.1 and 2.43.1 use a gnutls-3.0-only function, so we were already
    implicitly requireing gnutls 3.0 again. And the licensing problems
    from before should now be resolved, since gmp has been relicensed to
    LGPLv3+/GPLv2+. So switch the gnutls requirement back to 3.0.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742750

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


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