From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][walnascar 00/15] Patch review
Date: Thu, 21 Aug 2025 08:39:41 -0700 [thread overview]
Message-ID: <cover.1755790385.git.steve@sakoman.com> (raw)
Please review this set of changes for walnascar and have comments back by
end of day Monday, August 25
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/2244
The following changes since commit 347cb0861dde58613541ce692778f907943a60ea:
build-appliance-image: Update to walnascar head revision (2025-08-15 09:08:50 -0700)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/walnascar-nut
https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/walnascar-nut
Harish Sadineni (1):
binutils: Fix gprofng broken symbolic link with gp-*
Markus Volk (1):
glib-2.0: update 2.84.0 -> 2.84.1
Martin Jansa (2):
pkgconfig: fix build with gcc-15
bash: use -std=gnu17 also for native CFLAGS
Patryk Seregiet (1):
linux-firmware: fix FILES to drop RDEPENDS on full package
Peter Marko (3):
glib-2.0: update 2.84.2 -> 2.84.4
glib-2.0: patch CVE-2025-6052
go: upgrade 1.24.5 -> 1.24.6
Praveen Kumar (1):
glib-2.0: update 2.84.1 -> 2.84.2
Soumya Sambu (6):
elfutils: Fix CVE-2025-1352
elfutils: Fix CVE-2025-1365
elfutils: Fix CVE-2025-1371
elfutils: Fix CVE-2025-1372
elfutils: Fix CVE-2025-1376
elfutils: Fix CVE-2025-1377
...on-Run-atomics-test-on-clang-as-well.patch | 2 +-
...ot-enable-pidfd-features-on-native-g.patch | 2 +-
.../glib-2.0/files/CVE-2025-6052-1.patch | 97 +++++++++++
.../glib-2.0/files/CVE-2025-6052-2.patch | 35 ++++
...664e6f1a29e0d5f301979f6d168b08435a61.patch | 75 ---------
...l_2.84.0.bb => glib-2.0-initial_2.84.4.bb} | 0
...{glib-2.0_2.84.0.bb => glib-2.0_2.84.4.bb} | 0
meta/recipes-core/glib-2.0/glib.inc | 7 +-
.../binutils/binutils-2.44.inc | 1 +
.../0020-Fix-for-borken-symlinks.patch | 62 +++++++
.../elfutils/elfutils_0.192.bb | 6 +
.../elfutils/files/CVE-2025-1352.patch | 154 ++++++++++++++++++
.../elfutils/files/CVE-2025-1365.patch | 152 +++++++++++++++++
.../elfutils/files/CVE-2025-1371.patch | 41 +++++
.../elfutils/files/CVE-2025-1372.patch | 51 ++++++
.../elfutils/files/CVE-2025-1376.patch | 57 +++++++
.../elfutils/files/CVE-2025-1377.patch | 68 ++++++++
.../go/{go-1.24.5.inc => go-1.24.6.inc} | 2 +-
...e_1.24.5.bb => go-binary-native_1.24.6.bb} | 6 +-
..._1.24.5.bb => go-cross-canadian_1.24.6.bb} | 0
...{go-cross_1.24.5.bb => go-cross_1.24.6.bb} | 0
...osssdk_1.24.5.bb => go-crosssdk_1.24.6.bb} | 0
...runtime_1.24.5.bb => go-runtime_1.24.6.bb} | 0
.../go/{go_1.24.5.bb => go_1.24.6.bb} | 0
...0001-Do-not-use-bool-as-a-field-name.patch | 36 ++++
.../pkgconfig/pkgconfig_git.bb | 1 +
meta/recipes-extended/bash/bash_5.2.37.bb | 3 +
.../linux-firmware/linux-firmware_20250311.bb | 6 +-
28 files changed, 779 insertions(+), 85 deletions(-)
create mode 100644 meta/recipes-core/glib-2.0/files/CVE-2025-6052-1.patch
create mode 100644 meta/recipes-core/glib-2.0/files/CVE-2025-6052-2.patch
delete mode 100644 meta/recipes-core/glib-2.0/files/aee0664e6f1a29e0d5f301979f6d168b08435a61.patch
rename meta/recipes-core/glib-2.0/{glib-2.0-initial_2.84.0.bb => glib-2.0-initial_2.84.4.bb} (100%)
rename meta/recipes-core/glib-2.0/{glib-2.0_2.84.0.bb => glib-2.0_2.84.4.bb} (100%)
create mode 100644 meta/recipes-devtools/binutils/binutils/0020-Fix-for-borken-symlinks.patch
create mode 100644 meta/recipes-devtools/elfutils/files/CVE-2025-1352.patch
create mode 100644 meta/recipes-devtools/elfutils/files/CVE-2025-1365.patch
create mode 100644 meta/recipes-devtools/elfutils/files/CVE-2025-1371.patch
create mode 100644 meta/recipes-devtools/elfutils/files/CVE-2025-1372.patch
create mode 100644 meta/recipes-devtools/elfutils/files/CVE-2025-1376.patch
create mode 100644 meta/recipes-devtools/elfutils/files/CVE-2025-1377.patch
rename meta/recipes-devtools/go/{go-1.24.5.inc => go-1.24.6.inc} (91%)
rename meta/recipes-devtools/go/{go-binary-native_1.24.5.bb => go-binary-native_1.24.6.bb} (79%)
rename meta/recipes-devtools/go/{go-cross-canadian_1.24.5.bb => go-cross-canadian_1.24.6.bb} (100%)
rename meta/recipes-devtools/go/{go-cross_1.24.5.bb => go-cross_1.24.6.bb} (100%)
rename meta/recipes-devtools/go/{go-crosssdk_1.24.5.bb => go-crosssdk_1.24.6.bb} (100%)
rename meta/recipes-devtools/go/{go-runtime_1.24.5.bb => go-runtime_1.24.6.bb} (100%)
rename meta/recipes-devtools/go/{go_1.24.5.bb => go_1.24.6.bb} (100%)
create mode 100644 meta/recipes-devtools/pkgconfig/pkgconfig/0001-Do-not-use-bool-as-a-field-name.patch
--
2.43.0
next reply other threads:[~2025-08-21 15:40 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-21 15:39 Steve Sakoman [this message]
2025-08-21 15:39 ` [OE-core][walnascar 01/15] elfutils: Fix CVE-2025-1352 Steve Sakoman
2025-08-21 15:39 ` [OE-core][walnascar 02/15] elfutils: Fix CVE-2025-1365 Steve Sakoman
2025-08-21 15:39 ` [OE-core][walnascar 03/15] elfutils: Fix CVE-2025-1371 Steve Sakoman
2025-08-21 15:39 ` [OE-core][walnascar 04/15] elfutils: Fix CVE-2025-1372 Steve Sakoman
2025-08-21 15:39 ` [OE-core][walnascar 05/15] elfutils: Fix CVE-2025-1376 Steve Sakoman
2025-08-21 15:39 ` [OE-core][walnascar 06/15] elfutils: Fix CVE-2025-1377 Steve Sakoman
2025-08-21 15:39 ` [OE-core][walnascar 07/15] glib-2.0: update 2.84.0 -> 2.84.1 Steve Sakoman
2025-08-21 15:39 ` [OE-core][walnascar 08/15] glib-2.0: update 2.84.1 -> 2.84.2 Steve Sakoman
2025-08-21 15:39 ` [OE-core][walnascar 09/15] glib-2.0: update 2.84.2 -> 2.84.4 Steve Sakoman
2025-08-21 15:39 ` [OE-core][walnascar 10/15] glib-2.0: patch CVE-2025-6052 Steve Sakoman
2025-08-21 15:39 ` [OE-core][walnascar 11/15] go: upgrade 1.24.5 -> 1.24.6 Steve Sakoman
2025-08-21 15:39 ` [OE-core][walnascar 12/15] binutils: Fix gprofng broken symbolic link with gp-* Steve Sakoman
2025-08-21 15:39 ` [OE-core][walnascar 13/15] pkgconfig: fix build with gcc-15 Steve Sakoman
2025-08-21 15:39 ` [OE-core][walnascar 14/15] bash: use -std=gnu17 also for native CFLAGS Steve Sakoman
2025-08-21 15:39 ` [OE-core][walnascar 15/15] linux-firmware: fix FILES to drop RDEPENDS on full package Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2025-07-14 16:22 [OE-core][walnascar 00/15] Patch review 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.1755790385.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