aboutsummaryrefslogtreecommitdiffstats
path: root/community/webkit2gtk/fix-fast-memory-disabled.patch
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-05-06 12:45:39 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-06-21 18:02:40 -0300
commitae4a15801816b7f140076fa8f636d46247902af3 (patch)
treee71dfdf91f9ef7da8bea3a3a3e625dcd0be83be6 /community/webkit2gtk/fix-fast-memory-disabled.patch
parent34f710b6a7a6cb3816be83fda8604febb213253d (diff)
downloadaports-ae4a15801816b7f140076fa8f636d46247902af3.tar.bz2
aports-ae4a15801816b7f140076fa8f636d46247902af3.tar.xz
community/webkit2gtk: upgrade to 2.24.2
* 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 fixes #10598 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()
{