diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-30 13:08:15 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-30 13:22:28 +0000 |
| commit | 2ff566b26ddaadbf1baf2d7883b04e3fae7d6749 (patch) | |
| tree | b7773ec968b5e551a1b32ee3dbeba8fbaf0f24b5 /community/webkit2gtk/musl-fixes.patch | |
| parent | 5f4bd1444dd98277632ca67b84f4f74ab496413e (diff) | |
| download | aports-2ff566b26ddaadbf1baf2d7883b04e3fae7d6749.tar.bz2 aports-2ff566b26ddaadbf1baf2d7883b04e3fae7d6749.tar.xz | |
community/webkit2gtk: upgrade to 2.18.3
fixes #8193
CVE-2017-13783, CVE-2017-13784, CVE-2017-13785, CVE-2017-13788,
CVE-2017-13791, CVE-2017-13792, CVE-2017-13793, CVE-2017-13794,
CVE-2017-13795, CVE-2017-13796, CVE-2017-13798, CVE-2017-13802,
CVE-2017-13803
Diffstat (limited to 'community/webkit2gtk/musl-fixes.patch')
| -rw-r--r-- | community/webkit2gtk/musl-fixes.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/community/webkit2gtk/musl-fixes.patch b/community/webkit2gtk/musl-fixes.patch deleted file mode 100644 index cb1090f337..0000000000 --- a/community/webkit2gtk/musl-fixes.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- ./Source/JavaScriptCore/heap/MachineStackMarker.cpp.orig -+++ ./Source/JavaScriptCore/heap/MachineStackMarker.cpp -@@ -566,7 +566,7 @@ - #error Unknown Architecture - #endif - --#elif defined(__GLIBC__) && ENABLE(JIT) -+#elif defined(__linux__) && ENABLE(JIT) - - #if CPU(X86) - return reinterpret_cast<void*>((uintptr_t) regs.machineContext.gregs[REG_ESP]); -@@ -665,7 +665,7 @@ - #error Unknown Architecture - #endif - --#elif defined(__GLIBC__) -+#elif defined(__linux__) // glibc and musl - - // The following sequence depends on glibc's sys/ucontext.h. - #if CPU(X86) -@@ -747,7 +747,7 @@ - #error Unknown Architecture - #endif - --#elif defined(__GLIBC__) -+#elif defined(__linux__) // glibc and musl - - // The following sequence depends on glibc's sys/ucontext.h. - #if CPU(X86) -@@ -838,7 +838,7 @@ - #error Unknown Architecture - #endif - --#elif defined(__GLIBC__) -+#elif defined(__linux__) // glibc and musl - - // The following sequence depends on glibc's sys/ucontext.h. - #if CPU(X86) |
