SHA256
2
1
forked from pool/ffmpeg-7

Add bugID recored in n7.1.1 log. With this, maintiance team will allow to submit Factory source to SLE. Avoid bug fix lost. Also fix some old grammar typos. #16

Merged
jengelh merged 1 commits from qzhao/ffmpeg-7:master into master 2025-04-16 10:35:10 +02:00

View File

@@ -17,6 +17,13 @@ Tue Apr 1 23:38:08 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
in fragments as key frames in fragments as key frames
* avcodec/libx265: resolve build failure for * avcodec/libx265: resolve build failure for
libx265.so.n, n >= 213 libx265.so.n, n >= 213
* avfilter/buffersrc: check for valid sample rate.
(CVE-2025-22919, bsc#1237371)
* avfilter/af_pan: Fix sscanf() use.
(CVE-2025-0518, bsc#1236007)
* avformat/iamf_parse: add missing constrains for num_parameters
in audio_element_oub().
(CVE-2025-1816, bsc#1238728)
- Delete ffmpeg-7-CVE-2025-22919.patch, - Delete ffmpeg-7-CVE-2025-22919.patch,
ffmpeg-7-CVE-2025-0518.patch, ffmpeg-7-CVE-2025-1816.patch ffmpeg-7-CVE-2025-0518.patch, ffmpeg-7-CVE-2025-1816.patch
(merged) (merged)
@@ -35,7 +42,7 @@ Sun Mar 23 23:21:26 UTC 2025 - Mia Herkt <mia@0x0.st>
Fri Mar 21 15:28:30 UTC 2025 - Cliff Zhao <qzhao@suse.com> Fri Mar 21 15:28:30 UTC 2025 - Cliff Zhao <qzhao@suse.com>
- Add ffmpeg-7-CVE-2025-1816.patch: - Add ffmpeg-7-CVE-2025-1816.patch:
Backporting 0526535c from upstream, add missing constrains for Backport 0526535c from upstream, add missing constrains for
num_parameters in audio_element_oub(). num_parameters in audio_element_oub().
(CVE-2025-1816, bsc#1238728) (CVE-2025-1816, bsc#1238728)
@@ -54,7 +61,7 @@ Wed Mar 5 09:46:09 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
Fri Feb 19 05:17:22 UTC 2025 - Cliff Zhao <qzhao@suse.com> Fri Feb 19 05:17:22 UTC 2025 - Cliff Zhao <qzhao@suse.com>
- Add ffmpeg-7-CVE-2025-22921.patch: - Add ffmpeg-7-CVE-2025-22921.patch:
Backporting 7f9c7f98 from upstream, clear array length when Backport 7f9c7f98 from upstream, clear array length when
freeing it. freeing it.
(CVE-2025-22921, bsc#1237382) (CVE-2025-22921, bsc#1237382)
@@ -62,7 +69,7 @@ Fri Feb 19 05:17:22 UTC 2025 - Cliff Zhao <qzhao@suse.com>
Fri Feb 19 04:27:06 UTC 2025 - Cliff Zhao <qzhao@suse.com> Fri Feb 19 04:27:06 UTC 2025 - Cliff Zhao <qzhao@suse.com>
- Add ffmpeg-7-CVE-2025-25473.patch: - Add ffmpeg-7-CVE-2025-25473.patch:
Backporting c08d3004 from upstream, clear FFFormatContext packet. Backport c08d3004 from upstream, clear FFFormatContext packet.
When packet_buffer is used in mux.c, and if a muxing process fails When packet_buffer is used in mux.c, and if a muxing process fails
at a point where packets remained in said queue. at a point where packets remained in said queue.
(CVE-2025-25473, bsc#1237351) (CVE-2025-25473, bsc#1237351)
@@ -71,7 +78,7 @@ Fri Feb 19 04:27:06 UTC 2025 - Cliff Zhao <qzhao@suse.com>
Fri Feb 19 03:18:02 UTC 2025 - Cliff Zhao <qzhao@suse.com> Fri Feb 19 03:18:02 UTC 2025 - Cliff Zhao <qzhao@suse.com>
- Add ffmpeg-7-CVE-2025-0518.patch: - Add ffmpeg-7-CVE-2025-0518.patch:
Backporting b5b6391d from upstream, fixes memory data leak when Backport b5b6391d from upstream, fixes memory data leak when
use sscanf(). use sscanf().
(CVE-2025-0518, bsc#1236007) (CVE-2025-0518, bsc#1236007)
@@ -79,7 +86,7 @@ Fri Feb 19 03:18:02 UTC 2025 - Cliff Zhao <qzhao@suse.com>
Fri Feb 19 02:58:01 UTC 2025 - Cliff Zhao <qzhao@suse.com> Fri Feb 19 02:58:01 UTC 2025 - Cliff Zhao <qzhao@suse.com>
- Add ffmpeg-7-CVE-2025-22919.patch: - Add ffmpeg-7-CVE-2025-22919.patch:
Backporting 1446e37d from upstream, check for valid sample rate Backport 1446e37d from upstream, check for valid sample rate
As the sample rate <= 0 is invalid. As the sample rate <= 0 is invalid.
(CVE-2025-22919, bsc#1237371) (CVE-2025-22919, bsc#1237371)
@@ -185,14 +192,14 @@ Wed Aug 7 07:37:24 UTC 2024 - Cliff Zhao <qzhao@suse.com>
Sat Aug 3 08:52:26 UTC 2024 - Cliff Zhao <qzhao@suse.com> Sat Aug 3 08:52:26 UTC 2024 - Cliff Zhao <qzhao@suse.com>
- Add ffmpeg-7-fix-crashes.patch: - Add ffmpeg-7-fix-crashes.patch:
Backporting 5b87869c from upstream, fix track handling when mixing Backport 5b87869c from upstream, fix track handling when mixing
IAMF and video tracks, Fixes crashes when muxing the two together. IAMF and video tracks, Fixes crashes when muxing the two together.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 5 14:18:52 UTC 2024 - Cliff Zhao <qzhao@suse.com> Tue Jul 5 14:18:52 UTC 2024 - Cliff Zhao <qzhao@suse.com>
- Add ffmpeg-7-CVE-2024-32229.patch: - Add ffmpeg-7-CVE-2024-32229.patch:
Backporting a528a54e from upstream, Fix buffer offset for yuv422p Backport a528a54e from upstream, Fix buffer offset for yuv422p
input. input.
(CVE-2024-32229, bsc#1227295) (CVE-2024-32229, bsc#1227295)
@@ -200,14 +207,14 @@ Tue Jul 5 14:18:52 UTC 2024 - Cliff Zhao <qzhao@suse.com>
Tue Jul 2 12:26:28 UTC 2024 - Cliff Zhao <qzhao@suse.com> Tue Jul 2 12:26:28 UTC 2024 - Cliff Zhao <qzhao@suse.com>
- Add ffmpeg-7-CVE-2024-32230.patch: - Add ffmpeg-7-CVE-2024-32230.patch:
Backporting 96449cfe from upstream, Fix 1 line and one column images. Backport 96449cfe from upstream, Fix 1 line and one column images.
(CVE-2024-32230, bsc#1227296) (CVE-2024-32230, bsc#1227296)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 2 11:57:01 UTC 2024 - Cliff Zhao <qzhao@suse.com> Tue Jul 2 11:57:01 UTC 2024 - Cliff Zhao <qzhao@suse.com>
- Add ffmpeg-7-CVE-2024-32228.patch: - Add ffmpeg-7-CVE-2024-32228.patch:
Backporting 45964876 from upstream, Fix segfault on invalid film Backport 45964876 from upstream, Fix segfault on invalid film
grain metadata. grain metadata.
(CVE-2024-32228, bsc#1227277) (CVE-2024-32228, bsc#1227277)