[pan2] only support gnutls >= 3.0.0, older versions with gcrypt are buggy and segfault on some machines (mi



commit 6fb5707b7011109439a0bf32fcda9e8f39e58b5b
Author: Heinrich MÃller <henmull src gnome org>
Date:   Thu Jun 7 08:40:36 2012 +0200

    only support gnutls >= 3.0.0, older versions with gcrypt are buggy and segfault on some machines (mine too)

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index c80a5a7..d0cbdf2 100644
--- a/configure.in
+++ b/configure.in
@@ -50,7 +50,7 @@ GTK3_REQUIRED=3.0.0
 GTKSPELL_REQUIRED=2.0.7
 GTKSPELL3_REQUIRED=2.0.16
 ENCHANT_REQUIRED=1.6.0
-GNUTLS_REQUIRED=2.12.10
+GNUTLS_REQUIRED=3.0.0
 LIBNOTIFY_REQUIRED=0.4.1
 LIBGKR_REQUIRED=3.2.0
 AC_SUBST(GLIB_REQUIRED)



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