* [OE-core][langdale 00/24] Pull request (cover letter only)
@ 2023-03-14 15:29 Steve Sakoman
0 siblings, 0 replies; only message in thread
From: Steve Sakoman @ 2023-03-14 15:29 UTC (permalink / raw)
To: openembedded-core
The following changes since commit b995ea45773211bd7bdd60eabcc9bbffda6beb5c:
build-appliance-image: Update to langdale head revision (2023-03-06 15:17:13 +0000)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/langdale-next
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/langdale-next
Bhabu Bindu (1):
qemu: Fix CVE-2022-4144
Bruce Ashfield (3):
linux-yocto/5.15: update to v5.15.94
linux-yocto/5.15: update to v5.15.96
linux-yocto-rt/5.15: update to -rt59
Carlos Alberto Lopez Perez (1):
mesa-demos: packageconfig weston should have a dependency on
wayland-protocols
Chee Yang Lee (1):
tiff: fix multiple CVEs
Dmitry Baryshkov (1):
ffmpeg: fix build failure when vulkan is enabled
Hitendra Prajapati (1):
libxml2: Fix CVE-2022-40303 && CVE-2022-40304
Khem Raj (2):
libcomps: Fix callback function prototype for PyCOMPS_hash
rpm: Fix hdr_hash function prototype
Ming Liu (1):
linux: inherit pkgconfig in kernel.bbclass
Pavel Zhukov (1):
u-boot: Map arm64 into map for u-boot dts installation
Peter Marko (1):
systemd: add group sgx to udev package
Richard Purdie (2):
binutils: Fix nativesdk ld.so search
oeqa/selftest/prservice: Improve debug output for failure
Ross Burton (2):
shadow: ignore CVE-2016-15024
vim: add missing pkgconfig inherit
Siddharth Doshi (1):
epiphany: Security fix for CVE-2023-26081
Tom Hochstein (2):
meson: Fix wrapper handling of implicit setup command
oeqa/sdk: Improve Meson test
Wang Mingyu (4):
iso-codes: upgrade 4.12.0 -> 4.13.0
libmicrohttpd: upgrade 0.9.75 -> 0.9.76
lua: Fix install conflict when enable multilib.
vala: Fix install conflict when enable multilib.
meta-selftest/files/static-group | 1 +
meta/classes-recipe/kernel.bbclass | 2 +-
meta/lib/oeqa/sdk/cases/buildepoxy.py | 2 +-
meta/lib/oeqa/selftest/cases/prservice.py | 2 +-
meta/recipes-bsp/u-boot/u-boot.inc | 4 +-
.../libxml/libxml2/CVE-2022-40303.patch | 624 ++++++++++++++++++
.../libxml/libxml2/CVE-2022-40304.patch | 106 +++
meta/recipes-core/libxml/libxml2_2.9.14.bb | 2 +
meta/recipes-core/systemd/systemd_251.8.bb | 2 +-
...dk-Search-for-alternative-ld.so.conf.patch | 2 +-
...hash_t-instead-of-long-in-PyCOMPS_ha.patch | 66 ++
.../libcomps/libcomps_0.1.19.bb | 1 +
meta/recipes-devtools/lua/lua_5.4.4.bb | 3 +
.../meson/meson/meson-wrapper | 17 +-
meta/recipes-devtools/qemu/qemu.inc | 1 +
.../qemu/qemu/CVE-2022-4144.patch | 99 +++
...y_hash_t-instead-of-long-in-hdr_hash.patch | 35 +
meta/recipes-devtools/rpm/rpm_4.18.0.bb | 1 +
meta/recipes-devtools/vala/vala.inc | 5 +-
meta/recipes-extended/shadow/shadow_4.12.3.bb | 3 +
meta/recipes-gnome/epiphany/epiphany_42.4.bb | 1 +
.../epiphany/files/CVE-2023-26081.patch | 90 +++
.../recipes-graphics/mesa/mesa-demos_8.5.0.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 -
.../linux/linux-yocto-rt_5.15.bb | 6 +-
.../linux/linux-yocto-tiny_5.15.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto.inc | 1 -
meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +-
.../ffmpeg/ffmpeg/ffmpeg-fix-vulkan.patch | 34 +
.../recipes-multimedia/ffmpeg/ffmpeg_5.1.2.bb | 1 +
.../libtiff/files/CVE-2022-48281.patch | 26 +
.../CVE-2023-0800_0801_0802_0803_0804.patch | 128 ++++
meta/recipes-multimedia/libtiff/tiff_4.4.0.bb | 2 +
...so-codes_4.12.0.bb => iso-codes_4.13.0.bb} | 2 +-
...ttpd_0.9.75.bb => libmicrohttpd_0.9.76.bb} | 2 +-
meta/recipes-support/vim/vim.inc | 2 +-
36 files changed, 1266 insertions(+), 43 deletions(-)
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2022-40303.patch
create mode 100644 meta/recipes-core/libxml/libxml2/CVE-2022-40304.patch
create mode 100644 meta/recipes-devtools/libcomps/libcomps/0001-libcomps-Use-Py_hash_t-instead-of-long-in-PyCOMPS_ha.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2022-4144.patch
create mode 100644 meta/recipes-devtools/rpm/files/0001-python-Use-Py_hash_t-instead-of-long-in-hdr_hash.patch
create mode 100644 meta/recipes-gnome/epiphany/files/CVE-2023-26081.patch
create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/ffmpeg-fix-vulkan.patch
create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2022-48281.patch
create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-0800_0801_0802_0803_0804.patch
rename meta/recipes-support/iso-codes/{iso-codes_4.12.0.bb => iso-codes_4.13.0.bb} (94%)
rename meta/recipes-support/libmicrohttpd/{libmicrohttpd_0.9.75.bb => libmicrohttpd_0.9.76.bb} (90%)
--
2.34.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-03-14 15:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-14 15:29 [OE-core][langdale 00/24] Pull request (cover letter only) Steve Sakoman
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.