* [OE-core][wrynose 00/13] Pull request (cover letter only)
@ 2026-07-21 21:45 Yoann Congal
0 siblings, 0 replies; only message in thread
From: Yoann Congal @ 2026-07-21 21:45 UTC (permalink / raw)
To: openembedded-core; +Cc: Paul Barker
Those are the patches from the last patch review:
https://lore.kernel.org/all/cover.1784364567.git.yoann.congal@smile.fr/
with the following modifications:
* Removed pending a test patch backported from master:
* oe-selftest: fitimage: Do not expect kernel property in DTBO config subnodes
* kernel-fit-image.bbclass: Do not include kernel property in DTBO config subnodes
* kernel-fit-image.bbclass: Fix operation with KERNEL_DTBVENDORED = "1"
* kernel-fit-image: Add KERNEL_DTBVENDORED support for FIT_CONF_DEFAULT_DTB
* Update "u-boot: re-enable RISC-V compressed (c) ISA extension" to
correct the "Fixes:" link.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/4256
* oe-selftest-fedora failed with 16308 – AB-INT: selftest: xterm: Xt error: Can't open display: :1
Retried https://autobuilder.yoctoproject.org/valkyrie/#/builders/48/builds/4160
* qemuarm64-musl-ptest failed with 15814 – qemuarm64 musl ptest failures
Retried https://autobuilder.yoctoproject.org/valkyrie/#/builders/109/builds/768
The following changes since commit 6f5681afb324aed2cba4e5b819ffc878f74a2bac:
gnutls: fix CVE-2026-33846 (2026-07-16 20:54:12 +0200)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/wrynose-next
https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/wrynose-next
for you to fetch changes up to b5a6cada82d7ffb362bda9081c354dcc0b6ee264:
openssh: set status for CVE-2026-3497 (2026-07-20 17:24:44 +0200)
----------------------------------------------------------------
Alexander Kanavin (1):
wic: upgrade 0.3.0 -> 0.3.1
Deepak Rathore (1):
util-linux: fix CVE-2026-13595
Gustavo Henrique Nihei (1):
u-boot: re-enable RISC-V compressed (c) ISA extension
Jaipaul Cheernam (2):
gzip: fix CVE-2026-41992
bzip2: Fix CVE-2026-42250
Peter Marko (5):
go: upgrade 1.26.4 -> 1.26.5
vex: remove obsolete semicolon
rootfs: move tasks using image_list_installed_packages to
postuninstall
flac: fix buildpaths with doxygen enabled
flac: make documentation build deterministic
Sudhir Dumbhare (1):
openssh: set status for CVE-2026-3497
Vijay Anusuri (1):
tzdata/tzcode-native: upgrade 2026b -> 2026c
Yoann Congal (1):
scripts/install-buildtools: Update to 6.0.2
meta/classes-recipe/license_image.bbclass | 2 +-
meta/classes/vex.bbclass | 2 +-
meta/recipes-bsp/u-boot/u-boot_2026.01.bb | 1 +
.../openssh/openssh_10.3p1.bb | 1 +
meta/recipes-core/util-linux/util-linux.inc | 1 +
.../util-linux/CVE-2026-13595.patch | 148 ++++++++++++++++++
.../go/{go-1.26.4.inc => go-1.26.5.inc} | 2 +-
...e_1.26.4.bb => go-binary-native_1.26.5.bb} | 6 +-
..._1.26.4.bb => go-cross-canadian_1.26.5.bb} | 0
...{go-cross_1.26.4.bb => go-cross_1.26.5.bb} | 0
...osssdk_1.26.4.bb => go-crosssdk_1.26.5.bb} | 0
...runtime_1.26.4.bb => go-runtime_1.26.5.bb} | 0
.../go/{go_1.26.4.bb => go_1.26.5.bb} | 0
.../bzip2/bzip2/CVE-2026-42250.patch | 35 +++++
meta/recipes-extended/bzip2/bzip2_1.0.8.bb | 1 +
.../gzip/gzip-1.14/CVE-2026-41992.patch | 64 ++++++++
meta/recipes-extended/gzip/gzip_1.14.bb | 1 +
meta/recipes-extended/timezone/timezone.inc | 6 +-
meta/recipes-multimedia/flac/flac_1.5.0.bb | 5 +-
.../wic/{wic_0.3.0.bb => wic_0.3.1.bb} | 2 +-
scripts/install-buildtools | 4 +-
21 files changed, 267 insertions(+), 14 deletions(-)
create mode 100644 meta/recipes-core/util-linux/util-linux/CVE-2026-13595.patch
rename meta/recipes-devtools/go/{go-1.26.4.inc => go-1.26.5.inc} (90%)
rename meta/recipes-devtools/go/{go-binary-native_1.26.4.bb => go-binary-native_1.26.5.bb} (80%)
rename meta/recipes-devtools/go/{go-cross-canadian_1.26.4.bb => go-cross-canadian_1.26.5.bb} (100%)
rename meta/recipes-devtools/go/{go-cross_1.26.4.bb => go-cross_1.26.5.bb} (100%)
rename meta/recipes-devtools/go/{go-crosssdk_1.26.4.bb => go-crosssdk_1.26.5.bb} (100%)
rename meta/recipes-devtools/go/{go-runtime_1.26.4.bb => go-runtime_1.26.5.bb} (100%)
rename meta/recipes-devtools/go/{go_1.26.4.bb => go_1.26.5.bb} (100%)
create mode 100644 meta/recipes-extended/bzip2/bzip2/CVE-2026-42250.patch
create mode 100644 meta/recipes-extended/gzip/gzip-1.14/CVE-2026-41992.patch
rename meta/recipes-support/wic/{wic_0.3.0.bb => wic_0.3.1.bb} (90%)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-21 21:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-21 21:45 [OE-core][wrynose 00/13] Pull request (cover letter only) Yoann Congal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox