From: Fabien Thomas <fabien.thomas@smile.fr>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][wrynose 00/17] Patch review
Date: Thu, 13 Aug 2026 17:21:50 +0200 [thread overview]
Message-ID: <cover.1786633048.git.fabien.thomas@smile.fr> (raw)
Please review this set of changes for wrynose and have comments back by
end of day Monday, August 17.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/4467
* meta-qcom has a known issue: https://github.com/qualcomm-linux/meta-qcom/issues/2457
The following changes since commit f09a0f28aeb54ddd90415dd458338e1565bb5a49:
build-appliance-image: Update to wrynose head revisions (2026-07-30 13:29:32 +0100)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/wrynose-nut
https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/wrynose-nut
for you to fetch changes up to d75e9cc17035bcd403b101298be1503697a6f929:
oe-selftest: fitimage: Add tests for KERNEL_DTBVENDORED (2026-08-13 12:14:52 +0200)
----------------------------------------------------------------
Adarsh Jagadish Kamini (1):
glibc: CVE-2026-5358 add CVE_STATUS
Adrian Freihofer (1):
oe-selftest: fitimage: Do not expect kernel property in DTBO config
subnodes
Daniel Turull (1):
libarchive: fix CVE-2026-14164
Himanshu Jadon (1):
python3-pip: set CVE_PRODUCT
Jaipaul Cheernam (1):
bind: upgrade 9.20.23 -> 9.20.26
Marek Vasut (2):
kernel-fit-image.bbclass: Do not include kernel property in DTBO
config subnodes
kernel-fit-image.bbclass: Fix operation with KERNEL_DTBVENDORED = "1"
Peter Marko (1):
gstreamer1.0: set status for CVE-2026-5056
Ryan Eatmon (2):
kernel-fit-image: Add KERNEL_DTBVENDORED support for
FIT_CONF_DEFAULT_DTB
oe-selftest: fitimage: Add tests for KERNEL_DTBVENDORED
Wes Malone (1):
cpan_build: disable .packlist and html doc
Yoann Congal (1):
selftest: uboot: remove duplicated KVM presence test
mark.yang (5):
python3-pyopenssl: set CVE_PRODUCT
python3-pyyaml: set CVE_PRODUCT
python3-xmltodict: set CVE_PRODUCT
python3-certifi: set CVE_PRODUCT
python3-idna: set CVE_PRODUCT
meta/classes-recipe/cpan_build.bbclass | 7 +++
meta/classes-recipe/kernel-fit-image.bbclass | 22 ++++++-
meta/lib/oe/fitimage.py | 7 ++-
meta/lib/oeqa/selftest/cases/fitimage.py | 59 ++++++++++++++++++-
meta/lib/oeqa/selftest/cases/uboot.py | 6 +-
...1-avoid-start-failure-with-bind-user.patch | 2 +-
...kport-ax_prog_cc_for_build.m4-macros.patch | 2 +-
...d-V-and-start-log-hide-build-options.patch | 4 +-
...ching-for-json-headers-searches-sysr.patch | 6 +-
.../recipes-connectivity/bind/bind/conf.patch | 2 +-
...t.d-add-support-for-read-only-rootfs.patch | 2 +-
.../bind/make-etc-initd-bind-stop-work.patch | 2 +-
.../bind/{bind_9.20.23.bb => bind_9.20.26.bb} | 2 +-
meta/recipes-core/glibc/glibc_2.43.bb | 2 +-
.../perl/libmodule-build-perl_0.4234.bb | 2 -
.../python/python3-certifi_2026.2.25.bb | 2 +
.../python/python3-idna_3.11.bb | 2 +
.../python/python3-pip_26.0.1.bb | 2 +
.../python/python3-pyopenssl_26.0.0.bb | 2 +
.../python/python3-pyyaml_6.0.3.bb | 2 +
.../python/python3-xmltodict_1.0.4.bb | 2 +
.../libarchive/CVE-2026-14164.patch | 53 +++++++++++++++++
.../libarchive/libarchive_3.8.7.bb | 1 +
.../gstreamer/gstreamer1.0_1.28.2.bb | 2 +
24 files changed, 171 insertions(+), 24 deletions(-)
rename meta/recipes-connectivity/bind/{bind_9.20.23.bb => bind_9.20.26.bb} (97%)
create mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2026-14164.patch
next reply other threads:[~2026-08-13 15:22 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-13 15:21 Fabien Thomas [this message]
2026-08-13 15:21 ` [OE-core][wrynose 01/17] selftest: uboot: remove duplicated KVM presence test Fabien Thomas
2026-08-13 15:21 ` [OE-core][wrynose 02/17] bind: upgrade 9.20.23 -> 9.20.26 Fabien Thomas
2026-08-13 15:21 ` [OE-core][wrynose 03/17] libarchive: fix CVE-2026-14164 Fabien Thomas
2026-08-13 15:21 ` [OE-core][wrynose 04/17] python3-pyopenssl: set CVE_PRODUCT Fabien Thomas
2026-08-13 15:21 ` [OE-core][wrynose 05/17] python3-pyyaml: " Fabien Thomas
2026-08-13 15:21 ` [OE-core][wrynose 06/17] python3-xmltodict: " Fabien Thomas
2026-08-13 15:21 ` [OE-core][wrynose 07/17] python3-certifi: " Fabien Thomas
2026-08-13 15:21 ` [OE-core][wrynose 08/17] python3-idna: " Fabien Thomas
2026-08-13 15:21 ` [OE-core][wrynose 09/17] cpan_build: disable .packlist and html doc Fabien Thomas
2026-08-13 15:22 ` [OE-core][wrynose 10/17] glibc: CVE-2026-5358 add CVE_STATUS Fabien Thomas
2026-08-13 15:22 ` [OE-core][wrynose 11/17] gstreamer1.0: set status for CVE-2026-5056 Fabien Thomas
2026-08-13 15:22 ` [OE-core][wrynose 12/17] python3-pip: set CVE_PRODUCT Fabien Thomas
2026-08-13 15:22 ` [OE-core][wrynose 13/17] oe-selftest: fitimage: Do not expect kernel property in DTBO config subnodes Fabien Thomas
2026-08-13 15:22 ` [OE-core][wrynose 14/17] kernel-fit-image.bbclass: Do not include " Fabien Thomas
2026-08-13 15:22 ` [OE-core][wrynose 15/17] kernel-fit-image.bbclass: Fix operation with KERNEL_DTBVENDORED = "1" Fabien Thomas
2026-08-13 15:22 ` [OE-core][wrynose 16/17] kernel-fit-image: Add KERNEL_DTBVENDORED support for FIT_CONF_DEFAULT_DTB Fabien Thomas
2026-08-13 15:22 ` [OE-core][wrynose 17/17] oe-selftest: fitimage: Add tests for KERNEL_DTBVENDORED Fabien Thomas
-- strict thread matches above, loose matches on Subject: below --
2026-07-18 8:52 [OE-core][wrynose 00/17] Patch review Yoann Congal
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.1786633048.git.fabien.thomas@smile.fr \
--to=fabien.thomas@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox