From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 00/19] Patch review
Date: Tue, 12 Nov 2024 19:15:53 -0800 [thread overview]
Message-ID: <cover.1731467662.git.steve@sakoman.com> (raw)
Please review this set of changes for kirkstone and have comments back by
end of day Thursday, November 14
Passed a-full on autobuilder:
https://valkyrie.yoctoproject.org/#/builders/29/builds/426
The following changes since commit 2e8819c0b9ada2b600aecc40c974a18eb7c0a666:
xmlto: backport a patch to fix build with gcc-14 on host (2024-11-05 14:15:16 -0800)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/kirkstone-nut
https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-nut
Alexandre Belloni (1):
pseudo: Update to pull in fd leak fix
Archana Polampalli (1):
ghostscript: fix CVE-2023-46361
Khem Raj (1):
pseudo: Disable LFS on 32bit arches
Ola x Nilsson (1):
patch.py: Use shlex instead of deprecated pipe
Peter Marko (4):
curl: patch CVE-2024-9681
gstreamer1.0: ignore CVE-2024-0444
expat: patch CVE-2024-50602
glib-2.0: patch regression of CVE-2023-32665
Philip Lorenz (1):
cmake: Fix sporadic issues when determining compiler internals
Richard Purdie (10):
pseudo: Update to pull in linux-libc-headers race fix
pseudo: Switch back to the master branch
pseudo: Update to include logic fix
pseudo: Update to pull in syncfs probe fix
pseudo: Update to pull in gcc14 fix and missing statvfs64 intercept
pseudo: Update to pull in fchmodat fix
pseudo: Update to pull in python 3.12+ fix
pseudo: Fix to work with glibc 2.40
pseudo: Update to include open symlink handling bugfix
pseudo: Fix envp bug and add posix_spawn wrapper
meta/lib/oe/patch.py | 11 ++-
.../expat/expat/CVE-2024-50602-01.patch | 56 ++++++++++++
.../expat/expat/CVE-2024-50602-02.patch | 38 +++++++++
meta/recipes-core/expat/expat_2.5.0.bb | 2 +
...aliser-Convert-endianness-of-offsets.patch | 68 +++++++++++++++
meta/recipes-core/glib-2.0/glib-2.0_2.72.3.bb | 1 +
meta/recipes-devtools/cmake/cmake.inc | 1 +
...mpilerABI-Strip-pipe-from-compile-fl.patch | 52 ++++++++++++
.../pseudo/files/glibc238.patch | 23 ++---
meta/recipes-devtools/pseudo/pseudo_git.bb | 11 ++-
.../ghostscript/CVE-2023-46361.patch | 32 +++++++
.../ghostscript/ghostscript_9.55.0.bb | 1 +
.../gstreamer/gstreamer1.0_1.20.7.bb | 3 +
.../curl/curl/CVE-2024-9681.patch | 85 +++++++++++++++++++
meta/recipes-support/curl/curl_7.82.0.bb | 1 +
15 files changed, 362 insertions(+), 23 deletions(-)
create mode 100644 meta/recipes-core/expat/expat/CVE-2024-50602-01.patch
create mode 100644 meta/recipes-core/expat/expat/CVE-2024-50602-02.patch
create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0001-gvariant-serialiser-Convert-endianness-of-offsets.patch
create mode 100644 meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch
create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2023-46361.patch
create mode 100644 meta/recipes-support/curl/curl/CVE-2024-9681.patch
--
2.34.1
next reply other threads:[~2024-11-13 3:16 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-13 3:15 Steve Sakoman [this message]
2024-11-13 3:15 ` [OE-core][kirkstone 01/19] ghostscript: fix CVE-2023-46361 Steve Sakoman
2024-11-13 3:15 ` [OE-core][kirkstone 02/19] curl: patch CVE-2024-9681 Steve Sakoman
2024-11-13 3:15 ` [OE-core][kirkstone 03/19] gstreamer1.0: ignore CVE-2024-0444 Steve Sakoman
2024-11-13 3:15 ` [OE-core][kirkstone 04/19] expat: patch CVE-2024-50602 Steve Sakoman
2024-11-13 3:15 ` [OE-core][kirkstone 05/19] glib-2.0: patch regression of CVE-2023-32665 Steve Sakoman
2024-11-13 3:39 ` Patchtest results for " patchtest
2024-11-13 3:15 ` [OE-core][kirkstone 06/19] patch.py: Use shlex instead of deprecated pipe Steve Sakoman
2024-11-13 3:16 ` [OE-core][kirkstone 07/19] cmake: Fix sporadic issues when determining compiler internals Steve Sakoman
2024-11-13 3:16 ` [OE-core][kirkstone 08/19] pseudo: Update to pull in linux-libc-headers race fix Steve Sakoman
2024-11-13 3:16 ` [OE-core][kirkstone 09/19] pseudo: Disable LFS on 32bit arches Steve Sakoman
2024-11-13 3:16 ` [OE-core][kirkstone 10/19] pseudo: Switch back to the master branch Steve Sakoman
2024-11-13 3:16 ` [OE-core][kirkstone 11/19] pseudo: Update to include logic fix Steve Sakoman
2024-11-13 3:16 ` [OE-core][kirkstone 12/19] pseudo: Update to pull in fd leak fix Steve Sakoman
2024-11-13 3:16 ` [OE-core][kirkstone 13/19] pseudo: Update to pull in syncfs probe fix Steve Sakoman
2024-11-13 3:16 ` [OE-core][kirkstone 14/19] pseudo: Update to pull in gcc14 fix and missing statvfs64 intercept Steve Sakoman
2024-11-13 3:16 ` [OE-core][kirkstone 15/19] pseudo: Update to pull in fchmodat fix Steve Sakoman
2024-11-13 3:16 ` [OE-core][kirkstone 16/19] pseudo: Update to pull in python 3.12+ fix Steve Sakoman
2024-11-13 3:16 ` [OE-core][kirkstone 17/19] pseudo: Fix to work with glibc 2.40 Steve Sakoman
2024-11-13 3:16 ` [OE-core][kirkstone 18/19] pseudo: Update to include open symlink handling bugfix Steve Sakoman
2024-11-13 3:16 ` [OE-core][kirkstone 19/19] pseudo: Fix envp bug and add posix_spawn wrapper Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2025-01-07 18:08 [OE-core][kirkstone 00/19] Patch review Steve Sakoman
2024-11-22 21:26 Steve Sakoman
2024-10-29 18:59 Steve Sakoman
2022-12-18 16:12 Steve Sakoman
2022-08-31 14:39 Steve Sakoman
2022-05-25 14:29 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.1731467662.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