From: Yoann Congal <yoann.congal@smile.fr>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][scarthgap 00/19] Patch review
Date: Wed, 29 Jul 2026 00:21:35 +0200 [thread overview]
Message-ID: <cover.1785277157.git.yoann.congal@smile.fr> (raw)
Please review this set of changes for scarthgap and have comments back by
end of day Thursday, July 30.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/valkyrie/?#/builders/29/builds/4312
The following changes since commit 762321beb0260b1411c7f98f13458ec99a118280:
bzip2: fix 'bzip2 --version > /tmp/aaa 2>&1' hang (2026-07-25 23:57:45 +0200)
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 543550522f831479f07d332a40ba343c53ae1065:
openssh: set status for CVE-2026-59998 (2026-07-28 15:30:13 +0200)
----------------------------------------------------------------
AshishKumar Mishra (1):
package.bbclass: hardcode emit_pkgdata to run last
Darsh Kelaiya (5):
gawk: Fix CVE-2026-40467
gawk: Fix CVE-2026-40468
gawk: Fix CVE-2026-40469
gawk: Fix CVE-2026-40553
python3-setuptools: Fix CVE-2026-59890
Deepak Rathore (1):
sqlite3: fix CVE-2026-11822 and CVE-2026-11824
Devansh Patel (1):
openssh: set status for CVE-2026-59998
João Marcos Costa (1):
curl: add annotation for CVE-2026-10536
Martin Schwan (1):
cargo-update-recipe-crates: Don't fail for partially empty Cargo.lock
Shubham Pushpkar (1):
libsolv: Fix CVE-2026-9149
Siddharth Doshi (5):
vim: Security Fix for CVE-2026-28422
vim: Security Fix for CVE-2026-42307
vim: Security Fix for CVE-2026-43961
vim: Security Fix for CVE-2026-47162
vim: Security Fix for CVE-2026-47167
mark.yang (3):
python3-cryptography: set CVE_PRODUCT
python3-ply: set CVE_PRODUCT
python3-pyasn1: set CVE_PRODUCT
meta/classes-global/package.bbclass | 7 +-
.../cargo-update-recipe-crates.bbclass | 16 +-
.../openssh/openssh_9.6p1.bb | 1 +
.../python/python3-cryptography_42.0.5.bb | 2 +
.../python/python3-ply_3.11.bb | 2 +
.../python/python3-pyasn1_0.5.1.bb | 1 +
.../python3-setuptools/CVE-2026-59890.patch | 194 ++++++++++++++++++
.../python/python3-setuptools_69.1.1.bb | 1 +
.../gawk/gawk/CVE-2026-40467.patch | 63 ++++++
.../gawk/gawk/CVE-2026-40468.patch | 65 ++++++
.../gawk/gawk/CVE-2026-40469.patch | 90 ++++++++
.../gawk/gawk/CVE-2026-40553_p1.patch | 50 +++++
.../gawk/gawk/CVE-2026-40553_p2.patch | 44 ++++
meta/recipes-extended/gawk/gawk_5.3.0.bb | 5 +
.../libsolv/libsolv/CVE-2026-9149.patch | 152 ++++++++++++++
.../libsolv/libsolv_0.7.28.bb | 1 +
meta/recipes-support/curl/curl_8.7.1.bb | 1 +
.../CVE-2026-11822_CVE-2026-11824.patch | 41 ++++
meta/recipes-support/sqlite/sqlite3_3.45.3.bb | 1 +
.../vim/files/CVE-2026-28422.patch | 44 ++++
.../vim/files/CVE-2026-42307.patch | 121 +++++++++++
.../vim/files/CVE-2026-43961.patch | 65 ++++++
.../vim/files/CVE-2026-47162.patch | 39 ++++
.../vim/files/CVE-2026-47167.patch | 39 ++++
meta/recipes-support/vim/vim.inc | 5 +
25 files changed, 1039 insertions(+), 11 deletions(-)
create mode 100644 meta/recipes-devtools/python/python3-setuptools/CVE-2026-59890.patch
create mode 100644 meta/recipes-extended/gawk/gawk/CVE-2026-40467.patch
create mode 100644 meta/recipes-extended/gawk/gawk/CVE-2026-40468.patch
create mode 100644 meta/recipes-extended/gawk/gawk/CVE-2026-40469.patch
create mode 100644 meta/recipes-extended/gawk/gawk/CVE-2026-40553_p1.patch
create mode 100644 meta/recipes-extended/gawk/gawk/CVE-2026-40553_p2.patch
create mode 100644 meta/recipes-extended/libsolv/libsolv/CVE-2026-9149.patch
create mode 100644 meta/recipes-support/sqlite/sqlite3/CVE-2026-11822_CVE-2026-11824.patch
create mode 100644 meta/recipes-support/vim/files/CVE-2026-28422.patch
create mode 100644 meta/recipes-support/vim/files/CVE-2026-42307.patch
create mode 100644 meta/recipes-support/vim/files/CVE-2026-43961.patch
create mode 100644 meta/recipes-support/vim/files/CVE-2026-47162.patch
create mode 100644 meta/recipes-support/vim/files/CVE-2026-47167.patch
next reply other threads:[~2026-07-28 22:22 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-28 22:21 Yoann Congal [this message]
2026-07-28 22:21 ` [OE-core][scarthgap 01/19] libsolv: Fix CVE-2026-9149 Yoann Congal
2026-07-28 22:21 ` [OE-core][scarthgap 02/19] package.bbclass: hardcode emit_pkgdata to run last Yoann Congal
2026-07-28 22:21 ` [OE-core][scarthgap 03/19] gawk: Fix CVE-2026-40467 Yoann Congal
2026-07-28 22:21 ` [OE-core][scarthgap 04/19] gawk: Fix CVE-2026-40468 Yoann Congal
2026-07-28 22:21 ` [OE-core][scarthgap 05/19] gawk: Fix CVE-2026-40469 Yoann Congal
2026-07-28 22:21 ` [OE-core][scarthgap 06/19] gawk: Fix CVE-2026-40553 Yoann Congal
2026-07-28 22:21 ` [OE-core][scarthgap 07/19] python3-cryptography: set CVE_PRODUCT Yoann Congal
2026-07-28 22:21 ` [OE-core][scarthgap 08/19] python3-ply: " Yoann Congal
2026-07-28 22:21 ` [OE-core][scarthgap 09/19] python3-pyasn1: " Yoann Congal
2026-07-28 22:21 ` [OE-core][scarthgap 10/19] python3-setuptools: Fix CVE-2026-59890 Yoann Congal
2026-07-28 22:21 ` [OE-core][scarthgap 11/19] vim: Security Fix for CVE-2026-28422 Yoann Congal
2026-07-28 22:21 ` [OE-core][scarthgap 12/19] vim: Security Fix for CVE-2026-42307 Yoann Congal
2026-07-28 22:21 ` [OE-core][scarthgap 13/19] vim: Security Fix for CVE-2026-43961 Yoann Congal
2026-07-28 22:21 ` [OE-core][scarthgap 14/19] vim: Security Fix for CVE-2026-47162 Yoann Congal
2026-07-28 22:21 ` [OE-core][scarthgap 15/19] vim: Security Fix for CVE-2026-47167 Yoann Congal
2026-07-28 22:21 ` [OE-core][scarthgap 16/19] sqlite3: fix CVE-2026-11822 and CVE-2026-11824 Yoann Congal
2026-07-28 22:21 ` [OE-core][scarthgap 17/19] curl: add annotation for CVE-2026-10536 Yoann Congal
2026-07-28 22:21 ` [OE-core][scarthgap 18/19] cargo-update-recipe-crates: Don't fail for partially empty Cargo.lock Yoann Congal
2026-07-28 22:21 ` [OE-core][scarthgap 19/19] openssh: set status for CVE-2026-59998 Yoann Congal
-- strict thread matches above, loose matches on Subject: below --
2026-06-29 14:19 [OE-core][scarthgap 00/19] Patch review Yoann Congal
2025-11-11 14:58 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.1785277157.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.