From: Yoann Congal <yoann.congal@smile.fr>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][scarthgap 00/15] Patch review
Date: Fri, 20 Mar 2026 01:28:07 +0100 [thread overview]
Message-ID: <cover.1773966414.git.yoann.congal@smile.fr> (raw)
Please review this set of changes for scarthgap and have comments back by
end of day Monday, March 23.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/3457
The following changes since commit 077f258eb2125359ffe3982c58433ee14cb21f09:
busybox: Fixes CVE-2025-60876 (2026-03-16 09:21:34 +0000)
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
for you to fetch changes up to a6eecf76e21469a96979cf426f54de08d39118dc:
python3-pip: drop unused Windows distlib launcher templates (2026-03-19 00:05:33 +0100)
----------------------------------------------------------------
Ankur Tyagi (2):
wireless-regdb: upgrade 2025.10.07 -> 2026.02.04
tiff: ignore CVE-2025-61143, CVE-2025-61144 and CVE-2025-61145
Daniel Turull (3):
improve_kernel_cve_report: do not override backported-patch
improve_kernel_cve_report: do not use custom version
improve_kernel_cve_report: add option to read debugsources.zstd
Eduardo Ferreira (1):
go: Fix CVE-2025-61726.patch variable ordering
Krupal Ka Patel (2):
python3-setuptools: drop Windows launcher executables on non-mingw
builds
python3-pip: drop unused Windows distlib launcher templates
Martin Jansa (1):
lsb.py: strip ' from os-release file
Peter Marko (1):
inetutils: patch CVE-2026-28372
Ryan Eatmon (1):
oe-setup-build: Fix typo
Trent Piepho (1):
systemd-systemctl: Fix instance name parsing with escapes or periods
Vijay Anusuri (3):
freetype: Fix CVE-2026-23865
python3-pip: Fix CVE-2026-1703
inetutils: Fix CVE-2026-32746
meta/lib/oe/lsb.py | 2 +-
.../inetutils/inetutils/CVE-2026-28372.patch | 86 +++++++++++++++++++
.../inetutils/inetutils/CVE-2026-32746.patch | 40 +++++++++
.../inetutils/inetutils_2.5.bb | 2 +
.../systemd/systemd-systemctl/systemctl | 7 +-
.../go/go/CVE-2025-61726.patch | 21 ++---
.../python/python3-pip/CVE-2026-1703.patch | 37 ++++++++
.../python/python3-pip_24.0.bb | 13 ++-
.../python/python3-setuptools_69.1.1.bb | 9 ++
.../freetype/freetype/CVE-2026-23865.patch | 54 ++++++++++++
.../freetype/freetype_2.13.2.bb | 1 +
....10.07.bb => wireless-regdb_2026.02.04.bb} | 2 +-
meta/recipes-multimedia/libtiff/tiff_4.6.0.bb | 2 +-
scripts/contrib/improve_kernel_cve_report.py | 37 +++++++-
scripts/oe-setup-build | 2 +-
15 files changed, 295 insertions(+), 20 deletions(-)
create mode 100644 meta/recipes-connectivity/inetutils/inetutils/CVE-2026-28372.patch
create mode 100644 meta/recipes-connectivity/inetutils/inetutils/CVE-2026-32746.patch
create mode 100644 meta/recipes-devtools/python/python3-pip/CVE-2026-1703.patch
create mode 100644 meta/recipes-graphics/freetype/freetype/CVE-2026-23865.patch
rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2025.10.07.bb => wireless-regdb_2026.02.04.bb} (94%)
next reply other threads:[~2026-03-20 0:28 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-20 0:28 Yoann Congal [this message]
2026-03-20 0:28 ` [OE-core][scarthgap 01/15] inetutils: patch CVE-2026-28372 Yoann Congal
2026-03-20 8:44 ` Paul Barker
2026-03-20 10:13 ` Yoann Congal
2026-03-20 0:28 ` [OE-core][scarthgap 02/15] wireless-regdb: upgrade 2025.10.07 -> 2026.02.04 Yoann Congal
2026-03-20 0:28 ` [OE-core][scarthgap 03/15] lsb.py: strip ' from os-release file Yoann Congal
2026-03-20 0:28 ` [OE-core][scarthgap 04/15] tiff: ignore CVE-2025-61143, CVE-2025-61144 and CVE-2025-61145 Yoann Congal
2026-03-20 0:28 ` [OE-core][scarthgap 05/15] improve_kernel_cve_report: do not override backported-patch Yoann Congal
2026-03-20 0:28 ` [OE-core][scarthgap 06/15] improve_kernel_cve_report: do not use custom version Yoann Congal
2026-03-20 0:28 ` [OE-core][scarthgap 07/15] improve_kernel_cve_report: add option to read debugsources.zstd Yoann Congal
2026-03-20 0:28 ` [OE-core][scarthgap 08/15] freetype: Fix CVE-2026-23865 Yoann Congal
2026-03-20 0:28 ` [OE-core][scarthgap 09/15] go: Fix CVE-2025-61726.patch variable ordering Yoann Congal
2026-03-20 0:28 ` [OE-core][scarthgap 10/15] python3-pip: Fix CVE-2026-1703 Yoann Congal
2026-03-20 0:28 ` [OE-core][scarthgap 11/15] oe-setup-build: Fix typo Yoann Congal
2026-03-20 0:28 ` [OE-core][scarthgap 12/15] systemd-systemctl: Fix instance name parsing with escapes or periods Yoann Congal
2026-03-20 0:28 ` [OE-core][scarthgap 13/15] inetutils: Fix CVE-2026-32746 Yoann Congal
2026-03-20 0:28 ` [OE-core][scarthgap 14/15] python3-setuptools: drop Windows launcher executables on non-mingw builds Yoann Congal
2026-03-20 0:28 ` [OE-core][scarthgap 15/15] python3-pip: drop unused Windows distlib launcher templates Yoann Congal
-- strict thread matches above, loose matches on Subject: below --
2025-04-30 2:59 [OE-core][scarthgap 00/15] Patch review Steve Sakoman
2025-01-13 20:46 Steve Sakoman
2025-01-13 22:32 ` [scarthgap " Adrian Freihofer
2025-01-14 15:56 ` [OE-core] " Steve Sakoman
2025-01-14 16:31 ` Adrian Freihofer
2024-12-04 20:36 [OE-core][scarthgap " 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.1773966414.git.yoann.congal@smile.fr \
--to=yoann.congal@smile.fr \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.