diff options
author | Conrad Meyer <cem@FreeBSD.org> | 2020-03-08 19:44:41 +0000 |
---|---|---|
committer | Conrad Meyer <cem@FreeBSD.org> | 2020-03-08 19:44:41 +0000 |
commit | 01b2b9b6d686bc18bef1de49a5bf1bc05ebdb09d (patch) | |
tree | fddb8430ac8db17b2895d797431b5dd7b48af59b /www/chromium/files/patch-components_crash_content_app_BUILD.gn | |
parent | graphics/mesa-libs: Change default to use DRI3 (diff) |
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
Diffstat (limited to 'www/chromium/files/patch-components_crash_content_app_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-components_crash_content_app_BUILD.gn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-components_crash_content_app_BUILD.gn b/www/chromium/files/patch-components_crash_content_app_BUILD.gn index c712bfc0472d..459a1fefae4b 100644 --- a/www/chromium/files/patch-components_crash_content_app_BUILD.gn +++ b/www/chromium/files/patch-components_crash_content_app_BUILD.gn @@ -1,6 +1,6 @@ ---- components/crash/content/app/BUILD.gn.orig 2019-12-16 21:51:25 UTC +--- components/crash/content/app/BUILD.gn.orig 2020-03-03 18:53:53 UTC +++ components/crash/content/app/BUILD.gn -@@ -51,17 +51,20 @@ static_library("app") { +@@ -53,17 +53,20 @@ static_library("app") { "crashpad_win.cc", ] @@ -23,7 +23,7 @@ defines = [ "CRASH_IMPLEMENTATION" ] -@@ -73,7 +76,7 @@ static_library("app") { +@@ -75,7 +78,7 @@ static_library("app") { "//build:branding_buildflags", ] @@ -32,7 +32,7 @@ deps += [ "//third_party/crashpad/crashpad/client", "//third_party/crashpad/crashpad/util", -@@ -99,7 +102,7 @@ static_library("app") { +@@ -101,7 +104,7 @@ static_library("app") { ] } @@ -41,7 +41,7 @@ deps += [ "//third_party/breakpad:client" ] } -@@ -130,7 +133,7 @@ static_library("app") { +@@ -132,7 +135,7 @@ static_library("app") { libs = [ "log" ] } |