d53c49e081
* Large virtual folders could be very slow * Message could disappear after moving from IMAP folder followed by Undo and Redo * XMPP chat did not display messages sent inside a CDATA element * Selected calendar day did not move forward at midnight * Today pane agenda sometimes scrolled for no apparent reason * CalDAV calendars without offline support could degrade start-up performance * Visual and UX improvements MFSA 2024-69 * CVE-2024-50336 (bmo#1929264) matrix-js-sdk has insufficient MXC URI validation which could allow client-side path traversal OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=792
17 lines
610 B
Diff
17 lines
610 B
Diff
# HG changeset patch
|
|
# Parent 60fc1933af9d4f1769025a6f1d9a60db6b899315
|
|
|
|
Index: firefox-127.0/dom/media/platforms/ffmpeg/FFmpegRuntimeLinker.cpp
|
|
===================================================================
|
|
--- firefox-127.0.orig/dom/media/platforms/ffmpeg/FFmpegRuntimeLinker.cpp
|
|
+++ firefox-127.0/dom/media/platforms/ffmpeg/FFmpegRuntimeLinker.cpp
|
|
@@ -49,6 +49,8 @@ static const char* sLibs[] = {
|
|
"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",
|