Blame fedora-crypto-policy.patch

b84b68f
diff -up webkitgtk-2.17.92/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp.fedora-crypto-policy webkitgtk-2.17.92/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp
b84b68f
--- webkitgtk-2.17.92/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp.fedora-crypto-policy	2017-09-05 13:39:59.294426661 +0200
b84b68f
+++ webkitgtk-2.17.92/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp	2017-09-05 13:40:09.144389997 +0200
b84b68f
@@ -43,7 +43,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.
1e4394b
-    setenv("G_TLS_GNUTLS_PRIORITY", "NORMAL:%COMPAT:!VERS-SSL3.0:!ARCFOUR-128", 0);
1e4394b
+    setenv("G_TLS_GNUTLS_PRIORITY", "@SYSTEM:%COMPAT:!VERS-SSL3.0:!ARCFOUR-128", 0);
Michael Catanzaro 1d7fc88
 
b84b68f
 #if USE(GCRYPT)
b84b68f
     PAL::GCrypt::initialize();
b84b68f
diff -up webkitgtk-2.17.92/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp.fedora-crypto-policy webkitgtk-2.17.92/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp
b84b68f
--- webkitgtk-2.17.92/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp.fedora-crypto-policy	2017-09-05 13:40:28.558317735 +0200
b84b68f
+++ webkitgtk-2.17.92/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp	2017-09-05 13:40:56.057215378 +0200
b84b68f
@@ -43,7 +43,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.
1e4394b
-    setenv("G_TLS_GNUTLS_PRIORITY", "NORMAL:%COMPAT:!VERS-SSL3.0:!ARCFOUR-128", 0);
1e4394b
+    setenv("G_TLS_GNUTLS_PRIORITY", "@SYSTEM:%COMPAT:!VERS-SSL3.0:!ARCFOUR-128", 0);
Michael Catanzaro 1d7fc88
 
b84b68f
 #if USE(GCRYPT)
b84b68f
     PAL::GCrypt::initialize();