Blame SOURCES/fedora-crypto-policy.patch

69534c
From a4eaf05533e0e92e159fd0b964c36279726bfad3 Mon Sep 17 00:00:00 2001
69534c
From: Michael Catanzaro <mcatanzaro@gnome.org>
69534c
Date: Wed, 15 Jun 2016 10:29:50 -0500
69534c
Subject: [PATCH] Comply with Fedora system-wide crypto policy
69534c
69534c
https://bugzilla.redhat.com/show_bug.cgi?id=1179295
69534c
---
69534c
 tls/gnutls/gtlsconnection-gnutls.c | 2 +-
69534c
 1 file changed, 1 insertion(+), 1 deletion(-)
69534c
69534c
diff --git a/tls/gnutls/gtlsconnection-gnutls.c b/tls/gnutls/gtlsconnection-gnutls.c
69534c
index d2914fa..30fa34d 100644
69534c
--- a/tls/gnutls/gtlsconnection-gnutls.c
69534c
+++ b/tls/gnutls/gtlsconnection-gnutls.c
69534c
@@ -213,7 +213,7 @@ g_tls_connection_gnutls_init (GTlsConnectionGnutls *gnutls)
69534c
 /* First field is "fallback", second is "allow unsafe rehandshaking" */
69534c
 static gnutls_priority_t priorities[2][2];
69534c
 
69534c
-#define DEFAULT_BASE_PRIORITY "NORMAL:%COMPAT"
69534c
+#define DEFAULT_BASE_PRIORITY "@SYSTEM:%COMPAT"
69534c
 
69534c
 static void
69534c
 g_tls_connection_gnutls_init_priorities (void)
69534c
-- 
69534c
2.13.0
69534c