From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][scarthgap 00/14] Patch review
Date: Tue, 11 Feb 2025 12:08:59 -0800 [thread overview]
Message-ID: <cover.1739304425.git.steve@sakoman.com> (raw)
Please review this set of changes for scarthgap and have comments back by
end of day Thursday, February 13
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/997
The following changes since commit 72156282059aa5a013a386eb95f89dc38726326e:
selftest/rust: correctly form the PATH environment variable (2025-02-07 06:29:37 -0800)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/scarthgap-nut
https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/scarthgap-nut
Archana Polampalli (8):
ffmpeg: fix CVE-2024-35365
ffmpeg: fix CVE-2024-36613
ffmpeg: fix CVE-2024-36616
ffmpeg: fix CVE-2024-36617
ffmpeg: fix CVE-2024-36618
ffmpeg: fix CVE-2024-36619
ffmpeg: fix CVE-2024-35369
gstreamer1.0-rtsp-server: fix CVE-2024-44331
Bruce Ashfield (1):
linux-yocto/6.6: update to v6.6.75
Khem Raj (1):
qemu: Do not define sched_attr with glibc >= 2.41
Marek Vasut (1):
base-files: Drop /bin/sh dependency
Peter Marko (3):
python3: upgrade 3.12.8 -> 3.12.9
go: upgrade 1.22.11 -> 1.22.12
cmake: apply parallel build settings to ptest tasks
meta/classes-recipe/cmake.bbclass | 2 +
.../base-files/base-files_3.0.14.bb | 23 -------
.../go/{go-1.22.11.inc => go-1.22.12.inc} | 2 +-
...1.22.11.bb => go-binary-native_1.22.12.bb} | 6 +-
....22.11.bb => go-cross-canadian_1.22.12.bb} | 0
...o-cross_1.22.11.bb => go-cross_1.22.12.bb} | 0
...ssdk_1.22.11.bb => go-crosssdk_1.22.12.bb} | 0
...ntime_1.22.11.bb => go-runtime_1.22.12.bb} | 0
.../go/{go_1.22.11.bb => go_1.22.12.bb} | 0
...shebang-overflow-on-python-config.py.patch | 2 +-
...sts-due-to-load-variability-on-YP-AB.patch | 4 +-
...001-ctypes-correct-gcc-check-in-test.patch | 53 ++++++++++++++++
...asename-to-replace-CC-for-checking-c.patch | 10 +--
...t_readline-skip-limited-history-test.patch | 4 +-
...up.py-do-not-add-a-curses-include-pa.patch | 2 +-
.../python/python3/makerace.patch | 2 +-
.../{python3_3.12.8.bb => python3_3.12.9.bb} | 3 +-
meta/recipes-devtools/qemu/qemu.inc | 1 +
...ed_attr-Do-not-define-for-glibc-2.41.patch | 47 ++++++++++++++
.../linux/linux-yocto-rt_6.6.bb | 6 +-
.../linux/linux-yocto-tiny_6.6.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto_6.6.bb | 28 ++++-----
.../ffmpeg/ffmpeg/CVE-2024-35365.patch | 62 +++++++++++++++++++
.../ffmpeg/ffmpeg/CVE-2024-35369.patch | 37 +++++++++++
.../ffmpeg/ffmpeg/CVE-2024-36613.patch | 37 +++++++++++
.../ffmpeg/ffmpeg/CVE-2024-36616.patch | 35 +++++++++++
.../ffmpeg/ffmpeg/CVE-2024-36617.patch | 36 +++++++++++
.../ffmpeg/ffmpeg/CVE-2024-36618.patch | 36 +++++++++++
.../ffmpeg/ffmpeg/CVE-2024-36619.patch | 36 +++++++++++
.../recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb | 7 +++
.../CVE-2024-44331.patch | 44 +++++++++++++
.../gstreamer1.0-rtsp-server_1.22.12.bb | 4 +-
32 files changed, 474 insertions(+), 61 deletions(-)
rename meta/recipes-devtools/go/{go-1.22.11.inc => go-1.22.12.inc} (89%)
rename meta/recipes-devtools/go/{go-binary-native_1.22.11.bb => go-binary-native_1.22.12.bb} (78%)
rename meta/recipes-devtools/go/{go-cross-canadian_1.22.11.bb => go-cross-canadian_1.22.12.bb} (100%)
rename meta/recipes-devtools/go/{go-cross_1.22.11.bb => go-cross_1.22.12.bb} (100%)
rename meta/recipes-devtools/go/{go-crosssdk_1.22.11.bb => go-crosssdk_1.22.12.bb} (100%)
rename meta/recipes-devtools/go/{go-runtime_1.22.11.bb => go-runtime_1.22.12.bb} (100%)
rename meta/recipes-devtools/go/{go_1.22.11.bb => go_1.22.12.bb} (100%)
create mode 100644 meta/recipes-devtools/python/python3/0001-ctypes-correct-gcc-check-in-test.patch
rename meta/recipes-devtools/python/{python3_3.12.8.bb => python3_3.12.9.bb} (99%)
create mode 100644 meta/recipes-devtools/qemu/qemu/0001-sched_attr-Do-not-define-for-glibc-2.41.patch
create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2024-35365.patch
create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2024-35369.patch
create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2024-36613.patch
create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2024-36616.patch
create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2024-36617.patch
create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2024-36618.patch
create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2024-36619.patch
create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server/CVE-2024-44331.patch
--
2.43.0
next reply other threads:[~2025-02-11 20:09 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-11 20:08 Steve Sakoman [this message]
2025-02-11 20:09 ` [OE-core][scarthgap 01/14] ffmpeg: fix CVE-2024-35365 Steve Sakoman
2025-02-11 20:09 ` [OE-core][scarthgap 02/14] ffmpeg: fix CVE-2024-36613 Steve Sakoman
2025-02-11 20:09 ` [OE-core][scarthgap 03/14] ffmpeg: fix CVE-2024-36616 Steve Sakoman
2025-02-11 20:09 ` [OE-core][scarthgap 04/14] ffmpeg: fix CVE-2024-36617 Steve Sakoman
2025-02-11 20:09 ` [OE-core][scarthgap 05/14] ffmpeg: fix CVE-2024-36618 Steve Sakoman
2025-02-11 20:09 ` [OE-core][scarthgap 06/14] ffmpeg: fix CVE-2024-36619 Steve Sakoman
2025-02-11 20:09 ` [OE-core][scarthgap 07/14] ffmpeg: fix CVE-2024-35369 Steve Sakoman
2025-02-11 20:09 ` [OE-core][scarthgap 08/14] gstreamer1.0-rtsp-server: fix CVE-2024-44331 Steve Sakoman
2025-02-11 20:09 ` [OE-core][scarthgap 09/14] python3: upgrade 3.12.8 -> 3.12.9 Steve Sakoman
2025-02-11 20:21 ` Patchtest results for " patchtest
2025-02-11 20:09 ` [OE-core][scarthgap 10/14] linux-yocto/6.6: update to v6.6.75 Steve Sakoman
2025-02-11 20:09 ` [OE-core][scarthgap 11/14] go: upgrade 1.22.11 -> 1.22.12 Steve Sakoman
2025-02-11 20:09 ` [OE-core][scarthgap 12/14] cmake: apply parallel build settings to ptest tasks Steve Sakoman
2025-02-11 20:09 ` [OE-core][scarthgap 13/14] qemu: Do not define sched_attr with glibc >= 2.41 Steve Sakoman
2025-02-11 20:09 ` [OE-core][scarthgap 14/14] base-files: Drop /bin/sh dependency Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2025-05-30 21:21 [OE-core][scarthgap 00/14] Patch review Steve Sakoman
2025-04-23 13:20 Steve Sakoman
2025-01-22 3:02 Steve Sakoman
2024-09-04 21:32 Steve Sakoman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1739304425.git.steve@sakoman.com \
--to=steve@sakoman.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox