aboutsummaryrefslogtreecommitdiffstats
path: root/community/webkit2gtk/fix-fast-memory-disabled.patch
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-06-21 13:08:33 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-07-17 05:42:51 -0300
commitac2d4998591dfdb86ff5246afde94a19d1f21650 (patch)
tree3dea7bad222a941570a27c6fd3754a750c5ee14e /community/webkit2gtk/fix-fast-memory-disabled.patch
parent4ef792fcbcde5c03768ed55cb37cd2ee38ab5ad6 (diff)
downloadaports-ac2d4998591dfdb86ff5246afde94a19d1f21650.tar.bz2
aports-ac2d4998591dfdb86ff5246afde94a19d1f21650.tar.xz
community/webkit2gtk: upgrade to 2.24.2
* Disable armv7/armhf, due to using a 32-bit kernel these arches can't allocate enough memory during compilation for the massive compilation units webkit2gtk does. We'll have to wait for 2.26.x to allow compilation without unified sources to upgrade these arches. * Disable GTK_DOC, which fails to build * Disable system malloc on some arches. There were typos in the options anyway, so they haven't done anything anyway. System malloc is discouraged by upstream since bmalloc not only performs better it also has some security related advantages. fixes the following CVEs: * CVE-2019-6251 * CVE-2019-8506 * CVE-2019-8524 * CVE-2019-8535 * CVE-2019-8536 * CVE-2019-8544 * CVE-2019-8551 * CVE-2019-8558 * CVE-2019-8559 * CVE-2019-8563 * CVE-2019-11070 Co-authored-by: TBK <tbk@jjtc.eu>
Diffstat (limited to 'community/webkit2gtk/fix-fast-memory-disabled.patch')
-rw-r--r--community/webkit2gtk/fix-fast-memory-disabled.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/webkit2gtk/fix-fast-memory-disabled.patch b/community/webkit2gtk/fix-fast-memory-disabled.patch
index 95b9f6a091..9d2747c7da 100644
--- a/community/webkit2gtk/fix-fast-memory-disabled.patch
+++ b/community/webkit2gtk/fix-fast-memory-disabled.patch
@@ -1,6 +1,6 @@
---- a/Source/JavaScriptCore/wasm/WasmFaultSignalHandler.cpp.orig 2017-09-14 10:03:40.908890971 +0200
-+++ b/Source/JavaScriptCore/wasm/WasmFaultSignalHandler.cpp 2017-09-14 10:04:17.084859537 +0200
-@@ -112,7 +112,11 @@ void unregisterCode(void* start, void* e
+--- a/Source/JavaScriptCore/wasm/WasmFaultSignalHandler.cpp
++++ b/Source/JavaScriptCore/wasm/WasmFaultSignalHandler.cpp
+@@ -118,7 +118,11 @@ void unregisterCode(void* start, void* e
bool fastMemoryEnabled()
{