forked from pool/ungoogled-chromium
- dropped patches: * chromium-disable-GlobalMediaControlsCastStartStop.patch it was applied at the wrong place and the crash is gone - Chromium 129.0.6668.58 (stable released 2024-09-17) (boo#1230678) * CVE-2024-8904: Type Confusion in V8 * CVE-2024-8905: Inappropriate implementation in V8 * CVE-2024-8906: Incorrect security UI in Downloads * CVE-2024-8907: Insufficient data validation in Omnibox * CVE-2024-8908: Inappropriate implementation in Autofill * CVE-2024-8909: Inappropriate implementation in UI - modified patches: * chromium-prop-codecs.patch update context - add to keeplibs: third_party/rapidhash - drop from keeplibs: third_party/libudev dropped upstream third_party/catapult/third_party/html5lib-python dropped upstream - add patches: chromium-129-revert-AVFMT_FLAG_NOH264PARSE.patch (not in our ffmpeg yet) - Chromium 128.0.6613.137 (released 2024-09-10) (boo#1230391) * CVE-2024-8636: Heap buffer overflow in Skia * CVE-2024-8637: Use after free in Media Router * CVE-2024-8638: Type Confusion in V8 * CVE-2024-8639: Use after free in Autofill OBS-URL: https://build.opensuse.org/package/show/network:chromium/ungoogled-chromium?expand=0&rev=94
18 lines
625 B
Diff
18 lines
625 B
Diff
Index: chromium-106.0.5249.91/media/BUILD.gn
|
|
===================================================================
|
|
--- chromium-106.0.5249.91.orig/media/BUILD.gn
|
|
+++ chromium-106.0.5249.91/media/BUILD.gn
|
|
@@ -64,12 +64,6 @@ buildflag_header("media_buildflags") {
|
|
}
|
|
}
|
|
|
|
-if (proprietary_codecs && media_use_ffmpeg) {
|
|
- assert(
|
|
- ffmpeg_branding != "Chromium",
|
|
- "proprietary codecs and ffmpeg_branding set to Chromium are incompatible")
|
|
-}
|
|
-
|
|
# Common configuration for targets in the media directory; these must not be
|
|
# exported since things like USE_NEON have different meanings elsewhere in the
|
|
# code base.
|