summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchana Polampalli <archana.polampalli@windriver.com>2025-09-18 16:26:28 +0530
committerSteve Sakoman <steve@sakoman.com>2025-09-25 12:25:51 -0700
commit08ab8055fbc812b89f21eb4a00dc68363bbe5051 (patch)
tree093fcd79230af85c60290cfe044a9a6dc55d9022
parent4e13752934447f5015a21dfc1699ddd33e907bd1 (diff)
downloadpoky-08ab8055fbc812b89f21eb4a00dc68363bbe5051.tar.gz
ffmpeg: upgrade 7.1.1 -> 7.1.2
Fixes CVE-2025-7700 Changelog: https://github.com/FFmpeg/FFmpeg/blob/n7.1.2/Changelog (From OE-Core rev: b564d34603753e93fdd52fc73c901a0d423c9681) Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-multimedia/ffmpeg/ffmpeg_7.1.2.bb (renamed from meta/recipes-multimedia/ffmpeg/ffmpeg_7.1.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_7.1.1.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_7.1.2.bb
index d5252bfbdd..1c49bb1fc3 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_7.1.1.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_7.1.2.bb
@@ -26,7 +26,7 @@ SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \
26 file://CVE-2025-22921.patch \ 26 file://CVE-2025-22921.patch \
27 " 27 "
28 28
29SRC_URI[sha256sum] = "733984395e0dbbe5c046abda2dc49a5544e7e0e1e2366bba849222ae9e3a03b1" 29SRC_URI[sha256sum] = "089bc60fb59d6aecc5d994ff530fd0dcb3ee39aa55867849a2bbc4e555f9c304"
30 30
31# https://nvd.nist.gov/vuln/detail/CVE-2023-39018 31# https://nvd.nist.gov/vuln/detail/CVE-2023-39018
32# https://github.com/bramp/ffmpeg-cli-wrapper/issues/291 32# https://github.com/bramp/ffmpeg-cli-wrapper/issues/291