Blame fedora-crypto-policy.patch

Michael Catanzaro 1d7fc88
From e583c6f7deb86406f7e0375c560503858f4831ca Mon Sep 17 00:00:00 2001
Michael Catanzaro 1d7fc88
From: Michael Catanzaro <mcatanzaro@igalia.com>
Michael Catanzaro 1d7fc88
Date: Sun, 19 Jun 2016 21:10:03 -0500
Michael Catanzaro 1d7fc88
Subject: [PATCH] https://fedoraproject.org/wiki/Packaging:CryptoPolicies
Michael Catanzaro 1d7fc88
Michael Catanzaro 1d7fc88
---
Michael Catanzaro 1d7fc88
 Source/WebKit2/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp | 2 +-
Michael Catanzaro 1d7fc88
 Source/WebKit2/WebProcess/EntryPoint/unix/WebProcessMain.cpp         | 2 +-
Michael Catanzaro 1d7fc88
 2 files changed, 2 insertions(+), 2 deletions(-)
Michael Catanzaro 1d7fc88
Michael Catanzaro 1d7fc88
diff --git a/Source/WebKit2/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp b/Source/WebKit2/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp
Michael Catanzaro 1d7fc88
index b282e16..ed8bbbd 100644
Michael Catanzaro 1d7fc88
--- a/Source/WebKit2/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp
Michael Catanzaro 1d7fc88
+++ b/Source/WebKit2/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp
Michael Catanzaro 1d7fc88
@@ -39,7 +39,7 @@ int main(int argc, char** argv)
Michael Catanzaro 1d7fc88
     // overwrite this priority string if it's already set by the user.
Michael Catanzaro 1d7fc88
     // https://bugzilla.gnome.org/show_bug.cgi?id=738633
Michael Catanzaro 1d7fc88
     // WARNING: This needs to be KEPT IN SYNC with WebProcessMain.cpp.
Michael Catanzaro 1d7fc88
-    setenv("G_TLS_GNUTLS_PRIORITY", "NORMAL:%COMPAT:%LATEST_RECORD_VERSION:!VERS-SSL3.0:!ARCFOUR-128", 0);
Michael Catanzaro 1d7fc88
+    setenv("G_TLS_GNUTLS_PRIORITY", "@SYSTEM:%COMPAT:%LATEST_RECORD_VERSION:!VERS-SSL3.0:!ARCFOUR-128", 0);
Michael Catanzaro 1d7fc88
 
Michael Catanzaro 1d7fc88
     return NetworkProcessMainUnix(argc, argv);
Michael Catanzaro 1d7fc88
 }
Michael Catanzaro 1d7fc88
diff --git a/Source/WebKit2/WebProcess/EntryPoint/unix/WebProcessMain.cpp b/Source/WebKit2/WebProcess/EntryPoint/unix/WebProcessMain.cpp
Michael Catanzaro 1d7fc88
index 5f45d01..2b34ead 100644
Michael Catanzaro 1d7fc88
--- a/Source/WebKit2/WebProcess/EntryPoint/unix/WebProcessMain.cpp
Michael Catanzaro 1d7fc88
+++ b/Source/WebKit2/WebProcess/EntryPoint/unix/WebProcessMain.cpp
Michael Catanzaro 1d7fc88
@@ -39,7 +39,7 @@ int main(int argc, char** argv)
Michael Catanzaro 1d7fc88
     // overwrite this priority string if it's already set by the user.
Michael Catanzaro 1d7fc88
     // https://bugzilla.gnome.org/show_bug.cgi?id=738633
Michael Catanzaro 1d7fc88
     // WARNING: This needs to be KEPT IN SYNC with WebProcessMain.cpp.
Michael Catanzaro 1d7fc88
-    setenv("G_TLS_GNUTLS_PRIORITY", "NORMAL:%COMPAT:%LATEST_RECORD_VERSION:!VERS-SSL3.0:!ARCFOUR-128", 0);
Michael Catanzaro 1d7fc88
+    setenv("G_TLS_GNUTLS_PRIORITY", "@SYSTEM:%COMPAT:%LATEST_RECORD_VERSION:!VERS-SSL3.0:!ARCFOUR-128", 0);
Michael Catanzaro 1d7fc88
 
Michael Catanzaro 1d7fc88
     return WebProcessMainUnix(argc, argv);
Michael Catanzaro 1d7fc88
 }
Michael Catanzaro 1d7fc88
-- 
Michael Catanzaro 1d7fc88
2.7.4
Michael Catanzaro 1d7fc88