From 01b2b9b6d686bc18bef1de49a5bf1bc05ebdb09d Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Sun, 8 Mar 2020 19:44:41 +0000 Subject: www/chromium: update to 80.0.3987.132 This addresses some security issues, including at least one Google admits was being exploited in the wild. For more, see: https://chromereleases.googleblog.com/2020/02/stable-channel-update-for-desktop_24.html PR: 244625 Approved by: jrm, rene Security: CVE-2020-6407, CVE-2020-6418 (in the wild), CVE-2020-6420 Differential Revision: https://reviews.freebsd.org/D23984 --- www/chromium/files/patch-v8_BUILD.gn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'www/chromium/files/patch-v8_BUILD.gn') diff --git a/www/chromium/files/patch-v8_BUILD.gn b/www/chromium/files/patch-v8_BUILD.gn index 37f456e0d7bd..6d6059b3c6b4 100644 --- a/www/chromium/files/patch-v8_BUILD.gn +++ b/www/chromium/files/patch-v8_BUILD.gn @@ -1,6 +1,6 @@ ---- v8/BUILD.gn.orig 2019-12-16 21:56:22 UTC +--- v8/BUILD.gn.orig 2020-03-03 18:55:34 UTC +++ v8/BUILD.gn -@@ -3639,7 +3639,7 @@ v8_component("v8_libbase") { +@@ -3561,7 +3561,7 @@ v8_component("v8_libbase") { } } @@ -9,7 +9,7 @@ sources += [ "src/base/debug/stack_trace_posix.cc", "src/base/platform/platform-linux.cc", -@@ -3659,6 +3659,12 @@ v8_component("v8_libbase") { +@@ -3581,6 +3581,12 @@ v8_component("v8_libbase") { "dl", "rt", ] @@ -22,9 +22,9 @@ } else if (is_android) { if (current_toolchain == host_toolchain) { libs = [ -@@ -3916,6 +3922,7 @@ if (current_toolchain == v8_snapshot_toolchain) { - "src/snapshot/embedded/platform-embedded-file-writer-win.h", +@@ -3840,6 +3846,7 @@ if (current_toolchain == v8_snapshot_toolchain) { "src/snapshot/mksnapshot.cc", + "src/snapshot/snapshot-empty.cc", ] + libs = ["execinfo"] -- cgit v1.2.3