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_metrics_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
Notes
Notes:
svn path=/head/; revision=528072
Diffstat (limited to 'www/chromium/files/patch-components_metrics_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-components_metrics_BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-components_metrics_BUILD.gn b/www/chromium/files/patch-components_metrics_BUILD.gn index 73a47e245f55..153d83f87b2b 100644 --- a/www/chromium/files/patch-components_metrics_BUILD.gn +++ b/www/chromium/files/patch-components_metrics_BUILD.gn @@ -1,6 +1,6 @@ ---- components/metrics/BUILD.gn.orig 2019-12-16 21:51:25 UTC +--- components/metrics/BUILD.gn.orig 2020-03-03 18:53:53 UTC +++ components/metrics/BUILD.gn -@@ -165,6 +165,11 @@ jumbo_static_library("metrics") { +@@ -171,6 +171,11 @@ jumbo_static_library("metrics") { if (is_fuchsia) { sources += [ "drive_metrics_provider_fuchsia.cc" ] } @@ -11,4 +11,4 @@ + } - # The component metrics provider is a separate target because it depends upon + if (is_android) { |