- Various fixes for out-of-bounds accesses, buffer overflows, integer overflows, SIGFPE, use-after-free/double-free and NULL-deref issues.
- Input validation and robustness improvements. - Correctness and functional fixes. - Compatibility with NVIDIA Video Codec SDK 13.1. For more details, see: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/refs/heads/release/8.1:/Changelog Also, add a link to the submitted patch. Signed-off-by: Paul Barker <[email protected]> --- ...002-ffbuild-common.mak-ensure-target-directories-are-cre.patch | 8 +++++--- .../ffmpeg/{ffmpeg_8.1.1.bb => ffmpeg_8.1.2.bb} | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg/0002-ffbuild-common.mak-ensure-target-directories-are-cre.patch b/meta/recipes-multimedia/ffmpeg/ffmpeg/0002-ffbuild-common.mak-ensure-target-directories-are-cre.patch index 2e26078f0f51..8874c2a48f83 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg/0002-ffbuild-common.mak-ensure-target-directories-are-cre.patch +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg/0002-ffbuild-common.mak-ensure-target-directories-are-cre.patch @@ -1,4 +1,4 @@ -From 6cd4855ea3dd62e6eb36c0796f8cd7bd4aaae05c Mon Sep 17 00:00:00 2001 +From 894c92ca133c5f1532a4ae155ae8f4d2c6da3c9a Mon Sep 17 00:00:00 2001 From: Alexander Kanavin <[email protected]> Date: Thu, 11 Dec 2025 19:55:46 +0100 Subject: [PATCH] ffbuild/common.mak: ensure target directories are created @@ -20,14 +20,16 @@ than add a Makefile dependency, I've injected the dir creation directly in front of commands that can otherwise fail - a proper fix would probably add the rule rather. -Upstream-Status: Submitted [by email to [email protected],[email protected],[email protected]] +Upstream-Status: Submitted + [by email to [email protected],[email protected],[email protected], + https://lists.ffmpeg.org/archives/list/[email protected]/message/6QKXQGZKGDNDQXH2XO5IO4LAQKVHHWZG/ ] Signed-off-by: Alexander Kanavin <[email protected]> --- ffbuild/common.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ffbuild/common.mak b/ffbuild/common.mak -index 0a60d01..346bb0a 100644 +index 06d6f39..52a9a20 100644 --- a/ffbuild/common.mak +++ b/ffbuild/common.mak @@ -126,8 +126,8 @@ $(BIN2CEXE): ffbuild/bin2c_host.o diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_8.1.1.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_8.1.2.bb similarity index 99% rename from meta/recipes-multimedia/ffmpeg/ffmpeg_8.1.1.bb rename to meta/recipes-multimedia/ffmpeg/ffmpeg_8.1.2.bb index 0aa8c6e8e186..38eccbf2adbd 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_8.1.1.bb +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_8.1.2.bb @@ -26,7 +26,7 @@ SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \ file://0002-ffbuild-common.mak-ensure-target-directories-are-cre.patch \ " -SRC_URI[sha256sum] = "b6863adde98898f42602017462871b5f6333e65aec803fdd7a6308639c52edf3" +SRC_URI[sha256sum] = "464beb5e7bf0c311e68b45ae2f04e9cc2af88851abb4082231742a74d97b524c" # Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 ARM_INSTRUCTION_SET:armv4 = "arm" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#239189): https://lists.openembedded.org/g/openembedded-core/message/239189 Mute This Topic: https://lists.openembedded.org/mt/119888316/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
