diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2024-05-22 13:21:19 +0200 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2024-05-22 15:26:15 +0200 |
commit | 6acad34cb2bc3b858f64724620fd3c11b2a602f3 (patch) | |
tree | ca0e544bd8c20e18a69c323ca6b43eaa8923ab56 /www/chromium/files/patch-sandbox_policy_features.h | |
parent | security/vuxml: add www/*chromium < 125.0.6422.76 (diff) |
www/chromium: update to 125.0.6422.76 and implement selectable audio backend support
with these changes, chromium now automatically selects which
audio backend to use in the following order:
pulse (if running) -> sndio -> alsa -> fake
an additional command line option has been also implemented so
that the user can force which backend to use:
--audio-backend={auto,sndio,pulse,alsa}
Security: https://vuxml.freebsd.org/freebsd/8247af0d-183b-11ef-9f97-a8a1599412c6.html
PR: 246449
Diffstat (limited to 'www/chromium/files/patch-sandbox_policy_features.h')
-rw-r--r-- | www/chromium/files/patch-sandbox_policy_features.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/files/patch-sandbox_policy_features.h b/www/chromium/files/patch-sandbox_policy_features.h index a78f4fa38587..769b8cb9ff73 100644 --- a/www/chromium/files/patch-sandbox_policy_features.h +++ b/www/chromium/files/patch-sandbox_policy_features.h @@ -1,6 +1,6 @@ ---- sandbox/policy/features.h.orig 2024-04-19 13:02:56 UTC +--- sandbox/policy/features.h.orig 2024-05-21 18:07:39 UTC +++ sandbox/policy/features.h -@@ -43,7 +43,7 @@ SANDBOX_POLICY_EXPORT BASE_DECLARE_FEATURE(kSpectreVar +@@ -44,7 +44,7 @@ SANDBOX_POLICY_EXPORT BASE_DECLARE_FEATURE(kSpectreVar SANDBOX_POLICY_EXPORT BASE_DECLARE_FEATURE(kForceSpectreVariant2Mitigation); #endif // BUILDFLAG(IS_CHROMEOS_ASH) |