8d549ff22f
https://www.mozilla.org/en-US/firefox/127.0/releasenotes MFSA 2024-25 (bsc#1226027) * CVE-2024-5687 (bmo#1889066) An incorrect principal could have been used when opening new tabs * CVE-2024-5688 (bmo#1895086) Use-after-free in JavaScript object transplant * CVE-2024-5689 (bmo#1389707) User confusion and possible phishing vector via Firefox Screenshots * CVE-2024-5690 (bmo#1883693) External protocol handlers leaked by timing attack * CVE-2024-5691 (bmo#1888695) Sandboxed iframes were able to bypass sandbox restrictions to open a new window * CVE-2024-5692 (bmo#1837514, bmo#1891234) Bypass of file name restrictions during saving * CVE-2024-5693 (bmo#1891319) Cross-Origin Image leak via Offscreen Canvas * CVE-2024-5694 (bmo#1895055) Use-after-free in JavaScript Strings * CVE-2024-5695 (bmo#1895579) Memory Corruption using allocation using out-of-memory conditions * CVE-2024-5696 (bmo#1896555) Memory Corruption in Text Fragments * CVE-2024-5697 (bmo#1414937) Website was able to detect when Firefox was taking a screenshot of them * CVE-2024-5698 (bmo#1828259) Data-list could have overlaid address bar * CVE-2024-5699 (bmo#1891349) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=1155
26 lines
896 B
Diff
26 lines
896 B
Diff
# HG changeset patch
|
|
# Parent fdc16b43f28c2e974929ca702563aaac52799654
|
|
|
|
diff --git a/dom/media/platforms/ffmpeg/FFmpegRuntimeLinker.cpp b/dom/media/platforms/ffmpeg/FFmpegRuntimeLinker.cpp
|
|
--- a/dom/media/platforms/ffmpeg/FFmpegRuntimeLinker.cpp
|
|
+++ b/dom/media/platforms/ffmpeg/FFmpegRuntimeLinker.cpp
|
|
@@ -44,16 +44,18 @@ static const char* sLibs[] = {
|
|
"libavcodec.53.dylib",
|
|
#elif defined(XP_OPENBSD)
|
|
"libavcodec.so", // OpenBSD hardly controls the major/minor library version
|
|
// of ffmpeg and update it regulary on ABI/API changes
|
|
#else
|
|
"libavcodec.so.61",
|
|
"libavcodec.so.60",
|
|
"libavcodec.so.59",
|
|
+ "libavcodec.so.58.134",
|
|
+ "libavcodec.so.58.91",
|
|
"libavcodec.so.58",
|
|
"libavcodec-ffmpeg.so.58",
|
|
"libavcodec-ffmpeg.so.57",
|
|
"libavcodec-ffmpeg.so.56",
|
|
"libavcodec.so.57",
|
|
"libavcodec.so.56",
|
|
"libavcodec.so.55",
|
|
"libavcodec.so.54",
|