From 524bbde06b5fd269b704259228901b6b0674f5b6 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Fri, 18 Aug 2017 13:45:59 +0200 Subject: [PATCH 01/22] Update to 2.17.91 --- .gitignore | 1 + sources | 2 +- ...-user-agent-branding.patch => user-agent-branding.patch | 6 +++--- webkitgtk4.spec | 7 +++++-- 4 files changed, 10 insertions(+), 6 deletions(-) rename webkitgtk-2.14.1-user-agent-branding.patch => user-agent-branding.patch (50%) diff --git a/.gitignore b/.gitignore index a066c19..188b46e 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ /webkitgtk-2.17.4.tar.xz /webkitgtk-2.17.5.tar.xz /webkitgtk-2.17.90.tar.xz +/webkitgtk-2.17.91.tar.xz diff --git a/sources b/sources index 21cfba1..ae66fa2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (webkitgtk-2.17.90.tar.xz) = 72993e7bf61607bf75682f387f2877492d0982f8c15de2ed8444d9ac889d635845d8b59b5f9373ef3605d9b376534ff923775a98d229da608c532508d5846aa4 +SHA512 (webkitgtk-2.17.91.tar.xz) = f6ce14ce5838819e348ec300d6a98bde7a6fdeef4e2b88179169378b7193cfee3460c53c2f986fbfb55ba2dbdfe40ff509f9cf2ca615105765762b800cd1c980 diff --git a/webkitgtk-2.14.1-user-agent-branding.patch b/user-agent-branding.patch similarity index 50% rename from webkitgtk-2.14.1-user-agent-branding.patch rename to user-agent-branding.patch index d2dbd86..d87f3e7 100644 --- a/webkitgtk-2.14.1-user-agent-branding.patch +++ b/user-agent-branding.patch @@ -1,6 +1,6 @@ -diff -up webkitgtk-2.14.1/Source/WebCore/platform/gtk/UserAgentGtk.cpp.orig webkitgtk-2.14.1/Source/WebCore/platform/gtk/UserAgentGtk.cpp ---- webkitgtk-2.14.1/Source/WebCore/platform/gtk/UserAgentGtk.cpp.orig 2016-10-12 07:59:25.670057792 +0200 -+++ webkitgtk-2.14.1/Source/WebCore/platform/gtk/UserAgentGtk.cpp 2016-10-12 08:01:06.251878684 +0200 +diff -up webkitglib-2.14.1/Source/WebCore/platform/glib/UserAgentGLib.cpp.orig webkitglib-2.14.1/Source/WebCore/platform/glib/UserAgentGLib.cpp +--- webkitglib-2.14.1/Source/WebCore/platform/glib/UserAgentGLib.cpp.orig 2016-10-12 07:59:25.670057792 +0200 ++++ webkitglib-2.14.1/Source/WebCore/platform/glib/UserAgentGLib.cpp 2016-10-12 08:01:06.251878684 +0200 @@ -85,6 +85,9 @@ static String buildUserAgentString(const UserAgentQuirks& quirks) else { uaString.append(platformForUAString()); diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 662809f..0c471a6 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -6,7 +6,7 @@ cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g') Name: webkitgtk4 -Version: 2.17.90 +Version: 2.17.91 Release: 1%{?dist} Summary: GTK+ Web content engine library @@ -15,7 +15,7 @@ URL: http://www.webkitgtk.org/ Source0: http://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz # https://bugs.webkit.org/show_bug.cgi?id=162611 -Patch0: webkitgtk-2.14.1-user-agent-branding.patch +Patch0: user-agent-branding.patch # https://fedoraproject.org/wiki/Packaging:CryptoPolicies # https://bugs.webkit.org/show_bug.cgi?id=158785 Patch1: fedora-crypto-policy.patch @@ -269,6 +269,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Fri Aug 18 2017 Tomas Popela - 2.17.91-1 +- Update to 2.17.91 + * Wed Aug 09 2017 Tomas Popela - 2.17.90-1 - Update to 2.17.90 From 0d98b2f496186bcedc12da43689badcdb825ae53 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Tue, 5 Sep 2017 13:41:39 +0200 Subject: [PATCH 02/22] Update to 2.17.92 --- .gitignore | 1 + fedora-crypto-policy.patch | 32 ++++++++++++++++---------------- sources | 2 +- webkitgtk4.spec | 5 ++++- 4 files changed, 22 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 188b46e..26e6a1a 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ /webkitgtk-2.17.5.tar.xz /webkitgtk-2.17.90.tar.xz /webkitgtk-2.17.91.tar.xz +/webkitgtk-2.17.92.tar.xz diff --git a/fedora-crypto-policy.patch b/fedora-crypto-policy.patch index 4b84f0f..8a317db 100644 --- a/fedora-crypto-policy.patch +++ b/fedora-crypto-policy.patch @@ -1,18 +1,6 @@ -diff -up webkitgtk-2.17.5/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp.fedora-crypto-policy webkitgtk-2.17.5/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp ---- webkitgtk-2.17.5/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp.fedora-crypto-policy 2017-07-26 10:41:35.729680485 +0200 -+++ webkitgtk-2.17.5/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp 2017-07-26 10:41:47.709611761 +0200 -@@ -39,7 +39,7 @@ int main(int argc, char** argv) - // overwrite this priority string if it's already set by the user. - // https://bugzilla.gnome.org/show_bug.cgi?id=738633 - // WARNING: This needs to be KEPT IN SYNC with WebProcessMain.cpp. -- setenv("G_TLS_GNUTLS_PRIORITY", "NORMAL:%COMPAT:!VERS-SSL3.0:!ARCFOUR-128", 0); -+ setenv("G_TLS_GNUTLS_PRIORITY", "@SYSTEM:%COMPAT:!VERS-SSL3.0:!ARCFOUR-128", 0); - - return NetworkProcessMainUnix(argc, argv); - } -diff -up webkitgtk-2.17.5/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp.fedora-crypto-policy webkitgtk-2.17.5/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp ---- webkitgtk-2.17.5/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp.fedora-crypto-policy 2017-07-26 10:38:08.202870988 +0200 -+++ webkitgtk-2.17.5/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp 2017-07-26 10:38:35.342715297 +0200 +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 +--- webkitgtk-2.17.92/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp.fedora-crypto-policy 2017-09-05 13:39:59.294426661 +0200 ++++ webkitgtk-2.17.92/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp 2017-09-05 13:40:09.144389997 +0200 @@ -43,7 +43,7 @@ int main(int argc, char** argv) // overwrite this priority string if it's already set by the user. // https://bugzilla.gnome.org/show_bug.cgi?id=738633 @@ -21,4 +9,16 @@ diff -up webkitgtk-2.17.5/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMai + setenv("G_TLS_GNUTLS_PRIORITY", "@SYSTEM:%COMPAT:!VERS-SSL3.0:!ARCFOUR-128", 0); #if USE(GCRYPT) - // Call gcry_check_version() before any other libgcrypt call, ignoring the + PAL::GCrypt::initialize(); +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 +--- webkitgtk-2.17.92/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp.fedora-crypto-policy 2017-09-05 13:40:28.558317735 +0200 ++++ webkitgtk-2.17.92/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp 2017-09-05 13:40:56.057215378 +0200 +@@ -43,7 +43,7 @@ int main(int argc, char** argv) + // overwrite this priority string if it's already set by the user. + // https://bugzilla.gnome.org/show_bug.cgi?id=738633 + // WARNING: This needs to be KEPT IN SYNC with WebProcessMain.cpp. +- setenv("G_TLS_GNUTLS_PRIORITY", "NORMAL:%COMPAT:!VERS-SSL3.0:!ARCFOUR-128", 0); ++ setenv("G_TLS_GNUTLS_PRIORITY", "@SYSTEM:%COMPAT:!VERS-SSL3.0:!ARCFOUR-128", 0); + + #if USE(GCRYPT) + PAL::GCrypt::initialize(); diff --git a/sources b/sources index ae66fa2..e7fe10d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (webkitgtk-2.17.91.tar.xz) = f6ce14ce5838819e348ec300d6a98bde7a6fdeef4e2b88179169378b7193cfee3460c53c2f986fbfb55ba2dbdfe40ff509f9cf2ca615105765762b800cd1c980 +SHA512 (webkitgtk-2.17.92.tar.xz) = e6d16460553e1f55ccc940274f4ca9a6fd46654dbd1176d03239bc8e90d0c9eee63860c6a78bf8992a0f6d8d29ced26226a996610c441edd57cb32628b9277cf diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 0c471a6..7b19de7 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -6,7 +6,7 @@ cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g') Name: webkitgtk4 -Version: 2.17.91 +Version: 2.17.92 Release: 1%{?dist} Summary: GTK+ Web content engine library @@ -269,6 +269,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Tue Sep 05 2017 Tomas Popela - 2.17.92-1 +- Update to 2.17.92 + * Fri Aug 18 2017 Tomas Popela - 2.17.91-1 - Update to 2.17.91 From 0987868e44ae9e4c52070e6415a18919c6f90646 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Mon, 11 Sep 2017 14:42:18 +0200 Subject: [PATCH 03/22] Update to 2.18.0 --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 26e6a1a..e0112c6 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ /webkitgtk-2.17.90.tar.xz /webkitgtk-2.17.91.tar.xz /webkitgtk-2.17.92.tar.xz +/webkitgtk-2.18.0.tar.xz diff --git a/sources b/sources index e7fe10d..a6e55a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (webkitgtk-2.17.92.tar.xz) = e6d16460553e1f55ccc940274f4ca9a6fd46654dbd1176d03239bc8e90d0c9eee63860c6a78bf8992a0f6d8d29ced26226a996610c441edd57cb32628b9277cf +SHA512 (webkitgtk-2.18.0.tar.xz) = 4a248e0f8128a61c123107baebb37efa9944fe490922b474f42400d68f3007e7d28a20886f9e60bfd86e357ea1aa9ede0c8bba3c34e2e3899720805b9145fc48 From 215dc52413a6643ec3024799f50318d6e1d9737b Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Mon, 11 Sep 2017 14:43:00 +0200 Subject: [PATCH 04/22] Commit SPEC file changes --- webkitgtk4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 7b19de7..d2b0acc 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -6,7 +6,7 @@ cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g') Name: webkitgtk4 -Version: 2.17.92 +Version: 2.18.0 Release: 1%{?dist} Summary: GTK+ Web content engine library @@ -269,6 +269,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Mon Sep 11 2017 Tomas Popela - 2.18.0-1 +- Update to 2.18.0 + * Tue Sep 05 2017 Tomas Popela - 2.17.92-1 - Update to 2.17.92 From 912491272f9f468db32178db98f428973a76b783 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Mon, 11 Sep 2017 14:50:20 +0200 Subject: [PATCH 05/22] Fix JSC on big-endian arches --- cloop-big-endians.patch | 30 ++++++++++++++++++++++++++++++ webkitgtk4.spec | 3 ++- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 cloop-big-endians.patch diff --git a/cloop-big-endians.patch b/cloop-big-endians.patch new file mode 100644 index 0000000..7bb12df --- /dev/null +++ b/cloop-big-endians.patch @@ -0,0 +1,30 @@ +diff -up webkitgtk-2.14.7/Source/JavaScriptCore/bytecode/CodeBlock.cpp.b132333 webkitgtk-2.14.7/Source/JavaScriptCore/bytecode/CodeBlock.cpp +--- webkitgtk-2.14.7/Source/JavaScriptCore/bytecode/CodeBlock.cpp.b132333 2017-02-07 09:05:07.000000000 +0100 ++++ webkitgtk-2.14.7/Source/JavaScriptCore/bytecode/CodeBlock.cpp 2017-06-16 10:34:57.859748036 +0200 +@@ -2186,7 +2186,12 @@ void CodeBlock::finishCreation(VM& vm, S + instructions[i + 5].u.watchpointSet = op.watchpointSet; + else if (op.structure) + instructions[i + 5].u.structure.set(vm, this, op.structure); +- instructions[i + 6].u.pointer = reinterpret_cast(op.operand); ++ ++ if (op.type == ClosureVar || op.type == ClosureVarWithVarInjectionChecks || op.type == GlobalProperty || op.type == GlobalPropertyWithVarInjectionChecks || op.type == ModuleVar) ++ instructions[i + 6].u.operand = op.operand; ++ else ++ instructions[i + 6].u.pointer = reinterpret_cast(op.operand); ++ + break; + } + +@@ -2222,7 +2227,11 @@ void CodeBlock::finishCreation(VM& vm, S + op.watchpointSet->invalidate(vm, PutToScopeFireDetail(this, ident)); + } else if (op.structure) + instructions[i + 5].u.structure.set(vm, this, op.structure); +- instructions[i + 6].u.pointer = reinterpret_cast(op.operand); ++ ++ if (op.type == ClosureVar || op.type == ClosureVarWithVarInjectionChecks || op.type == GlobalProperty || op.type == GlobalPropertyWithVarInjectionChecks || op.type == ModuleVar) ++ instructions[i + 6].u.operand = op.operand; ++ else ++ instructions[i + 6].u.pointer = reinterpret_cast(op.operand); + + break; + } diff --git a/webkitgtk4.spec b/webkitgtk4.spec index d2b0acc..5705395 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -19,7 +19,8 @@ Patch0: user-agent-branding.patch # https://fedoraproject.org/wiki/Packaging:CryptoPolicies # https://bugs.webkit.org/show_bug.cgi?id=158785 Patch1: fedora-crypto-policy.patch -# https://bugs.webkit.org/show_bug.cgi?id=173544 +# https://bugs.webkit.org/show_bug.cgi?id=132333 +Patch2: cloop-big-endians.patch BuildRequires: at-spi2-core-devel BuildRequires: bison From 9c5df2c6b53b810a52edf4d6a49988cd8317f95c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 13 Sep 2017 21:38:23 +0100 Subject: [PATCH 06/22] Rebuild to try to fix: libwebkit2gtk-4.0.so.37: undefined symbol: soup_auth_manager_clear_cached_credentials --- webkitgtk4.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 5705395..5b7a093 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -7,7 +7,7 @@ Name: webkitgtk4 Version: 2.18.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK+ Web content engine library License: LGPLv2 @@ -270,6 +270,10 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Wed Sep 13 2017 Richard W.M. Jones - 2.18.0-2 +- Rebuild to try to fix: libwebkit2gtk-4.0.so.37: undefined symbol: + soup_auth_manager_clear_cached_credentials + * Mon Sep 11 2017 Tomas Popela - 2.18.0-1 - Update to 2.18.0 From 9f6f6e7617ad61966f18c4d0828ddd0cbc639998 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Wed, 18 Oct 2017 13:11:49 +0200 Subject: [PATCH 07/22] Update to 2.18.1 --- .gitignore | 1 + sources | 2 +- webkitgtk4.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e0112c6..816a75c 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,4 @@ /webkitgtk-2.17.91.tar.xz /webkitgtk-2.17.92.tar.xz /webkitgtk-2.18.0.tar.xz +/webkitgtk-2.18.1.tar.xz diff --git a/sources b/sources index a6e55a2..08cef25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (webkitgtk-2.18.0.tar.xz) = 4a248e0f8128a61c123107baebb37efa9944fe490922b474f42400d68f3007e7d28a20886f9e60bfd86e357ea1aa9ede0c8bba3c34e2e3899720805b9145fc48 +SHA512 (webkitgtk-2.18.1.tar.xz) = 671392f46a34def51df34e5ce384acdcf7526b286e64f1220921f6c654a28148553e815f6f0fd02252b642dcabef9c646f5386b9ec3d2cb01520782833bb650b diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 5b7a093..eea14c8 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -6,8 +6,8 @@ cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g') Name: webkitgtk4 -Version: 2.18.0 -Release: 2%{?dist} +Version: 2.18.1 +Release: 1%{?dist} Summary: GTK+ Web content engine library License: LGPLv2 @@ -270,6 +270,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Wed Oct 18 2017 Tomas Popela - 2.18.1-1 +- Update to 2.18.1 + * Wed Sep 13 2017 Richard W.M. Jones - 2.18.0-2 - Rebuild to try to fix: libwebkit2gtk-4.0.so.37: undefined symbol: soup_auth_manager_clear_cached_credentials From 735ef250a3944249a11161ce93c2d3e83e4a6216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Thu, 26 Oct 2017 12:23:02 +0200 Subject: [PATCH 08/22] Drop the explicit dependnecy on rubypick. Better then depend on rubypick would be dependency on %{_bindir}/ruby. But rubypick is pulled in via transitive dependencies anyway, so drop the dependnecy altogether. --- webkitgtk4.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/webkitgtk4.spec b/webkitgtk4.spec index eea14c8..13d0e6f 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -7,7 +7,7 @@ Name: webkitgtk4 Version: 2.18.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK+ Web content engine library License: LGPLv2 @@ -60,7 +60,7 @@ BuildRequires: mesa-libGLES-devel BuildRequires: pcre-devel BuildRequires: perl-Switch BuildRequires: perl-JSON-PP -BuildRequires: ruby rubypick rubygems +BuildRequires: ruby rubygems BuildRequires: sqlite-devel BuildRequires: hyphen-devel BuildRequires: gnutls-devel @@ -270,6 +270,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Thu Oct 26 2017 Vít Ondruch - 2.18.1-2 +- Drop the explicit dependnecy on rubypick. + * Wed Oct 18 2017 Tomas Popela - 2.18.1-1 - Update to 2.18.1 From 8f1c9762345f96aafde31a97b8db3ac2f11cd4ae Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Fri, 27 Oct 2017 15:20:57 +0200 Subject: [PATCH 09/22] Update to 2.18.2 --- .gitignore | 1 + sources | 2 +- webkitgtk4.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 816a75c..10bd44c 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ /webkitgtk-2.17.92.tar.xz /webkitgtk-2.18.0.tar.xz /webkitgtk-2.18.1.tar.xz +/webkitgtk-2.18.2.tar.xz diff --git a/sources b/sources index 08cef25..6760688 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (webkitgtk-2.18.1.tar.xz) = 671392f46a34def51df34e5ce384acdcf7526b286e64f1220921f6c654a28148553e815f6f0fd02252b642dcabef9c646f5386b9ec3d2cb01520782833bb650b +SHA512 (webkitgtk-2.18.2.tar.xz) = 94c8ce0fcee741dc9c054fa3f8ecac9756245c623f36e6b0bb5588d12b660aaa8bbbe28e82d0f694b94b75f1985f9dbf9231a4b63832fcf4efbe7a0116c7585c diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 13d0e6f..8035d5a 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -6,8 +6,8 @@ cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g') Name: webkitgtk4 -Version: 2.18.1 -Release: 2%{?dist} +Version: 2.18.2 +Release: 1%{?dist} Summary: GTK+ Web content engine library License: LGPLv2 @@ -270,6 +270,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Fri Oct 27 2017 Tomas Popela - 2.18.2-1 +- Update to 2.18.2 + * Thu Oct 26 2017 Vít Ondruch - 2.18.1-2 - Drop the explicit dependnecy on rubypick. From 465ca38ebee830a7a22ceb8010dc0e3e000869cd Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Tue, 31 Oct 2017 17:11:53 +0100 Subject: [PATCH 10/22] Update to 2.19.1 --- .gitignore | 1 + sources | 2 +- webkitgtk4.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 10bd44c..7bcb1e4 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,4 @@ /webkitgtk-2.18.0.tar.xz /webkitgtk-2.18.1.tar.xz /webkitgtk-2.18.2.tar.xz +/webkitgtk-2.19.1.tar.xz diff --git a/sources b/sources index 6760688..d1e745b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (webkitgtk-2.18.2.tar.xz) = 94c8ce0fcee741dc9c054fa3f8ecac9756245c623f36e6b0bb5588d12b660aaa8bbbe28e82d0f694b94b75f1985f9dbf9231a4b63832fcf4efbe7a0116c7585c +SHA512 (webkitgtk-2.19.1.tar.xz) = f6dc33867acdcd0f3c846019b337058c7cdb77bd387b56419461a9bf1767465a759abc51331f08e5c8ce077c446d577222bafcda721d9f67c8ab29a7d020324d diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 8035d5a..b91fcd7 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -6,7 +6,7 @@ cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g') Name: webkitgtk4 -Version: 2.18.2 +Version: 2.19.1 Release: 1%{?dist} Summary: GTK+ Web content engine library @@ -64,6 +64,9 @@ BuildRequires: ruby rubygems BuildRequires: sqlite-devel BuildRequires: hyphen-devel BuildRequires: gnutls-devel +BuildRequires: brotli-devel +BuildRequires: woff2-devel +BuildRequires: upower-devel %ifarch ppc BuildRequires: libatomic %endif @@ -77,8 +80,6 @@ Provides: libwebkit2gtk = %{version}-%{release} # We're supposed to specify versions here, but these crap Google libs don't do # normal releases. Accordingly, they're not suitable to be system libs. Provides: bundled(angle) -Provides: bundled(brotli) -Provides: bundled(woff2) # Require the jsc subpackage Requires: %{name}-jsc%{?_isa} = %{version}-%{release} @@ -270,6 +271,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Tue Oct 31 2017 Tomas Popela - 2.19.1-1 +- Update to 2.19.1 + * Fri Oct 27 2017 Tomas Popela - 2.18.2-1 - Update to 2.18.2 From 1b94869d1b31eccaeb24610392093704621d4180 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 2 Nov 2017 16:21:44 +0100 Subject: [PATCH 11/22] Fix gir directory ownership Co-own the directories to make sure they get correctly removed when uninstalling webkitgtk4. --- webkitgtk4.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/webkitgtk4.spec b/webkitgtk4.spec index b91fcd7..e4bbc5c 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -7,7 +7,7 @@ Name: webkitgtk4 Version: 2.19.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK+ Web content engine library License: LGPLv2 @@ -231,6 +231,7 @@ make %{?_smp_mflags} -C %{_target_platform} %license _license_files/*WebInspectorUI* %license _license_files/*WTF* %{_libdir}/libwebkit2gtk-4.0.so.* +%dir %{_libdir}/girepository-1.0 %{_libdir}/girepository-1.0/WebKit2-4.0.typelib %{_libdir}/girepository-1.0/WebKit2WebExtension-4.0.typelib %{_libdir}/webkit2gtk-4.0/ @@ -245,12 +246,14 @@ make %{?_smp_mflags} -C %{_target_platform} %{_libdir}/libwebkit2gtk-4.0.so %{_libdir}/pkgconfig/webkit2gtk-4.0.pc %{_libdir}/pkgconfig/webkit2gtk-web-extension-4.0.pc +%dir %{_datadir}/gir-1.0 %{_datadir}/gir-1.0/WebKit2-4.0.gir %{_datadir}/gir-1.0/WebKit2WebExtension-4.0.gir %files jsc %license _license_files/*JavaScriptCore* %{_libdir}/libjavascriptcoregtk-4.0.so.* +%dir %{_libdir}/girepository-1.0 %{_libdir}/girepository-1.0/JavaScriptCore-4.0.typelib %files jsc-devel @@ -259,6 +262,7 @@ make %{?_smp_mflags} -C %{_target_platform} %{_includedir}/webkitgtk-4.0/JavaScriptCore/ %{_libdir}/libjavascriptcoregtk-4.0.so %{_libdir}/pkgconfig/javascriptcoregtk-4.0.pc +%dir %{_datadir}/gir-1.0 %{_datadir}/gir-1.0/JavaScriptCore-4.0.gir %files plugin-process-gtk2 @@ -271,6 +275,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Thu Nov 02 2017 Kalev Lember - 2.19.2-2 +- Fix gir directory ownership + * Tue Oct 31 2017 Tomas Popela - 2.19.1-1 - Update to 2.19.1 From 3c86d3a40ad5bb7e686fcdb98978a1281a113b6c Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Tue, 21 Nov 2017 10:09:43 +0100 Subject: [PATCH 12/22] Update to 2.19.2 --- .gitignore | 1 + sources | 2 +- webkitgtk4.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7bcb1e4..5a57715 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,4 @@ /webkitgtk-2.18.1.tar.xz /webkitgtk-2.18.2.tar.xz /webkitgtk-2.19.1.tar.xz +/webkitgtk-2.19.2.tar.xz diff --git a/sources b/sources index d1e745b..47796d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (webkitgtk-2.19.1.tar.xz) = f6dc33867acdcd0f3c846019b337058c7cdb77bd387b56419461a9bf1767465a759abc51331f08e5c8ce077c446d577222bafcda721d9f67c8ab29a7d020324d +SHA512 (webkitgtk-2.19.2.tar.xz) = 418a247745acdd16917881604ba75f0abddae5d631e8c0f4b6e35b80fb9b76f17706a1fa847be096c74dcea71c7b47e2178c6a2ce5bcc0d965411d83234fef7b diff --git a/webkitgtk4.spec b/webkitgtk4.spec index e4bbc5c..b807912 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -6,8 +6,8 @@ cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g') Name: webkitgtk4 -Version: 2.19.1 -Release: 2%{?dist} +Version: 2.19.2 +Release: 1%{?dist} Summary: GTK+ Web content engine library License: LGPLv2 @@ -275,6 +275,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Tue Nov 21 2017 Tomas Popela - 2.19.2-1 +- Update to 2.19.2 + * Thu Nov 02 2017 Kalev Lember - 2.19.2-2 - Fix gir directory ownership From 1e50340e235da62a7a7142b7c81efe73c07d0048 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Tue, 21 Nov 2017 11:32:53 +0100 Subject: [PATCH 13/22] Add perl-File-Copy-Recursive to BR And sort them. --- webkitgtk4.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/webkitgtk4.spec b/webkitgtk4.spec index b807912..5cb4ad0 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -24,6 +24,7 @@ Patch2: cloop-big-endians.patch BuildRequires: at-spi2-core-devel BuildRequires: bison +BuildRequires: brotli-devel BuildRequires: cairo-devel BuildRequires: cmake BuildRequires: enchant-devel @@ -33,6 +34,7 @@ BuildRequires: freetype-devel BuildRequires: geoclue2-devel BuildRequires: gettext BuildRequires: glib2-devel +BuildRequires: gnutls-devel BuildRequires: gobject-introspection-devel BuildRequires: gperf BuildRequires: gstreamer1-devel @@ -42,6 +44,7 @@ BuildRequires: gtk2-devel BuildRequires: gtk3-devel BuildRequires: gtk-doc BuildRequires: harfbuzz-devel +BuildRequires: hyphen-devel BuildRequires: libicu-devel BuildRequires: libjpeg-devel BuildRequires: libnotify-devel @@ -58,15 +61,14 @@ BuildRequires: mesa-libEGL-devel BuildRequires: mesa-libGL-devel BuildRequires: mesa-libGLES-devel BuildRequires: pcre-devel -BuildRequires: perl-Switch +BuildRequires: perl-File-Copy-Recursive BuildRequires: perl-JSON-PP -BuildRequires: ruby rubygems +BuildRequires: perl-Switch +BuildRequires: ruby +BuildRequires: rubygems BuildRequires: sqlite-devel -BuildRequires: hyphen-devel -BuildRequires: gnutls-devel -BuildRequires: brotli-devel -BuildRequires: woff2-devel BuildRequires: upower-devel +BuildRequires: woff2-devel %ifarch ppc BuildRequires: libatomic %endif From d514a8e3032fa53553589d86245787f33575c124 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Tue, 21 Nov 2017 13:19:50 +0100 Subject: [PATCH 14/22] Fix the build by including the missing file in tarball --- package-common-py.patch | 154 ++++++++++++++++++++++++++++++++++++++++ webkitgtk4.spec | 1 + 2 files changed, 155 insertions(+) create mode 100644 package-common-py.patch diff --git a/package-common-py.patch b/package-common-py.patch new file mode 100644 index 0000000..d8677e6 --- /dev/null +++ b/package-common-py.patch @@ -0,0 +1,154 @@ +diff -up webkitgtk-2.19.2/Tools/glib/common.py.package-common-py webkitgtk-2.19.2/Tools/glib/common.py +--- webkitgtk-2.19.2/Tools/glib/common.py.package-common-py 2017-11-21 13:18:14.258002441 +0100 ++++ webkitgtk-2.19.2/Tools/glib/common.py 2017-11-21 13:17:45.587105007 +0100 +@@ -0,0 +1,150 @@ ++#!/usr/bin/env python ++# Copyright (C) 2011 Igalia S.L. ++# ++# This library is free software; you can redistribute it and/or ++# modify it under the terms of the GNU Lesser General Public ++# License as published by the Free Software Foundation; either ++# version 2 of the License, or (at your option) any later version. ++# ++# This library is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++# Lesser General Public License for more details. ++# ++# You should have received a copy of the GNU Lesser General Public ++# License along with this library; if not, write to the Free Software ++# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ++ ++import errno ++import os ++import select ++import subprocess ++import sys ++ ++top_level_dir = None ++build_dir = None ++library_build_dir = None ++binary_build_dir = None ++build_types = ('Release', 'Debug') ++ ++ ++def top_level_path(*args): ++ global top_level_dir ++ if not top_level_dir: ++ top_level_dir = os.path.join(os.path.dirname(__file__), '..', '..') ++ return os.path.join(*(top_level_dir,) + args) ++ ++ ++def set_build_types(new_build_types): ++ global build_types ++ build_types = new_build_types ++ ++ ++def library_build_path(*args): ++ global library_build_dir ++ if not library_build_dir: ++ library_build_dir = build_path('lib', *args) ++ return library_build_dir ++ ++ ++def binary_build_path(*args): ++ global binary_build_dir ++ if not binary_build_dir: ++ binary_build_dir = build_path('bin', *args) ++ return binary_build_dir ++ ++ ++def get_build_path(fatal=True): ++ global build_dir ++ if build_dir: ++ return build_dir ++ ++ def is_valid_build_directory(path): ++ return os.path.exists(os.path.join(path, 'CMakeCache.txt')) or \ ++ os.path.exists(os.path.join(path, 'bin/WebKitTestRunner')) ++ ++ if len(sys.argv[1:]) > 1 and os.path.exists(sys.argv[-1]) and is_valid_build_directory(sys.argv[-1]): ++ return sys.argv[-1] ++ ++ # Debian and Ubuntu build both flavours of the library (with gtk2 ++ # and with gtk3); they use directories build-2.0 and build-3.0 for ++ # that, which is not handled by the above cases; we check that the ++ # directory where we are called from is a valid build directory, ++ # which should handle pretty much all other non-standard cases. ++ build_dir = os.getcwd() ++ if is_valid_build_directory(build_dir): ++ return build_dir ++ ++ global build_types ++ for build_type in build_types: ++ build_dir = top_level_path('WebKitBuild', build_type) ++ if is_valid_build_directory(build_dir): ++ return build_dir ++ ++ # distcheck builds in a directory named _build in the top-level path. ++ build_dir = top_level_path("_build") ++ if is_valid_build_directory(build_dir): ++ return build_dir ++ ++ build_dir = top_level_path() ++ if is_valid_build_directory(build_dir): ++ return build_dir ++ ++ build_dir = top_level_path("WebKitBuild") ++ if is_valid_build_directory(build_dir): ++ return build_dir ++ ++ print('Could not determine build directory.') ++ if fatal: ++ sys.exit(1) ++ ++ ++def build_path(*args): ++ return os.path.join(*(get_build_path(),) + args) ++ ++ ++def pkg_config_file_variable(package, variable): ++ process = subprocess.Popen(['pkg-config', '--variable=%s' % variable, package], ++ stdout=subprocess.PIPE) ++ stdout = process.communicate()[0].decode("utf-8") ++ if process.returncode: ++ return None ++ return stdout.strip() ++ ++ ++def prefix_of_pkg_config_file(package): ++ return pkg_config_file_variable(package, 'prefix') ++ ++ ++def parse_output_lines(fd, parse_line_callback): ++ output = '' ++ read_set = [fd] ++ while read_set: ++ try: ++ rlist, wlist, xlist = select.select(read_set, [], []) ++ except select.error as e: ++ parse_line_callback("WARNING: error while waiting for fd %d to become readable\n" % fd) ++ parse_line_callback(" error code: %d, error message: %s\n" % (e[0], e[1])) ++ continue ++ ++ if fd in rlist: ++ try: ++ chunk = os.read(fd, 1024) ++ except OSError as e: ++ if e.errno == errno.EIO: ++ # Child process finished. ++ chunk = '' ++ else: ++ raise e ++ if not chunk: ++ read_set.remove(fd) ++ ++ output += chunk ++ while '\n' in output: ++ pos = output.find('\n') ++ parse_line_callback(output[:pos + 1]) ++ output = output[pos + 1:] ++ ++ if not chunk and output: ++ parse_line_callback(output) ++ output = '' diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 5cb4ad0..60c4876 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -21,6 +21,7 @@ Patch0: user-agent-branding.patch Patch1: fedora-crypto-policy.patch # https://bugs.webkit.org/show_bug.cgi?id=132333 Patch2: cloop-big-endians.patch +Patch3: package-common-py.patch BuildRequires: at-spi2-core-devel BuildRequires: bison From 903c50089b251dca5f647966356bc8c494538783 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Thu, 30 Nov 2017 07:52:45 +0100 Subject: [PATCH 15/22] Temporarily disable bmalloc --- webkitgtk4.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 60c4876..954ac53 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -7,7 +7,7 @@ Name: webkitgtk4 Version: 2.19.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK+ Web content engine library License: LGPLv2 @@ -181,6 +181,10 @@ rm -rf Source/ThirdParty/qunit/ # Disable ld.gold on s390 as it does not have it. # Also for aarch64 as the support is in upstream, but not packaged in Fedora. +# +# I really didn't want to do so, but looks like I have to disable bmalloc +# temporarily due to +# https://bugs.webkit.org/show_bug.cgi?id=179914 mkdir -p %{_target_platform} pushd %{_target_platform} %cmake \ @@ -194,9 +198,7 @@ pushd %{_target_platform} %ifarch s390 s390x ppc %{power64} -DENABLE_JIT=OFF \ %endif -%ifarch s390 s390x ppc %{power64} -DUSE_SYSTEM_MALLOC=ON \ -%endif .. popd @@ -278,6 +280,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Thu Nov 30 2017 Tomas Popela - 2.19.2-2 +- Temporarily disable bmalloc + * Tue Nov 21 2017 Tomas Popela - 2.19.2-1 - Update to 2.19.2 From 87938f22d06e3d94cbe7613dc6a2d66eb39f33a3 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Thu, 30 Nov 2017 15:28:00 +0100 Subject: [PATCH 16/22] Fix compilation with BMalloc turned off --- system-malloc-gigacage-build-fix.patch | 36 ++++++++++++++++++++++++++ webkitgtk4.spec | 5 ++-- 2 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 system-malloc-gigacage-build-fix.patch diff --git a/system-malloc-gigacage-build-fix.patch b/system-malloc-gigacage-build-fix.patch new file mode 100644 index 0000000..3aacd20 --- /dev/null +++ b/system-malloc-gigacage-build-fix.patch @@ -0,0 +1,36 @@ +diff --git a/Source/WTF/wtf/Gigacage.cpp b/Source/WTF/wtf/Gigacage.cpp +index ea3ecc6a216..48c2202e514 100644 +--- a/Source/WTF/wtf/Gigacage.cpp ++++ b/Source/WTF/wtf/Gigacage.cpp +@@ -32,9 +32,7 @@ + + #if defined(USE_SYSTEM_MALLOC) && USE_SYSTEM_MALLOC + +-extern "C" { +-void* g_gigacageBasePtr; +-} ++char g_gigacageBasePtrs[GIGACAGE_BASE_PTRS_SIZE]; + + namespace Gigacage { + +diff --git a/Source/WTF/wtf/Gigacage.h b/Source/WTF/wtf/Gigacage.h +index ce84e32fb37..b27f3c4f333 100644 +--- a/Source/WTF/wtf/Gigacage.h ++++ b/Source/WTF/wtf/Gigacage.h +@@ -97,6 +97,16 @@ ALWAYS_INLINE BasePtrs& basePtrs() + return *reinterpret_cast(g_gigacageBasePtrs); + } + ++ALWAYS_INLINE void*& basePtr(Kind kind) ++{ ++ return basePtr(basePtrs(), kind); ++} ++ ++ALWAYS_INLINE bool isEnabled(Kind kind) ++{ ++ return !!basePtr(kind); ++} ++ + ALWAYS_INLINE size_t mask(Kind) { return 0; } + + template diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 954ac53..53463cb 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -22,6 +22,8 @@ Patch1: fedora-crypto-policy.patch # https://bugs.webkit.org/show_bug.cgi?id=132333 Patch2: cloop-big-endians.patch Patch3: package-common-py.patch +# https://bugs.webkit.org/show_bug.cgi?id=180188 +Patch4: system-malloc-gigacage-build-fix.patch BuildRequires: at-spi2-core-devel BuildRequires: bison @@ -183,8 +185,7 @@ rm -rf Source/ThirdParty/qunit/ # Also for aarch64 as the support is in upstream, but not packaged in Fedora. # # I really didn't want to do so, but looks like I have to disable bmalloc -# temporarily due to -# https://bugs.webkit.org/show_bug.cgi?id=179914 +# temporarily due to https://bugs.webkit.org/show_bug.cgi?id=179914 mkdir -p %{_target_platform} pushd %{_target_platform} %cmake \ From b2c4344b8abf8497a36fc81da7aaef2ee4720e4c Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Thu, 30 Nov 2017 20:55:48 +0000 Subject: [PATCH 17/22] Rebuild for ICU 60.1 --- webkitgtk4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 53463cb..c87dab0 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -7,7 +7,7 @@ Name: webkitgtk4 Version: 2.19.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GTK+ Web content engine library License: LGPLv2 @@ -281,6 +281,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Thu Nov 30 2017 Pete Walter - 2.19.2-3 +- Rebuild for ICU 60.1 + * Thu Nov 30 2017 Tomas Popela - 2.19.2-2 - Temporarily disable bmalloc From 6fef8df7e0c9697eb2f6574ce64e2dda0500997a Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Wed, 13 Dec 2017 13:40:49 +0100 Subject: [PATCH 18/22] Update to 2.19.3 Enable bmalloc again --- .gitignore | 1 + package-common-py.patch | 154 ------------------------- sources | 2 +- system-malloc-gigacage-build-fix.patch | 36 ------ webkitgtk4.spec | 16 ++- 5 files changed, 9 insertions(+), 200 deletions(-) delete mode 100644 package-common-py.patch delete mode 100644 system-malloc-gigacage-build-fix.patch diff --git a/.gitignore b/.gitignore index 5a57715..2fcaf03 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ /webkitgtk-2.18.2.tar.xz /webkitgtk-2.19.1.tar.xz /webkitgtk-2.19.2.tar.xz +/webkitgtk-2.19.3.tar.xz diff --git a/package-common-py.patch b/package-common-py.patch deleted file mode 100644 index d8677e6..0000000 --- a/package-common-py.patch +++ /dev/null @@ -1,154 +0,0 @@ -diff -up webkitgtk-2.19.2/Tools/glib/common.py.package-common-py webkitgtk-2.19.2/Tools/glib/common.py ---- webkitgtk-2.19.2/Tools/glib/common.py.package-common-py 2017-11-21 13:18:14.258002441 +0100 -+++ webkitgtk-2.19.2/Tools/glib/common.py 2017-11-21 13:17:45.587105007 +0100 -@@ -0,0 +1,150 @@ -+#!/usr/bin/env python -+# Copyright (C) 2011 Igalia S.L. -+# -+# This library is free software; you can redistribute it and/or -+# modify it under the terms of the GNU Lesser General Public -+# License as published by the Free Software Foundation; either -+# version 2 of the License, or (at your option) any later version. -+# -+# This library is distributed in the hope that it will be useful, -+# but WITHOUT ANY WARRANTY; without even the implied warranty of -+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+# Lesser General Public License for more details. -+# -+# You should have received a copy of the GNU Lesser General Public -+# License along with this library; if not, write to the Free Software -+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -+ -+import errno -+import os -+import select -+import subprocess -+import sys -+ -+top_level_dir = None -+build_dir = None -+library_build_dir = None -+binary_build_dir = None -+build_types = ('Release', 'Debug') -+ -+ -+def top_level_path(*args): -+ global top_level_dir -+ if not top_level_dir: -+ top_level_dir = os.path.join(os.path.dirname(__file__), '..', '..') -+ return os.path.join(*(top_level_dir,) + args) -+ -+ -+def set_build_types(new_build_types): -+ global build_types -+ build_types = new_build_types -+ -+ -+def library_build_path(*args): -+ global library_build_dir -+ if not library_build_dir: -+ library_build_dir = build_path('lib', *args) -+ return library_build_dir -+ -+ -+def binary_build_path(*args): -+ global binary_build_dir -+ if not binary_build_dir: -+ binary_build_dir = build_path('bin', *args) -+ return binary_build_dir -+ -+ -+def get_build_path(fatal=True): -+ global build_dir -+ if build_dir: -+ return build_dir -+ -+ def is_valid_build_directory(path): -+ return os.path.exists(os.path.join(path, 'CMakeCache.txt')) or \ -+ os.path.exists(os.path.join(path, 'bin/WebKitTestRunner')) -+ -+ if len(sys.argv[1:]) > 1 and os.path.exists(sys.argv[-1]) and is_valid_build_directory(sys.argv[-1]): -+ return sys.argv[-1] -+ -+ # Debian and Ubuntu build both flavours of the library (with gtk2 -+ # and with gtk3); they use directories build-2.0 and build-3.0 for -+ # that, which is not handled by the above cases; we check that the -+ # directory where we are called from is a valid build directory, -+ # which should handle pretty much all other non-standard cases. -+ build_dir = os.getcwd() -+ if is_valid_build_directory(build_dir): -+ return build_dir -+ -+ global build_types -+ for build_type in build_types: -+ build_dir = top_level_path('WebKitBuild', build_type) -+ if is_valid_build_directory(build_dir): -+ return build_dir -+ -+ # distcheck builds in a directory named _build in the top-level path. -+ build_dir = top_level_path("_build") -+ if is_valid_build_directory(build_dir): -+ return build_dir -+ -+ build_dir = top_level_path() -+ if is_valid_build_directory(build_dir): -+ return build_dir -+ -+ build_dir = top_level_path("WebKitBuild") -+ if is_valid_build_directory(build_dir): -+ return build_dir -+ -+ print('Could not determine build directory.') -+ if fatal: -+ sys.exit(1) -+ -+ -+def build_path(*args): -+ return os.path.join(*(get_build_path(),) + args) -+ -+ -+def pkg_config_file_variable(package, variable): -+ process = subprocess.Popen(['pkg-config', '--variable=%s' % variable, package], -+ stdout=subprocess.PIPE) -+ stdout = process.communicate()[0].decode("utf-8") -+ if process.returncode: -+ return None -+ return stdout.strip() -+ -+ -+def prefix_of_pkg_config_file(package): -+ return pkg_config_file_variable(package, 'prefix') -+ -+ -+def parse_output_lines(fd, parse_line_callback): -+ output = '' -+ read_set = [fd] -+ while read_set: -+ try: -+ rlist, wlist, xlist = select.select(read_set, [], []) -+ except select.error as e: -+ parse_line_callback("WARNING: error while waiting for fd %d to become readable\n" % fd) -+ parse_line_callback(" error code: %d, error message: %s\n" % (e[0], e[1])) -+ continue -+ -+ if fd in rlist: -+ try: -+ chunk = os.read(fd, 1024) -+ except OSError as e: -+ if e.errno == errno.EIO: -+ # Child process finished. -+ chunk = '' -+ else: -+ raise e -+ if not chunk: -+ read_set.remove(fd) -+ -+ output += chunk -+ while '\n' in output: -+ pos = output.find('\n') -+ parse_line_callback(output[:pos + 1]) -+ output = output[pos + 1:] -+ -+ if not chunk and output: -+ parse_line_callback(output) -+ output = '' diff --git a/sources b/sources index 47796d0..15f8043 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (webkitgtk-2.19.2.tar.xz) = 418a247745acdd16917881604ba75f0abddae5d631e8c0f4b6e35b80fb9b76f17706a1fa847be096c74dcea71c7b47e2178c6a2ce5bcc0d965411d83234fef7b +SHA512 (webkitgtk-2.19.3.tar.xz) = 1fccf0046270ebe33f6fd834838e2d8813dbbac1dcc2e832becd18faab4cc72173f489ea96cd21964d578d7492c084c14606c401c0d2404744c0b48cf899b2cc diff --git a/system-malloc-gigacage-build-fix.patch b/system-malloc-gigacage-build-fix.patch deleted file mode 100644 index 3aacd20..0000000 --- a/system-malloc-gigacage-build-fix.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff --git a/Source/WTF/wtf/Gigacage.cpp b/Source/WTF/wtf/Gigacage.cpp -index ea3ecc6a216..48c2202e514 100644 ---- a/Source/WTF/wtf/Gigacage.cpp -+++ b/Source/WTF/wtf/Gigacage.cpp -@@ -32,9 +32,7 @@ - - #if defined(USE_SYSTEM_MALLOC) && USE_SYSTEM_MALLOC - --extern "C" { --void* g_gigacageBasePtr; --} -+char g_gigacageBasePtrs[GIGACAGE_BASE_PTRS_SIZE]; - - namespace Gigacage { - -diff --git a/Source/WTF/wtf/Gigacage.h b/Source/WTF/wtf/Gigacage.h -index ce84e32fb37..b27f3c4f333 100644 ---- a/Source/WTF/wtf/Gigacage.h -+++ b/Source/WTF/wtf/Gigacage.h -@@ -97,6 +97,16 @@ ALWAYS_INLINE BasePtrs& basePtrs() - return *reinterpret_cast(g_gigacageBasePtrs); - } - -+ALWAYS_INLINE void*& basePtr(Kind kind) -+{ -+ return basePtr(basePtrs(), kind); -+} -+ -+ALWAYS_INLINE bool isEnabled(Kind kind) -+{ -+ return !!basePtr(kind); -+} -+ - ALWAYS_INLINE size_t mask(Kind) { return 0; } - - template diff --git a/webkitgtk4.spec b/webkitgtk4.spec index c87dab0..991d0d9 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -6,8 +6,8 @@ cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g') Name: webkitgtk4 -Version: 2.19.2 -Release: 3%{?dist} +Version: 2.19.3 +Release: 1%{?dist} Summary: GTK+ Web content engine library License: LGPLv2 @@ -21,9 +21,6 @@ Patch0: user-agent-branding.patch Patch1: fedora-crypto-policy.patch # https://bugs.webkit.org/show_bug.cgi?id=132333 Patch2: cloop-big-endians.patch -Patch3: package-common-py.patch -# https://bugs.webkit.org/show_bug.cgi?id=180188 -Patch4: system-malloc-gigacage-build-fix.patch BuildRequires: at-spi2-core-devel BuildRequires: bison @@ -183,9 +180,6 @@ rm -rf Source/ThirdParty/qunit/ # Disable ld.gold on s390 as it does not have it. # Also for aarch64 as the support is in upstream, but not packaged in Fedora. -# -# I really didn't want to do so, but looks like I have to disable bmalloc -# temporarily due to https://bugs.webkit.org/show_bug.cgi?id=179914 mkdir -p %{_target_platform} pushd %{_target_platform} %cmake \ @@ -198,8 +192,8 @@ pushd %{_target_platform} %endif %ifarch s390 s390x ppc %{power64} -DENABLE_JIT=OFF \ -%endif -DUSE_SYSTEM_MALLOC=ON \ +%endif .. popd @@ -281,6 +275,10 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Wed Dec 13 2017 Tomas Popela - 2.19.3-1 +- Update to 2.19.3 +- Enable bmalloc again + * Thu Nov 30 2017 Pete Walter - 2.19.2-3 - Rebuild for ICU 60.1 From 4cd57b35c60e0d5de67cfbeea1beadcf9bf25c2b Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Wed, 13 Dec 2017 16:55:13 +0100 Subject: [PATCH 19/22] Fix licenses The build previously failed because one license was removed. --- webkitgtk4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 991d0d9..b42712e 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -208,14 +208,17 @@ make %{?_smp_mflags} -C %{_target_platform} %add_to_license_files Source/JavaScriptCore/COPYING.LIB %add_to_license_files Source/JavaScriptCore/icu/LICENSE %add_to_license_files Source/ThirdParty/ANGLE/LICENSE +%add_to_license_files Source/ThirdParty/ANGLE/src/common/third_party/smhasher/LICENSE %add_to_license_files Source/ThirdParty/ANGLE/src/third_party/compiler/LICENSE -%add_to_license_files Source/ThirdParty/ANGLE/src/third_party/murmurhash/LICENSE +%add_to_license_files Source/ThirdParty/ANGLE/src/third_party/libXNVCtrl/LICENSE %add_to_license_files Source/WebCore/icu/LICENSE %add_to_license_files Source/WebCore/LICENSE-APPLE %add_to_license_files Source/WebCore/LICENSE-LGPL-2 %add_to_license_files Source/WebCore/LICENSE-LGPL-2.1 %add_to_license_files Source/WebInspectorUI/UserInterface/External/CodeMirror/LICENSE +%add_to_license_files Source/WebInspectorUI/UserInterface/External/ESLint/LICENSE %add_to_license_files Source/WebInspectorUI/UserInterface/External/Esprima/LICENSE +%add_to_license_files Source/WebInspectorUI/UserInterface/External/three.js/LICENSE %add_to_license_files Source/WTF/icu/LICENSE %add_to_license_files Source/WTF/wtf/dtoa/COPYING %add_to_license_files Source/WTF/wtf/dtoa/LICENSE From ed730dc62da82a2f8bec26200d58b4c70c3e8b29 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Tue, 9 Jan 2018 13:13:41 +0100 Subject: [PATCH 20/22] Update to 2.19.4 --- .gitignore | 1 + sources | 2 +- webkitgtk4.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2fcaf03..d74f3d3 100644 --- a/.gitignore +++ b/.gitignore @@ -69,3 +69,4 @@ /webkitgtk-2.19.1.tar.xz /webkitgtk-2.19.2.tar.xz /webkitgtk-2.19.3.tar.xz +/webkitgtk-2.19.4.tar.xz diff --git a/sources b/sources index 15f8043..4d98bed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (webkitgtk-2.19.3.tar.xz) = 1fccf0046270ebe33f6fd834838e2d8813dbbac1dcc2e832becd18faab4cc72173f489ea96cd21964d578d7492c084c14606c401c0d2404744c0b48cf899b2cc +SHA512 (webkitgtk-2.19.4.tar.xz) = 7572567739b89db29c609186b35d9132e532ca4719304cdfec1fe1394c01e4c3591a12d71563529d6122e1e2d42b3dc30e2cf8fb0dc5541920a42760a7aebd06 diff --git a/webkitgtk4.spec b/webkitgtk4.spec index b42712e..eccabb8 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -6,7 +6,7 @@ cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g') Name: webkitgtk4 -Version: 2.19.3 +Version: 2.19.4 Release: 1%{?dist} Summary: GTK+ Web content engine library @@ -278,6 +278,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Tue Jan 09 2018 Tomas Popela - 2.19.4-1 +- Update to 2.19.4 + * Wed Dec 13 2017 Tomas Popela - 2.19.3-1 - Update to 2.19.3 - Enable bmalloc again From 03f6a2b2a6444683ed7927bb861ff4d5d1b11c92 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Tue, 9 Jan 2018 19:19:46 +0100 Subject: [PATCH 21/22] Update to 2.19.5 --- .gitignore | 1 + sources | 2 +- webkitgtk4.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d74f3d3..62636b7 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,4 @@ /webkitgtk-2.19.2.tar.xz /webkitgtk-2.19.3.tar.xz /webkitgtk-2.19.4.tar.xz +/webkitgtk-2.19.5.tar.xz diff --git a/sources b/sources index 4d98bed..06376b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (webkitgtk-2.19.4.tar.xz) = 7572567739b89db29c609186b35d9132e532ca4719304cdfec1fe1394c01e4c3591a12d71563529d6122e1e2d42b3dc30e2cf8fb0dc5541920a42760a7aebd06 +SHA512 (webkitgtk-2.19.5.tar.xz) = a3f22d7764be5118ab9065931c19c87993e5a1fcdbb532462e7158200e98eda417fcc12cdef340e6612eb799926c70d61457d1bfe07347755102e7ed882a9285 diff --git a/webkitgtk4.spec b/webkitgtk4.spec index eccabb8..d5d7a56 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -6,7 +6,7 @@ cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g') Name: webkitgtk4 -Version: 2.19.4 +Version: 2.19.5 Release: 1%{?dist} Summary: GTK+ Web content engine library @@ -278,6 +278,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Tue Jan 09 2018 Tomas Popela - 2.19.5-1 +- Update to 2.19.5 + * Tue Jan 09 2018 Tomas Popela - 2.19.4-1 - Update to 2.19.4 From 256d15f6647f1eb96adf30a688a640e135021ea7 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Fri, 12 Jan 2018 15:49:56 +0100 Subject: [PATCH 22/22] Package was renamed to webkit2gtk3 --- .gitignore | 73 ---- cloop-big-endians.patch | 30 -- dead.package | 1 + fedora-crypto-policy.patch | 24 -- sources | 1 - user-agent-branding.patch | 13 - webkitgtk4.spec | 777 ------------------------------------- 7 files changed, 1 insertion(+), 918 deletions(-) delete mode 100644 .gitignore delete mode 100644 cloop-big-endians.patch create mode 100644 dead.package delete mode 100644 fedora-crypto-policy.patch delete mode 100644 sources delete mode 100644 user-agent-branding.patch delete mode 100644 webkitgtk4.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 62636b7..0000000 --- a/.gitignore +++ /dev/null @@ -1,73 +0,0 @@ -/webkitgtk-2.5.3.tar.xz -/webkitgtk-2.5.90.tar.xz -/webkitgtk-2.6.0.tar.xz -/webkitgtk-2.6.1.tar.xz -/webkitgtk-2.6.2.tar.xz -/webkitgtk-2.7.1.tar.xz -/webkitgtk-2.7.2.tar.xz -/webkitgtk-2.7.3.tar.xz -/webkitgtk-2.7.4.tar.xz -/webkitgtk-2.7.90.tar.xz -/webkitgtk-2.7.91.tar.xz -/webkitgtk-2.7.92.tar.xz -/webkitgtk-2.8.0.tar.xz -/webkitgtk-2.8.1.tar.xz -/webkitgtk-2.9.1.tar.xz -/webkitgtk-2.9.2.tar.xz -/webkitgtk-2.9.3.tar.xz -/webkitgtk-2.9.4.tar.xz -/webkitgtk-2.9.5.tar.xz -/webkitgtk-2.9.90.tar.xz -/webkitgtk-2.9.91.tar.xz -/webkitgtk-2.9.92.tar.xz -/webkitgtk-2.10.0.tar.xz -/webkitgtk-2.10.1.tar.xz -/webkitgtk-2.10.2.tar.xz -/webkitgtk-2.10.3.tar.xz -/webkitgtk-2.11.1.tar.xz -/webkitgtk-2.11.2.tar.xz -/webkitgtk-2.11.3.tar.xz -/webkitgtk-2.11.4.tar.xz -/webkitgtk-2.11.5.tar.xz -/webkitgtk-2.11.90.tar.xz -/webkitgtk-2.11.91.tar.xz -/webkitgtk-2.11.92.tar.xz -/webkitgtk-2.12.0.tar.xz -/webkitgtk-2.12.1.tar.xz -/webkitgtk-2.12.2.tar.xz -/webkitgtk-2.12.3.tar.xz -/webkitgtk-2.13.1.tar.xz -/webkitgtk-2.13.2.tar.xz -/webkitgtk-2.13.3.tar.xz -/webkitgtk-2.13.4.tar.xz -/webkitgtk-2.13.90.tar.xz -/webkitgtk-2.13.91.tar.xz -/webkitgtk-2.13.92.tar.xz -/webkitgtk-2.14.0.tar.xz -/webkitgtk-2.14.1.tar.xz -/webkitgtk-2.15.1.tar.xz -/webkitgtk-2.14.2.tar.xz -/webkitgtk-2.15.2.tar.xz -/webkitgtk-2.15.3.tar.xz -/webkitgtk-2.15.4.tar.xz -/webkitgtk-2.15.90.tar.xz -/webkitgtk-2.15.91.tar.xz -/webkitgtk-2.15.92.tar.xz -/webkitgtk-2.16.0.tar.xz -/webkitgtk-2.16.1.tar.xz -/webkitgtk-2.17.1.tar.xz -/webkitgtk-2.17.2.tar.xz -/webkitgtk-2.17.3.tar.xz -/webkitgtk-2.17.4.tar.xz -/webkitgtk-2.17.5.tar.xz -/webkitgtk-2.17.90.tar.xz -/webkitgtk-2.17.91.tar.xz -/webkitgtk-2.17.92.tar.xz -/webkitgtk-2.18.0.tar.xz -/webkitgtk-2.18.1.tar.xz -/webkitgtk-2.18.2.tar.xz -/webkitgtk-2.19.1.tar.xz -/webkitgtk-2.19.2.tar.xz -/webkitgtk-2.19.3.tar.xz -/webkitgtk-2.19.4.tar.xz -/webkitgtk-2.19.5.tar.xz diff --git a/cloop-big-endians.patch b/cloop-big-endians.patch deleted file mode 100644 index 7bb12df..0000000 --- a/cloop-big-endians.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -up webkitgtk-2.14.7/Source/JavaScriptCore/bytecode/CodeBlock.cpp.b132333 webkitgtk-2.14.7/Source/JavaScriptCore/bytecode/CodeBlock.cpp ---- webkitgtk-2.14.7/Source/JavaScriptCore/bytecode/CodeBlock.cpp.b132333 2017-02-07 09:05:07.000000000 +0100 -+++ webkitgtk-2.14.7/Source/JavaScriptCore/bytecode/CodeBlock.cpp 2017-06-16 10:34:57.859748036 +0200 -@@ -2186,7 +2186,12 @@ void CodeBlock::finishCreation(VM& vm, S - instructions[i + 5].u.watchpointSet = op.watchpointSet; - else if (op.structure) - instructions[i + 5].u.structure.set(vm, this, op.structure); -- instructions[i + 6].u.pointer = reinterpret_cast(op.operand); -+ -+ if (op.type == ClosureVar || op.type == ClosureVarWithVarInjectionChecks || op.type == GlobalProperty || op.type == GlobalPropertyWithVarInjectionChecks || op.type == ModuleVar) -+ instructions[i + 6].u.operand = op.operand; -+ else -+ instructions[i + 6].u.pointer = reinterpret_cast(op.operand); -+ - break; - } - -@@ -2222,7 +2227,11 @@ void CodeBlock::finishCreation(VM& vm, S - op.watchpointSet->invalidate(vm, PutToScopeFireDetail(this, ident)); - } else if (op.structure) - instructions[i + 5].u.structure.set(vm, this, op.structure); -- instructions[i + 6].u.pointer = reinterpret_cast(op.operand); -+ -+ if (op.type == ClosureVar || op.type == ClosureVarWithVarInjectionChecks || op.type == GlobalProperty || op.type == GlobalPropertyWithVarInjectionChecks || op.type == ModuleVar) -+ instructions[i + 6].u.operand = op.operand; -+ else -+ instructions[i + 6].u.pointer = reinterpret_cast(op.operand); - - break; - } diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..f75d3fb --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Package was renamed to webkit2gtk3 diff --git a/fedora-crypto-policy.patch b/fedora-crypto-policy.patch deleted file mode 100644 index 8a317db..0000000 --- a/fedora-crypto-policy.patch +++ /dev/null @@ -1,24 +0,0 @@ -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 ---- webkitgtk-2.17.92/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp.fedora-crypto-policy 2017-09-05 13:39:59.294426661 +0200 -+++ webkitgtk-2.17.92/Source/WebKit/NetworkProcess/EntryPoint/unix/NetworkProcessMain.cpp 2017-09-05 13:40:09.144389997 +0200 -@@ -43,7 +43,7 @@ int main(int argc, char** argv) - // overwrite this priority string if it's already set by the user. - // https://bugzilla.gnome.org/show_bug.cgi?id=738633 - // WARNING: This needs to be KEPT IN SYNC with WebProcessMain.cpp. -- setenv("G_TLS_GNUTLS_PRIORITY", "NORMAL:%COMPAT:!VERS-SSL3.0:!ARCFOUR-128", 0); -+ setenv("G_TLS_GNUTLS_PRIORITY", "@SYSTEM:%COMPAT:!VERS-SSL3.0:!ARCFOUR-128", 0); - - #if USE(GCRYPT) - PAL::GCrypt::initialize(); -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 ---- webkitgtk-2.17.92/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp.fedora-crypto-policy 2017-09-05 13:40:28.558317735 +0200 -+++ webkitgtk-2.17.92/Source/WebKit/WebProcess/EntryPoint/unix/WebProcessMain.cpp 2017-09-05 13:40:56.057215378 +0200 -@@ -43,7 +43,7 @@ int main(int argc, char** argv) - // overwrite this priority string if it's already set by the user. - // https://bugzilla.gnome.org/show_bug.cgi?id=738633 - // WARNING: This needs to be KEPT IN SYNC with WebProcessMain.cpp. -- setenv("G_TLS_GNUTLS_PRIORITY", "NORMAL:%COMPAT:!VERS-SSL3.0:!ARCFOUR-128", 0); -+ setenv("G_TLS_GNUTLS_PRIORITY", "@SYSTEM:%COMPAT:!VERS-SSL3.0:!ARCFOUR-128", 0); - - #if USE(GCRYPT) - PAL::GCrypt::initialize(); diff --git a/sources b/sources deleted file mode 100644 index 06376b2..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (webkitgtk-2.19.5.tar.xz) = a3f22d7764be5118ab9065931c19c87993e5a1fcdbb532462e7158200e98eda417fcc12cdef340e6612eb799926c70d61457d1bfe07347755102e7ed882a9285 diff --git a/user-agent-branding.patch b/user-agent-branding.patch deleted file mode 100644 index d87f3e7..0000000 --- a/user-agent-branding.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -up webkitglib-2.14.1/Source/WebCore/platform/glib/UserAgentGLib.cpp.orig webkitglib-2.14.1/Source/WebCore/platform/glib/UserAgentGLib.cpp ---- webkitglib-2.14.1/Source/WebCore/platform/glib/UserAgentGLib.cpp.orig 2016-10-12 07:59:25.670057792 +0200 -+++ webkitglib-2.14.1/Source/WebCore/platform/glib/UserAgentGLib.cpp 2016-10-12 08:01:06.251878684 +0200 -@@ -85,6 +85,9 @@ static String buildUserAgentString(const UserAgentQuirks& quirks) - else { - uaString.append(platformForUAString()); - uaString.appendLiteral("; "); -+#if defined(USER_AGENT_GTK_DISTRIBUTOR_NAME) -+ uaString.appendLiteral(USER_AGENT_GTK_DISTRIBUTOR_NAME "; "); -+#endif - uaString.append(platformVersionForUAString()); - } - diff --git a/webkitgtk4.spec b/webkitgtk4.spec deleted file mode 100644 index d5d7a56..0000000 --- a/webkitgtk4.spec +++ /dev/null @@ -1,777 +0,0 @@ -## NOTE: Lots of files in various subdirectories have the same name (such as -## "LICENSE") so this short macro allows us to distinguish them by using their -## directory names (from the source tree) as prefixes for the files. -%global add_to_license_files() \ - mkdir -p _license_files ; \ - cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g') - -Name: webkitgtk4 -Version: 2.19.5 -Release: 1%{?dist} -Summary: GTK+ Web content engine library - -License: LGPLv2 -URL: http://www.webkitgtk.org/ -Source0: http://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz - -# https://bugs.webkit.org/show_bug.cgi?id=162611 -Patch0: user-agent-branding.patch -# https://fedoraproject.org/wiki/Packaging:CryptoPolicies -# https://bugs.webkit.org/show_bug.cgi?id=158785 -Patch1: fedora-crypto-policy.patch -# https://bugs.webkit.org/show_bug.cgi?id=132333 -Patch2: cloop-big-endians.patch - -BuildRequires: at-spi2-core-devel -BuildRequires: bison -BuildRequires: brotli-devel -BuildRequires: cairo-devel -BuildRequires: cmake -BuildRequires: enchant-devel -BuildRequires: flex -BuildRequires: fontconfig-devel -BuildRequires: freetype-devel -BuildRequires: geoclue2-devel -BuildRequires: gettext -BuildRequires: glib2-devel -BuildRequires: gnutls-devel -BuildRequires: gobject-introspection-devel -BuildRequires: gperf -BuildRequires: gstreamer1-devel -BuildRequires: gstreamer1-plugins-base-devel -BuildRequires: gstreamer1-plugins-bad-free-devel -BuildRequires: gtk2-devel -BuildRequires: gtk3-devel -BuildRequires: gtk-doc -BuildRequires: harfbuzz-devel -BuildRequires: hyphen-devel -BuildRequires: libicu-devel -BuildRequires: libjpeg-devel -BuildRequires: libnotify-devel -BuildRequires: libpng-devel -BuildRequires: libsecret-devel -BuildRequires: libsoup-devel -BuildRequires: libwebp-devel -BuildRequires: libxslt-devel -BuildRequires: libXt-devel -BuildRequires: libwayland-client-devel -BuildRequires: libwayland-egl-devel -BuildRequires: libwayland-server-devel -BuildRequires: mesa-libEGL-devel -BuildRequires: mesa-libGL-devel -BuildRequires: mesa-libGLES-devel -BuildRequires: pcre-devel -BuildRequires: perl-File-Copy-Recursive -BuildRequires: perl-JSON-PP -BuildRequires: perl-Switch -BuildRequires: ruby -BuildRequires: rubygems -BuildRequires: sqlite-devel -BuildRequires: upower-devel -BuildRequires: woff2-devel -%ifarch ppc -BuildRequires: libatomic -%endif - -Requires: geoclue2 - -# Obsolete libwebkit2gtk from the webkitgtk3 package -Obsoletes: libwebkit2gtk < 2.5.0 -Provides: libwebkit2gtk = %{version}-%{release} - -# We're supposed to specify versions here, but these crap Google libs don't do -# normal releases. Accordingly, they're not suitable to be system libs. -Provides: bundled(angle) - -# Require the jsc subpackage -Requires: %{name}-jsc%{?_isa} = %{version}-%{release} - -# Recommend the support for the GTK+ 2 based NPAPI plugins -Recommends: %{name}-plugin-process-gtk2%{?_isa} = %{version}-%{release} -Obsoletes: %{name} < 2.12.0-3 - -# Filter out provides for private libraries -%global __provides_exclude_from ^%{_libdir}/webkit2gtk-4\\.0/.*\\.so$ - -%description -WebKitGTK+ is the port of the portable web rendering engine WebKit to the -GTK+ platform. - -This package contains WebKitGTK+ for GTK+ 3. - -%package devel -Summary: Development files for %{name} -Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: %{name}-jsc%{?_isa} = %{version}-%{release} -Requires: %{name}-jsc-devel%{?_isa} = %{version}-%{release} - -%description devel -The %{name}-devel package contains libraries, build data, and header -files for developing applications that use %{name}. - -%package doc -Summary: Documentation files for %{name} -BuildArch: noarch -Requires: %{name} = %{version}-%{release} - -%description doc -This package contains developer documentation for %{name}. - -%package jsc -Summary: JavaScript engine from %{name} - -%description jsc -This package contains JavaScript engine from %{name}. - -%package jsc-devel -Summary: Development files for JavaScript engine from %{name} -Requires: %{name}-jsc%{?_isa} = %{version}-%{release} - -%description jsc-devel -The %{name}-jsc-devel package contains libraries, build data, and header -files for developing applications that use JavaScript engine from %{name}. - -%package plugin-process-gtk2 -Summary: GTK+ 2 based NPAPI plugins support for %{name} -Obsoletes: %{name} < 2.12.0-3 -Requires: %{name}-jsc%{?_isa} = %{version}-%{release} - -%description plugin-process-gtk2 -Support for the GTK+ 2 based NPAPI plugins (such as Adobe Flash) for %{name}. - -%prep -%autosetup -p1 -n webkitgtk-%{version} - -# Remove bundled libraries -rm -rf Source/ThirdParty/gtest/ -rm -rf Source/ThirdParty/qunit/ - -%build -# Increase the DIE limit so our debuginfo packages could be size optimized. -# Decreases the size for x86_64 from ~5G to ~1.1G. -# https://bugzilla.redhat.com/show_bug.cgi?id=1456261 -%global _dwz_max_die_limit 250000000 -# The _dwz_max_die_limit is being overridden by the arch specific ones from the -# redhat-rpm-config so we need to set the arch specific ones as well - now it -# is only needed for x86_64. -%global _dwz_max_die_limit_x86_64 250000000 - -%ifarch s390 aarch64 -# Use linker flags to reduce memory consumption - on other arches the ld.gold is -# used and also it doesn't have the --reduce-memory-overheads option -%global optflags %{optflags} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads -%endif - -# Decrease debuginfo even on ix86 because of: -# https://bugs.webkit.org/show_bug.cgi?id=140176 -%ifarch s390 s390x %{arm} %{ix86} ppc %{power64} %{mips} -# Decrease debuginfo verbosity to reduce memory consumption even more -%global optflags %(echo %{optflags} | sed 's/-g /-g1 /') -%endif - -%ifarch ppc -# Use linker flag -relax to get WebKit build under ppc(32) with JIT disabled -%global optflags %{optflags} -Wl,-relax -%endif - -%if 0%{?fedora} -%global optflags %{optflags} -DUSER_AGENT_GTK_DISTRIBUTOR_NAME=\'\\"Fedora\\"\' -%endif - -# Disable ld.gold on s390 as it does not have it. -# Also for aarch64 as the support is in upstream, but not packaged in Fedora. -mkdir -p %{_target_platform} -pushd %{_target_platform} -%cmake \ - -DPORT=GTK \ - -DCMAKE_BUILD_TYPE=Release \ - -DENABLE_GTKDOC=ON \ - -DENABLE_MINIBROWSER=ON \ -%ifarch s390 aarch64 - -DUSE_LD_GOLD=OFF \ -%endif -%ifarch s390 s390x ppc %{power64} - -DENABLE_JIT=OFF \ - -DUSE_SYSTEM_MALLOC=ON \ -%endif - .. -popd - -make %{?_smp_mflags} -C %{_target_platform} - -%install -%make_install -C %{_target_platform} - -%find_lang WebKit2GTK-4.0 - -# Finally, copy over and rename various files for %%license inclusion -%add_to_license_files Source/JavaScriptCore/COPYING.LIB -%add_to_license_files Source/JavaScriptCore/icu/LICENSE -%add_to_license_files Source/ThirdParty/ANGLE/LICENSE -%add_to_license_files Source/ThirdParty/ANGLE/src/common/third_party/smhasher/LICENSE -%add_to_license_files Source/ThirdParty/ANGLE/src/third_party/compiler/LICENSE -%add_to_license_files Source/ThirdParty/ANGLE/src/third_party/libXNVCtrl/LICENSE -%add_to_license_files Source/WebCore/icu/LICENSE -%add_to_license_files Source/WebCore/LICENSE-APPLE -%add_to_license_files Source/WebCore/LICENSE-LGPL-2 -%add_to_license_files Source/WebCore/LICENSE-LGPL-2.1 -%add_to_license_files Source/WebInspectorUI/UserInterface/External/CodeMirror/LICENSE -%add_to_license_files Source/WebInspectorUI/UserInterface/External/ESLint/LICENSE -%add_to_license_files Source/WebInspectorUI/UserInterface/External/Esprima/LICENSE -%add_to_license_files Source/WebInspectorUI/UserInterface/External/three.js/LICENSE -%add_to_license_files Source/WTF/icu/LICENSE -%add_to_license_files Source/WTF/wtf/dtoa/COPYING -%add_to_license_files Source/WTF/wtf/dtoa/LICENSE - -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig -%post jsc -p /sbin/ldconfig -%postun jsc -p /sbin/ldconfig - -%files -f WebKit2GTK-4.0.lang -%license _license_files/*ThirdParty* -%license _license_files/*WebCore* -%license _license_files/*WebInspectorUI* -%license _license_files/*WTF* -%{_libdir}/libwebkit2gtk-4.0.so.* -%dir %{_libdir}/girepository-1.0 -%{_libdir}/girepository-1.0/WebKit2-4.0.typelib -%{_libdir}/girepository-1.0/WebKit2WebExtension-4.0.typelib -%{_libdir}/webkit2gtk-4.0/ -%{_libexecdir}/webkit2gtk-4.0/ -%{_bindir}/WebKitWebDriver -%exclude %{_libexecdir}/webkit2gtk-4.0/WebKitPluginProcess2 - -%files devel -%{_libexecdir}/webkit2gtk-4.0/MiniBrowser -%{_includedir}/webkitgtk-4.0/ -%exclude %{_includedir}/webkitgtk-4.0/JavaScriptCore -%{_libdir}/libwebkit2gtk-4.0.so -%{_libdir}/pkgconfig/webkit2gtk-4.0.pc -%{_libdir}/pkgconfig/webkit2gtk-web-extension-4.0.pc -%dir %{_datadir}/gir-1.0 -%{_datadir}/gir-1.0/WebKit2-4.0.gir -%{_datadir}/gir-1.0/WebKit2WebExtension-4.0.gir - -%files jsc -%license _license_files/*JavaScriptCore* -%{_libdir}/libjavascriptcoregtk-4.0.so.* -%dir %{_libdir}/girepository-1.0 -%{_libdir}/girepository-1.0/JavaScriptCore-4.0.typelib - -%files jsc-devel -%{_libexecdir}/webkit2gtk-4.0/jsc -%dir %{_includedir}/webkitgtk-4.0 -%{_includedir}/webkitgtk-4.0/JavaScriptCore/ -%{_libdir}/libjavascriptcoregtk-4.0.so -%{_libdir}/pkgconfig/javascriptcoregtk-4.0.pc -%dir %{_datadir}/gir-1.0 -%{_datadir}/gir-1.0/JavaScriptCore-4.0.gir - -%files plugin-process-gtk2 -%{_libexecdir}/webkit2gtk-4.0/WebKitPluginProcess2 - -%files doc -%dir %{_datadir}/gtk-doc -%dir %{_datadir}/gtk-doc/html -%{_datadir}/gtk-doc/html/webkit2gtk-4.0/ -%{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ - -%changelog -* Tue Jan 09 2018 Tomas Popela - 2.19.5-1 -- Update to 2.19.5 - -* Tue Jan 09 2018 Tomas Popela - 2.19.4-1 -- Update to 2.19.4 - -* Wed Dec 13 2017 Tomas Popela - 2.19.3-1 -- Update to 2.19.3 -- Enable bmalloc again - -* Thu Nov 30 2017 Pete Walter - 2.19.2-3 -- Rebuild for ICU 60.1 - -* Thu Nov 30 2017 Tomas Popela - 2.19.2-2 -- Temporarily disable bmalloc - -* Tue Nov 21 2017 Tomas Popela - 2.19.2-1 -- Update to 2.19.2 - -* Thu Nov 02 2017 Kalev Lember - 2.19.2-2 -- Fix gir directory ownership - -* Tue Oct 31 2017 Tomas Popela - 2.19.1-1 -- Update to 2.19.1 - -* Fri Oct 27 2017 Tomas Popela - 2.18.2-1 -- Update to 2.18.2 - -* Thu Oct 26 2017 Vít Ondruch - 2.18.1-2 -- Drop the explicit dependnecy on rubypick. - -* Wed Oct 18 2017 Tomas Popela - 2.18.1-1 -- Update to 2.18.1 - -* Wed Sep 13 2017 Richard W.M. Jones - 2.18.0-2 -- Rebuild to try to fix: libwebkit2gtk-4.0.so.37: undefined symbol: - soup_auth_manager_clear_cached_credentials - -* Mon Sep 11 2017 Tomas Popela - 2.18.0-1 -- Update to 2.18.0 - -* Tue Sep 05 2017 Tomas Popela - 2.17.92-1 -- Update to 2.17.92 - -* Fri Aug 18 2017 Tomas Popela - 2.17.91-1 -- Update to 2.17.91 - -* Wed Aug 09 2017 Tomas Popela - 2.17.90-1 -- Update to 2.17.90 - -* Thu Aug 03 2017 Fedora Release Engineering - 2.17.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Tomas Popela - 2.17.5-1 -- Update to 2.17.5 - -* Thu Jul 20 2017 Tomas Popela - 2.17.4-4 -- Rebuild for rhbz#1470692 - -* Tue Jul 18 2017 Richard W.M. Jones - 2.17.4-3 -- Bump release and rebuild to attempt to fix _ZSt11__once_call - dynamic linking problem (RHBZ#1470692). - -* Wed Jun 21 2017 Tomas Popela - 2.17.4-2 -- Take two on increasing the DIE limit as the _dwz_max_die_limit is being - overridden by the arch specific ones from the redhat-rpm-config - -* Mon Jun 19 2017 Tomas Popela - 2.17.4-1 -- Update to 2.17.4 -- Increase the DIE limit so our debuginfo packages could be size optimized - rhbz#1456261 - -* Mon May 22 2017 Tomas Popela - 2.17.3-1 -- Update to 2.17.3 - -* Mon May 15 2017 Fedora Release Engineering - 2.17.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild - -* Mon May 15 2017 Tomas Popela - 2.17.2-1 -- Update to 2.17.2 - -* Tue May 09 2017 Michael Catanzaro - 2.17.1-1 -- Update to 2.17.1 - -* Mon Apr 10 2017 Tomas Popela - 2.16.1-3 -- Enable JIT and bmalloc on aarch64 and MIPS - -* Thu Apr 06 2017 Tomas Popela - 2.16.1-2 -- Add patch for freezing regression - -* Tue Apr 04 2017 Tomas Popela - 2.16.1-1 -- Update to 2.16.1 - -* Mon Mar 20 2017 Tomas Popela - 2.16.0-1 -- Update to 2.16.0 - -* Tue Mar 14 2017 Tomas Popela - 2.15.92-1 -- Update to 2.15.92 - -* Wed Mar 01 2017 Tomas Popela - 2.15.91-1 -- Update to 2.15.91 - -* Fri Feb 24 2017 Bastien Nocera - 2.15.90-2 -- Add patch to fix hangs when showing the Google search page - -* Tue Feb 21 2017 Tomas Popela - 2.15.90-1 -- Update to 2.15.90 - -* Tue Feb 07 2017 Tomas Popela - 2.15.4-4 -- Add patches to make Evolution usable again - rhbz#1418413 - -* Thu Feb 02 2017 Tomas Popela - 2.15.4-3 -- Push gcc7 fixes, only buildable with gcc-7.0.1-0.5.fc26 and higher - -* Wed Feb 01 2017 Sandro Mani - 2.15.4-2 -- Rebuild (libwebp) - -* Tue Jan 31 2017 Tomas Popela - 2.15.4-1 -- Update to 2.15.4 - -* Mon Jan 23 2017 Tomas Popela - 2.15.3-1 -- Update to 2.15.3 - -* Mon Nov 21 2016 Tomas Popela - 2.15.2-1 -- Update to 2.15.2 - -* Wed Oct 26 2016 Tomas Popela - 2.15.1-1 -- Update to 2.15.1 - -* Wed Oct 12 2016 Adam Jackson - 2.14.1-2 -- Prefer eglGetPlatformDisplay to eglGetDisplay - -* Wed Oct 12 2016 Tomas Popela - 2.14.1-1 -- Update to 2.14.1 - -* Tue Sep 20 2016 Tomas Popela - 2.14.0-1 -- Update to 2.14.0 - -* Thu Sep 15 2016 Tomas Popela - 2.13.92-1 -- Update to 2.13.92 - -* Mon Sep 12 2016 Tomas Popela - 2.13.91-1 -- Update to 2.13.91 - -* Wed Aug 31 2016 Tomas Popela - 2.13.90-1 -- Update to 2.13.90 - -* Wed Jul 27 2016 Tomas Popela - 2.13.4-1 -- Update to 2.13.4 - -* Mon Jul 18 2016 Tomas Popela - 2.13.3-1 -- Update to 2.13.3 -- Enable JIT on ARMv7 - -* Fri Jul 08 2016 Tomas Popela - 2.13.2-4 -- Remove the wrong patch for THUMB2 support - -* Tue Jun 28 2016 Michael Catanzaro - 2.13.2-3 -- Disable NPAPI in Wayland -- Specify more bundled provides -- Again disable JIT on ARMv7 until rhbz#1350982 is fixed - -* Tue Jun 28 2016 Tomas Popela - 2.13.2-2 -- Enable JIT and BMalloc on ARMv7 - -* Thu Jun 23 2016 Tomas Popela - 2.13.2-1 -- Update to 2.13.2 -- Disable JIT on ARM until https://bugs.webkit.org/show_bug.cgi?id=159083 is fixed - -* Sun Jun 19 2016 Michael Catanzaro - 2.13.1-2 -- Add patch to comply with Fedora crypto policy - -* Tue May 31 2016 Tomas Popela - 2.13.1-1 -- Update to 2.13.1 - -* Tue May 24 2016 Tomas Popela - 2.12.3-1 -- Update to 2.12.3 - -* Fri Apr 29 2016 Igor Gnatenko - 2.12.2-2 -- Remove typelib from jsc-devel because it is in jsc - -* Thu Apr 28 2016 Tomas Popela - 2.12.2-1 -- Update to 2.12.2 - -* Tue Apr 26 2016 Tomas Popela - 2.12.1-3 -- Fix the build on aarch64 - disable bmalloc as it's crashing when generating - the documentation - -* Fri Apr 15 2016 David Tardon - 2.12.1-2 -- rebuild for ICU 57.1 - -* Thu Apr 14 2016 Tomas Popela - 2.12.1-1 -- Update to 2.12.1 - -* Thu Apr 07 2016 Michael Catanzaro - 2.12.0-3 -- Attempt harder to ensure plugin-process-gtk2 is installed on upgrade - -* Wed Apr 06 2016 Michael Catanzaro - 2.12.0-2 -- Attempt to ensure plugin-process-gtk2 is installed on upgrade -- Add patch for WebKit#155885 - -* Tue Mar 22 2016 Tomas Popela - 2.12.0-1 -- Update to 2.12.0 - -* Sun Mar 20 2016 Igor Gnatenko - 2.11.92-3 -- Add missing ldconfig call for jsc subpkg - -* Thu Mar 17 2016 Tomas Popela - 2.11.92-2 -- Fix the build with gcc6 - -* Thu Mar 17 2016 Tomas Popela - 2.11.92-1 -- Update to 2.11.92 - -* Tue Mar 15 2016 Tomas Popela - 2.11.91-2 -- Subpackage the WebKitPluginProcess2 -- Resolves: rhbz#1317692 - -* Tue Mar 01 2016 Tomas Popela - 2.11.91-1 -- Update to 2.11.91 - -* Mon Feb 29 2016 David King - 2.11.90-4 -- Move JavaScriptCore headers to jsc-devel subpackage (#1312894) - -* Wed Feb 24 2016 Michael Catanzaro - 2.11.90-3 -- Stop building with ENABLE_OPENGL=OFF, see WebKit#126122 and WebKit#150955. - -* Mon Feb 22 2016 Tomas Popela - 2.11.90-1 -- Update to 2.11.90 - -* Tue Feb 9 2016 Peter Robinson 2.11.5-2 -- Add ruby deps for build - -* Tue Feb 09 2016 Tomas Popela - 2.11.5-1 -- Update to 2.11.5 -- Drop the llvm dependencies as we switched to B3 -- Rebase the YouTube patch - -* Fri Feb 05 2016 Fedora Release Engineering - 2.11.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Thu Jan 28 2016 Tomas Popela - 2.11.4-2 -- Rebuilt for LLVM rebase - -* Wed Jan 20 2016 Tomas Popela - 2.11.4-1 -- Update to 2.11.4 - -* Wed Jan 13 2016 Michael Catanzaro - 2.11.3-2 -- Build with ENABLE_OPENGL=OFF as I think it is causing bugs. -- Stop static linking to LLVM. - -* Wed Jan 13 2016 Tomas Popela - 2.11.3-1 -- Update to 2.11.3 - -* Wed Dec 30 2015 Michael Catanzaro - 2.11.2-6 -- Remove webkitgtk-2.5.90-cloop_fix.patch and - webkitgtk-2.8.0-page_size_align.patch. These have been broken for ages. -- Remove webkitgtk-2.8.0-s390_fixes.patch since this is a patch for bmalloc, but - we disable bmalloc on s390. -- Don't request hardened build, it's the default. -- Use public USE_SYSTEM_MALLOC option instead of unsupported USE_BMALLOC. -- lldb is not bundled anymore. - -* Wed Dec 30 2015 Michal Toman - 2.11.2-5 -- Add support for MIPS - -* Mon Dec 28 2015 Igor Gnatenko - 2.11.2-4 -- Rebuilt for libwebp soname bump - -* Mon Dec 07 2015 Tomas Popela - 2.11.2-3 -- rhbz#1289053 - Retire nspluginwrapper and remove from Fedora 24 - -* Mon Nov 30 2015 Tomas Popela - 2.11.2-2 -- Introduce the jsc and jsc-devel subpackages with JavaScriptCore packaged -- Resolves: rhbz#1176677 - -* Mon Nov 23 2015 Tomas Popela - 2.11.2-1 -- Update to 2.11.2 -- Enable FTL on x86_64 - -* Tue Nov 03 2015 Tomas Popela - 2.11.1-1 -- Update to 2.11.1 - -* Wed Oct 28 2015 David Tardon - 2.10.3-2 -- rebuild for ICU 56.1 - -* Tue Oct 27 2015 Tomas Popela - 2.10.3-1 -- Update to 2.10.3 - -* Thu Oct 15 2015 Tomas Popela - 2.10.2-1 -- Update to 2.10.2 - -* Thu Oct 15 2015 Kalev Lember - 2.10.1-2 -- Rebuilt - -* Wed Oct 14 2015 Tomas Popela - 2.10.1-1 -- Update to 2.10.1 - -* Fri Oct 09 2015 Michael Catanzaro - 2.10.0-2 -- Add provides bundled(angle) since it's finally safe to do so. - -* Mon Sep 21 2015 Kalev Lember - 2.10.0-1 -- Update to 2.10.0 - -* Wed Sep 16 2015 Tomas Popela - 2.9.92-1 -- Update to 2.9.92 - -* Wed Aug 26 2015 Kalev Lember - 2.9.91-1 -- Update to 2.9.91 - -* Mon Aug 24 2015 Michael Catanzaro - 2.9.90-2 -- Remove the address space limit patch: it was causing too many problems. -- (Warning! This means Red Hat Bugzilla can hang your computer again.) -- Improve the YouTube patch to avoid spamming the journal with rpm output. -- Add patch from upstream to workaround severe a performance regression. -- No need to explicitly enable Wayland support anymore; it's now default. - -* Wed Aug 19 2015 Kalev Lember - 2.9.90-1 -- Update to 2.9.90 - -* Mon Aug 03 2015 Tomas Popela - 2.9.5-1 -- Update to 2.9.5 - -* Sat Aug 01 2015 Michael Catanzaro - 2.9.4-3 -- Make YouTube work. - -* Tue Jul 28 2015 Michael Catanzaro - 2.9.4-2 -- Exempt the plugin process from the address space limit. - -* Wed Jul 22 2015 Tomas Popela - 2.9.4-1 -- Update to 2.9.4 - -* Thu Jul 09 2015 Michael Catanzaro - 2.9.3-3 -- Prevent runaway web processes from using unlimited memory. - -* Wed Jul 01 2015 Michael Catanzaro - 2.9.3-2 -- Enable Wayland support at long last. Hopefully fixes #1220811. - -* Tue Jun 23 2015 Tomas Popela - 2.9.3-1 -- Update to 2.9.3 - -* Fri Jun 19 2015 Fedora Release Engineering - 2.9.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed May 27 2015 Tomas Popela - 2.9.2-1 -- Update to 2.9.2 - -* Thu May 07 2015 Tomas Popela - 2.9.1-1 -- Update to 2.9.1 -- Add hyphen-devel as BR - -* Tue Apr 21 2015 Michael Catanzaro - 2.8.1-2 -- Reenable fast matrix multiplication on x86_64 - -* Tue Apr 14 2015 Tomas Popela - 2.8.1-1 -- Update to 2.8.1 - -* Wed Apr 08 2015 Michael Catanzaro - 2.8.0-4 -- Build with support for HTML5 desktop notifications - -* Wed Apr 08 2015 Tomas Popela - 2.8.0-3 -- Fix CLoop on secondary arches - -* Fri Mar 27 2015 Than Ngo - 2.8.0-2 -- Fix build failures on s390 -- Fix build failures with gcc 5 -- Decrease the debuginfo verbosity on ppc and others - -* Mon Mar 23 2015 Tomas Popela - 2.8.0-1 -- Update to 2.8.0 - -* Tue Mar 17 2015 Tomas Popela - 2.7.92-1 -- Update to 2.7.92 -- Re-enable parallel build -- Compile and ship MiniBrowser - -* Mon Mar 16 2015 Michael Catanzaro 2.7.91-3 -- Add a couple patches to fix more crashes - -* Wed Mar 04 2015 Michael Catanzaro 2.7.91-2 -- Add patch to make gnome-online-accounts 3.15.91 not crash - -* Tue Mar 03 2015 Tomas Popela - 2.7.91-1 -- Update to 2.7.91 - -* Thu Feb 26 2015 Michael Catanzaro - 2.7.90-10 -- Add Fedora branding to the user agent - -* Thu Feb 19 2015 Tomas Popela - 2.7.90-9 -- Fix the build with cmake 3.2.x - -* Thu Feb 19 2015 Tomas Popela - 2.7.90-8 -- Fix crash in CLoop -- Forgot to reset the release number so continuing with 8 -- Decrease the debuginfo verbosity on s390x - -* Wed Feb 18 2015 Tomas Popela - 2.7.90-7 -- Update to 2.7.90 -- Add JIT and CLoop fixes - -* Mon Feb 16 2015 Michael Catanzaro - 2.7.4-7 -- Remove disable codec installer patch, not needed in GNOME 3.15.90 - -* Tue Feb 10 2015 Michael Catanzaro - 2.7.4-6 -- Temporarily disable cloop patch since it breaks js -- Add patch for gmutexlocker namespace collision with glib 2.43.4 - -* Fri Feb 06 2015 Michael Catanzaro - 2.7.4-5 -- Revert yesterday's changes since they don't help. - -* Thu Feb 05 2015 Michael Catanzaro - 2.7.4-4 -- Disable JIT to see if it fixes js. - -* Thu Feb 05 2015 Michael Catanzaro - 2.7.4-3 -- Disable hardened build to see if it fixes js - -* Mon Jan 26 2015 David Tardon - 2.7.4-2 -- rebuild for ICU 54.1 - -* Tue Jan 20 2015 Tomas Popela - 2.7.4-1 -- Update to 2.7.4 - -* Mon Jan 19 2015 Tomas Popela - 2.7.3-3 -- Fix compilation on secondary arches - -* Thu Jan 08 2015 Tomas Popela - 2.7.3-2 -- Decrease debuginfo verbosity on ix86 to let it build - -* Tue Dec 16 2014 Tomas Popela - 2.7.3-1 -- Update to 2.7.3 - -* Tue Dec 09 2014 Michael Catanzaro - 2.7.2-3 -- Disable the PackageKit codec installer - -* Sun Dec 07 2014 Michael Catanzaro - 2.7.2-2 -- Enable hardened build - -* Mon Nov 24 2014 Tomas Popela - 2.7.2-1 -- Update to 2.7.2 -- Don't use ld.gold on s390 and aarch64 - -* Wed Nov 12 2014 Tomas Popela - 2.7.1-5 -- Enable JIT where possible (accidentally turned off when updating to 2.5.90) - -* Fri Nov 07 2014 Kalev Lember - 2.7.1-4 -- Build developer documentation - -* Fri Oct 31 2014 Michael Catanzaro - 2.7.1-3 -- Obsolete libwebkit2gtk < 2.5.0 to be future-proof - -* Fri Oct 31 2014 Kalev Lember - 2.7.1-2 -- Bump libwebkit2gtk obsoletes version - -* Wed Oct 29 2014 Tomas Popela - 2.7.1-1 -- Update to 2.7.1 - -* Wed Oct 22 2014 Tomas Popela - 2.6.2-1 -- Update to 2.6.2 - -* Tue Oct 21 2014 Tomas Popela - 2.6.1-2 -- Disable the SSLv3 to address the POODLE vulnerability - -* Tue Oct 14 2014 Tomas Popela - 2.6.1-1 -- Update to 2.6.1 - -* Thu Sep 25 2014 Tomas Popela - 2.6.0-1 -- Add the wrongly removed CLoop patch and remove the one that was upstreamed - -* Wed Sep 24 2014 Kalev Lember - 2.6.0-1 -- Update to 2.6.0 - -* Mon Sep 22 2014 Tomas Popela - 2.5.90-1 -- Update to 2.5.90 - -* Tue Aug 26 2014 Kalev Lember - 2.5.3-7 -- Obsolete libwebkit2gtk from the webkitgtk3 package - -* Tue Aug 26 2014 David Tardon - 2.5.3-6 -- rebuild for ICU 53.1 - -* Mon Aug 25 2014 Tomas Popela - 2.5.3-5 -- Add support for secondary arches - -* Fri Aug 22 2014 Michael Catanzaro - 2.5.3-4 -- Add webkitgtk-2.5.3-toggle-buttons.patch - -* Thu Aug 21 2014 Kalev Lember - 2.5.3-3 -- More package review fixes (#1131284) -- Correct the license tag to read LGPLv2 -- Filter out provides for private libraries - -* Tue Aug 19 2014 Kalev Lember - 2.5.3-2 -- Remove bundled leveldb, gtest, qunit in %%prep (#1131284) - -* Fri Aug 15 2014 Kalev Lember - 2.5.3-1 -- Update to 2.5.3 - -* Fri Aug 01 2014 Kalev Lember - 2.5.1-1 -- Initial Fedora packaging, based on the webkitgtk3 package