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-content_browser_media_media__internals.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/chromium/files/patch-content_browser_media_media__internals.cc') diff --git a/www/chromium/files/patch-content_browser_media_media__internals.cc b/www/chromium/files/patch-content_browser_media_media__internals.cc index 63fc45585ad9..c51ff3e2787d 100644 --- a/www/chromium/files/patch-content_browser_media_media__internals.cc +++ b/www/chromium/files/patch-content_browser_media_media__internals.cc @@ -1,6 +1,6 @@ ---- content/browser/media/media_internals.cc.orig 2019-12-16 21:51:26 UTC +--- content/browser/media/media_internals.cc.orig 2020-03-03 18:53:54 UTC +++ content/browser/media/media_internals.cc -@@ -513,7 +513,7 @@ void MediaInternals::UpdateVideoCaptureDeviceCapabilit +@@ -512,7 +512,7 @@ void MediaInternals::UpdateVideoCaptureDeviceCapabilit device_dict->SetString("id", descriptor.device_id); device_dict->SetString("name", descriptor.GetNameAndModel()); device_dict->Set("formats", std::move(format_list)); -- cgit v1.2.3