From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][walnascar 00/17] Patch review
Date: Fri, 9 May 2025 08:23:16 -0700 [thread overview]
Message-ID: <cover.1746804035.git.steve@sakoman.com> (raw)
Please review this set of changes for walnascar and have comments back by
end of day Tuesday, May 13
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/1556
The following changes since commit 6ec2c52b938302b894f119f701ffcf0a847eee85:
systemd: always depend on the explicit serial console units (2025-04-23 19:47:34 +0100)
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
Changqing Li (6):
libsoup-2.4: fix CVE-2025-32911
patch.py: set commituser and commitemail for addNote
initscripts: add function
log_success_msg/log_failure_msg/log_warning_msg
buildtools-tarball: move setting of envvars to respective envfile
buildtools-tarball: add envvars into BB_ENV_PASSTHROUGH_ADDITIONS
buildtools-tarball: Make buildtools respects host CA certificates
Guðni Már Gilbert (1):
bluez5: add missing tools to noinst-tools package
Haixiao Yan (1):
glibc: Add single-threaded fast path to rand()
Hongxu Jia (2):
cdrtools-native: fix booting EFI ISO live failed
syslinux: improve isohybrid to process extra sector count for ISO 9660
image
Jiaying Song (1):
gobject-introspection: Fix wrong PN used in MULTILIB_SCRIPTS
Khem Raj (1):
webkitgtk: Use WTF_CPU_UNKNOWN when building for riscv64
Madhu Marri (1):
qemu 8.2.7: ignore CVE-2023-1386
Peter Kjellerstedt (2):
insane.bbclass: Move test for invalid PACKAGECONFIGs to do_recipe_qa
insane.bbclass: Report all invalid PACKAGECONFIGs for a recipe at once
Praveen Kumar (1):
connman :fix CVE-2025-32743
Priyal Doshi (1):
tzdata/tzcode-native: upgrade 2025a -> 2025b
meta/classes-global/insane.bbclass | 20 ++--
meta/lib/oe/patch.py | 14 ++-
.../bluez5/bluez5_5.79.bb | 8 +-
.../connman/connman/CVE-2025-32743.patch | 48 ++++++++
.../connman/connman_1.43.bb | 1 +
.../openssl/files/environment.d-openssl.sh | 24 +++-
...dd-single-threaded-fast-path-to-rand.patch | 47 ++++++++
meta/recipes-core/glibc/glibc_2.41.bb | 1 +
.../initscripts/initscripts-1.0/functions | 21 ++++
.../initscripts/initscripts_1.0.bb | 1 -
meta/recipes-core/meta/buildtools-tarball.bb | 29 +++--
.../cdrtools/cdrtools-native_3.01.bb | 1 +
...ix-nsectors-exceeds-0xffff-situation.patch | 69 ++++++++++++
.../git/git/environment.d-git.sh | 19 ++++
meta/recipes-devtools/git/git_2.49.0.bb | 9 ++
.../environment.d-python3-requests.sh | 11 ++
.../python/python3-requests_2.32.3.bb | 11 ++
meta/recipes-devtools/qemu/qemu.inc | 2 +
...-count-from-section-entry-for-EFI-ca.patch | 104 ++++++++++++++++++
.../syslinux/syslinux_6.04-pre2.bb | 1 +
meta/recipes-extended/timezone/timezone.inc | 6 +-
.../gobject-introspection_1.84.0.bb | 2 +-
.../webkit/webkitgtk/fix-ftbfs-riscv64.patch | 38 +++++++
meta/recipes-sato/webkit/webkitgtk_2.48.0.bb | 1 +
.../curl/curl/environment.d-curl.sh | 19 ++++
meta/recipes-support/curl/curl_8.12.1.bb | 9 ++
.../libsoup-2.4/0001-CVE-2025-32911.patch | 74 +++++++++++++
.../libsoup/libsoup-2.4_2.74.3.bb | 3 +-
28 files changed, 560 insertions(+), 33 deletions(-)
create mode 100644 meta/recipes-connectivity/connman/connman/CVE-2025-32743.patch
create mode 100644 meta/recipes-core/glibc/glibc/0001-stdlib-Add-single-threaded-fast-path-to-rand.patch
create mode 100644 meta/recipes-devtools/cdrtools/cdrtools/0001-fix-nsectors-exceeds-0xffff-situation.patch
create mode 100644 meta/recipes-devtools/git/git/environment.d-git.sh
create mode 100644 meta/recipes-devtools/python/python3-requests/environment.d-python3-requests.sh
create mode 100644 meta/recipes-devtools/syslinux/syslinux/0001-Add-extra-sector-count-from-section-entry-for-EFI-ca.patch
create mode 100644 meta/recipes-sato/webkit/webkitgtk/fix-ftbfs-riscv64.patch
create mode 100644 meta/recipes-support/curl/curl/environment.d-curl.sh
create mode 100644 meta/recipes-support/libsoup/libsoup-2.4/0001-CVE-2025-32911.patch
--
2.43.0
next reply other threads:[~2025-05-09 15:23 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-09 15:23 Steve Sakoman [this message]
2025-05-09 15:23 ` [OE-core][walnascar 01/17] qemu 8.2.7: ignore CVE-2023-1386 Steve Sakoman
2025-05-09 15:23 ` [OE-core][walnascar 02/17] libsoup-2.4: fix CVE-2025-32911 Steve Sakoman
2025-05-09 15:23 ` [OE-core][walnascar 03/17] connman :fix CVE-2025-32743 Steve Sakoman
2025-05-09 15:23 ` [OE-core][walnascar 04/17] tzdata/tzcode-native: upgrade 2025a -> 2025b Steve Sakoman
2025-05-09 15:23 ` [OE-core][walnascar 05/17] glibc: Add single-threaded fast path to rand() Steve Sakoman
2025-05-09 15:23 ` [OE-core][walnascar 06/17] bluez5: add missing tools to noinst-tools package Steve Sakoman
2025-05-09 15:23 ` [OE-core][walnascar 07/17] insane.bbclass: Move test for invalid PACKAGECONFIGs to do_recipe_qa Steve Sakoman
2025-05-09 15:23 ` [OE-core][walnascar 08/17] insane.bbclass: Report all invalid PACKAGECONFIGs for a recipe at once Steve Sakoman
2025-05-09 15:23 ` [OE-core][walnascar 09/17] patch.py: set commituser and commitemail for addNote Steve Sakoman
2025-05-09 15:23 ` [OE-core][walnascar 10/17] initscripts: add function log_success_msg/log_failure_msg/log_warning_msg Steve Sakoman
2025-05-09 15:23 ` [OE-core][walnascar 11/17] buildtools-tarball: move setting of envvars to respective envfile Steve Sakoman
2025-05-09 15:23 ` [OE-core][walnascar 12/17] buildtools-tarball: add envvars into BB_ENV_PASSTHROUGH_ADDITIONS Steve Sakoman
2025-05-09 15:23 ` [OE-core][walnascar 13/17] buildtools-tarball: Make buildtools respects host CA certificates Steve Sakoman
2025-05-09 15:23 ` [OE-core][walnascar 14/17] cdrtools-native: fix booting EFI ISO live failed Steve Sakoman
2025-05-09 15:23 ` [OE-core][walnascar 15/17] syslinux: improve isohybrid to process extra sector count for ISO 9660 image Steve Sakoman
2025-05-09 15:23 ` [OE-core][walnascar 16/17] webkitgtk: Use WTF_CPU_UNKNOWN when building for riscv64 Steve Sakoman
2025-05-09 15:23 ` [OE-core][walnascar 17/17] gobject-introspection: Fix wrong PN used in MULTILIB_SCRIPTS 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.1746804035.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