[glib-networking/glib-2-42] tls/tests: add one more gnutls release to our blacklist



commit f395185318a70e2f3cd4d76aff1ec58644b8c0b3
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Dec 9 20:08:32 2014 +0100

    tls/tests: add one more gnutls release to our blacklist
    
    This bug will be fixed in 3.3.11

 tls/tests/connection.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tls/tests/connection.c b/tls/tests/connection.c
index 6bcb9c2..2d2d1e8 100644
--- a/tls/tests/connection.c
+++ b/tls/tests/connection.c
@@ -1058,7 +1058,8 @@ check_gnutls_has_rehandshaking_bug (void)
          !strcmp (version, "3.1.28") ||
          !strcmp (version, "3.2.19") ||
          !strcmp (version, "3.3.8") ||
-         !strcmp (version, "3.3.9"));
+         !strcmp (version, "3.3.9") ||
+          !strcmp (version, "3.3.10"));
 }
 
 static void


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