From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][styhead 00/25] Patch review
Date: Wed, 12 Mar 2025 12:52:08 -0700 [thread overview]
Message-ID: <cover.1741808973.git.steve@sakoman.com> (raw)
Please review this set of changes for styhead and have comments back by
end of day Friday, March 14
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/1175
The following changes since commit 7adb3079430af789f73550eba2da2495b30e78a4:
tzcode-native: Fix compiler setting from 2023d version (2025-03-06 06:47:57 -0800)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/styhead-nut
https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/styhead-nut
Peter Marko (19):
binutils: patch CVE-2025-0840
grub: drop obsolete CVE statuses
grub: backport strlcpy function
grup: patch CVE-2024-45781
grub: patch CVE-2024-45782 and CVE-2024-56737
grub: patch CVE-2024-45780
grub: patch CVE-2024-45783
grub: patch CVE-2025-0624
grub: patch CVE-2024-45774
grub: patch CVE-2024-45775
grub: patch CVE-2025-0622
grub: patch CVE-2024-45776
grub: patch CVE-2024-45777
grub: patch CVE-2025-0690
grub: patch CVE-2025-1118
grub: patch CVE-2024-45778 and CVE-2024-45779
grub: patch CVE-2025-0677, CVE-2025-0684, CVE-2025-0685, CVE-2025-0686
and CVE-2025-0689
grub: patch CVE-2025-0678 and CVE-2025-1125
xwayland: upgrade 21.1.4 -> 21.1.6
Ross Burton (3):
puzzles: ignore three new CVEs for a different puzzles
xserver-xf86-config: add a configuration fragment to disable screen
blanking
xserver-xf86-config: remove obsolete configuration files
Vijay Anusuri (2):
libtasn1: upgrade 4.19.0 -> 4.20.0
xserver-xorg: upgrade 21.1.15 -> 21.1.16
Wang Mingyu (1):
xserver-xorg: upgrade 21.1.14 -> 21.1.15
.../0001-misc-Implement-grub_strlcpy.patch | 68 ++++
.../grub/files/CVE-2024-45774.patch | 37 ++
.../grub/files/CVE-2024-45775.patch | 38 ++
.../grub/files/CVE-2024-45776.patch | 39 ++
.../grub/files/CVE-2024-45777.patch | 57 +++
.../files/CVE-2024-45778_CVE-2024-45779.patch | 55 +++
.../grub/files/CVE-2024-45780.patch | 93 +++++
.../grub/files/CVE-2024-45781.patch | 35 ++
.../files/CVE-2024-45782_CVE-2024-56737.patch | 36 ++
.../grub/files/CVE-2024-45783.patch | 39 ++
.../grub/files/CVE-2025-0622-01.patch | 35 ++
.../grub/files/CVE-2025-0622-02.patch | 41 ++
.../grub/files/CVE-2025-0622-03.patch | 38 ++
.../grub/files/CVE-2025-0624.patch | 84 ++++
...025-0685_CVE-2025-0686_CVE-2025-0689.patch | 377 ++++++++++++++++++
.../files/CVE-2025-0678_CVE-2025-1125.patch | 87 ++++
.../grub/files/CVE-2025-0690.patch | 73 ++++
.../grub/files/CVE-2025-1118.patch | 37 ++
meta/recipes-bsp/grub/grub2.inc | 21 +-
.../binutils/binutils-2.43.1.inc | 1 +
.../binutils/0016-CVE-2025-0840.patch | 55 +++
.../xserver-xf86-config/qemuall/noblank.conf | 7 +
.../xserver-xf86-config/qemuarm/xorg.conf | 42 --
.../xserver-xf86-config/qemuppc/xorg.conf | 42 --
.../xserver-xf86-config/qemush4/xorg.conf | 42 --
.../xserver-xf86-config/qemux86-64/xorg.conf | 37 --
.../xserver-xf86-config/qemux86/xorg.conf | 37 --
.../xorg-xserver/xserver-xf86-config_0.1.bb | 6 +
...org_21.1.14.bb => xserver-xorg_21.1.16.bb} | 2 +-
...{xwayland_24.1.4.bb => xwayland_24.1.6.bb} | 6 +-
meta/recipes-sato/puzzles/puzzles_git.bb | 3 +
...{libtasn1_4.19.0.bb => libtasn1_4.20.0.bb} | 7 +-
32 files changed, 1368 insertions(+), 209 deletions(-)
create mode 100644 meta/recipes-bsp/grub/files/0001-misc-Implement-grub_strlcpy.patch
create mode 100644 meta/recipes-bsp/grub/files/CVE-2024-45774.patch
create mode 100644 meta/recipes-bsp/grub/files/CVE-2024-45775.patch
create mode 100644 meta/recipes-bsp/grub/files/CVE-2024-45776.patch
create mode 100644 meta/recipes-bsp/grub/files/CVE-2024-45777.patch
create mode 100644 meta/recipes-bsp/grub/files/CVE-2024-45778_CVE-2024-45779.patch
create mode 100644 meta/recipes-bsp/grub/files/CVE-2024-45780.patch
create mode 100644 meta/recipes-bsp/grub/files/CVE-2024-45781.patch
create mode 100644 meta/recipes-bsp/grub/files/CVE-2024-45782_CVE-2024-56737.patch
create mode 100644 meta/recipes-bsp/grub/files/CVE-2024-45783.patch
create mode 100644 meta/recipes-bsp/grub/files/CVE-2025-0622-01.patch
create mode 100644 meta/recipes-bsp/grub/files/CVE-2025-0622-02.patch
create mode 100644 meta/recipes-bsp/grub/files/CVE-2025-0622-03.patch
create mode 100644 meta/recipes-bsp/grub/files/CVE-2025-0624.patch
create mode 100644 meta/recipes-bsp/grub/files/CVE-2025-0677_CVE-2025-0684_CVE-2025-0685_CVE-2025-0686_CVE-2025-0689.patch
create mode 100644 meta/recipes-bsp/grub/files/CVE-2025-0678_CVE-2025-1125.patch
create mode 100644 meta/recipes-bsp/grub/files/CVE-2025-0690.patch
create mode 100644 meta/recipes-bsp/grub/files/CVE-2025-1118.patch
create mode 100644 meta/recipes-devtools/binutils/binutils/0016-CVE-2025-0840.patch
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuall/noblank.conf
delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuarm/xorg.conf
delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuppc/xorg.conf
delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemush4/xorg.conf
delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf
delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_21.1.14.bb => xserver-xorg_21.1.16.bb} (92%)
rename meta/recipes-graphics/xwayland/{xwayland_24.1.4.bb => xwayland_24.1.6.bb} (84%)
rename meta/recipes-support/gnutls/{libtasn1_4.19.0.bb => libtasn1_4.20.0.bb} (63%)
--
2.43.0
next reply other threads:[~2025-03-12 19:52 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-12 19:52 Steve Sakoman [this message]
2025-03-12 19:52 ` [OE-core][styhead 01/25] puzzles: ignore three new CVEs for a different puzzles Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 02/25] binutils: patch CVE-2025-0840 Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 03/25] grub: drop obsolete CVE statuses Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 04/25] grub: backport strlcpy function Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 05/25] grup: patch CVE-2024-45781 Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 06/25] grub: patch CVE-2024-45782 and CVE-2024-56737 Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 07/25] grub: patch CVE-2024-45780 Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 08/25] grub: patch CVE-2024-45783 Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 09/25] grub: patch CVE-2025-0624 Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 10/25] grub: patch CVE-2024-45774 Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 11/25] grub: patch CVE-2024-45775 Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 12/25] grub: patch CVE-2025-0622 Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 13/25] grub: patch CVE-2024-45776 Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 14/25] grub: patch CVE-2024-45777 Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 15/25] grub: patch CVE-2025-0690 Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 16/25] grub: patch CVE-2025-1118 Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 17/25] grub: patch CVE-2024-45778 and CVE-2024-45779 Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 18/25] grub: patch CVE-2025-0677, CVE-2025-0684, CVE-2025-0685, CVE-2025-0686 and CVE-2025-0689 Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 19/25] grub: patch CVE-2025-0678 and CVE-2025-1125 Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 20/25] xwayland: upgrade 21.1.4 -> 21.1.6 Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 21/25] libtasn1: upgrade 4.19.0 -> 4.20.0 Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 22/25] xserver-xorg: upgrade 21.1.14 -> 21.1.15 Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 23/25] xserver-xf86-config: add a configuration fragment to disable screen blanking Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 24/25] xserver-xf86-config: remove obsolete configuration files Steve Sakoman
2025-03-12 19:52 ` [OE-core][styhead 25/25] xserver-xorg: upgrade 21.1.15 -> 21.1.16 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.1741808973.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