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-media_webrtc_webrtc__switches.cc | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'www/chromium/files/patch-media_webrtc_webrtc__switches.cc') diff --git a/www/chromium/files/patch-media_webrtc_webrtc__switches.cc b/www/chromium/files/patch-media_webrtc_webrtc__switches.cc index 3520b131c7aa..fe7ce64aa997 100644 --- a/www/chromium/files/patch-media_webrtc_webrtc__switches.cc +++ b/www/chromium/files/patch-media_webrtc_webrtc__switches.cc @@ -1,6 +1,6 @@ ---- media/webrtc/webrtc_switches.cc.orig 2019-12-17 19:45:42 UTC +--- media/webrtc/webrtc_switches.cc.orig 2020-03-03 18:53:10 UTC +++ media/webrtc/webrtc_switches.cc -@@ -44,7 +44,7 @@ namespace media { +@@ -50,7 +50,7 @@ namespace media { bool IsWebRtcApmInAudioServiceEnabled() { #if defined(OS_WIN) || defined(OS_MACOSX) || \ @@ -9,10 +9,3 @@ return base::FeatureList::IsEnabled(features::kWebRtcApmInAudioService) && !base::CommandLine::ForCurrentProcess()->HasSwitch( switches::kForceDisableWebRtcApmInAudioService); -@@ -53,4 +53,4 @@ bool IsWebRtcApmInAudioServiceEnabled() { - #endif - } - --} // namespace media -\ No newline at end of file -+} // namespace media -- cgit v1.2.3