From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][langdale 00/24] Pull request (cover letter only)
Date: Tue, 14 Mar 2023 05:29:10 -1000 [thread overview]
Message-ID: <cover.1678807671.git.steve@sakoman.com> (raw)
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
reply other threads:[~2023-03-14 15:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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.1678807671.git.steve@sakoman.com \
--to=steve@sakoman.com \
--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.