From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][langdale 00/27] Patch review
Date: Thu, 9 Mar 2023 12:57:35 -1000 [thread overview]
Message-ID: <cover.1678401759.git.steve@sakoman.com> (raw)
Please review this set of patches for langdale and have comments back by
end of day Monday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5023
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-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/langdale-nut
Alexander Kanavin (1):
devtool: ignore patch-fuzz errors when extracting source
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
Geoffrey GIRY (1):
cve-extra-exclusions: ignore inapplicable linux-yocto CVEs
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 (3):
binutils: Fix nativesdk ld.so search
oeqa/selftest/prservice: Improve debug output for failure
staging: Separate out different multiconfig manifests
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-global/staging.bbclass | 3 +
meta/classes-recipe/kernel.bbclass | 2 +-
.../distro/include/cve-extra-exclusions.inc | 296 +++++++++
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 +-
scripts/lib/devtool/standard.py | 1 +
39 files changed, 1566 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
next reply other threads:[~2023-03-09 22:58 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-09 22:57 Steve Sakoman [this message]
2023-03-09 22:57 ` [OE-core][langdale 01/27] tiff: fix multiple CVEs Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 02/27] libxml2: Fix CVE-2022-40303 && CVE-2022-40304 Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 03/27] qemu: Fix CVE-2022-4144 Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 04/27] epiphany: Security fix for CVE-2023-26081 Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 05/27] shadow: ignore CVE-2016-15024 Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 06/27] cve-extra-exclusions: ignore inapplicable linux-yocto CVEs Steve Sakoman
2023-03-10 8:23 ` Geoffrey GIRY
2023-03-10 14:19 ` Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 07/27] linux-yocto/5.15: update to v5.15.94 Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 08/27] linux-yocto/5.15: update to v5.15.96 Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 09/27] linux-yocto-rt/5.15: update to -rt59 Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 10/27] iso-codes: upgrade 4.12.0 -> 4.13.0 Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 11/27] libmicrohttpd: upgrade 0.9.75 -> 0.9.76 Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 12/27] binutils: Fix nativesdk ld.so search Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 13/27] devtool: ignore patch-fuzz errors when extracting source Steve Sakoman
2023-03-09 23:15 ` Richard Purdie
2023-03-10 2:40 ` Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 14/27] u-boot: Map arm64 into map for u-boot dts installation Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 15/27] oeqa/selftest/prservice: Improve debug output for failure Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 16/27] ffmpeg: fix build failure when vulkan is enabled Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 17/27] systemd: add group sgx to udev package Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 18/27] vim: add missing pkgconfig inherit Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 19/27] mesa-demos: packageconfig weston should have a dependency on wayland-protocols Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 20/27] libcomps: Fix callback function prototype for PyCOMPS_hash Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 21/27] rpm: Fix hdr_hash function prototype Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 22/27] meson: Fix wrapper handling of implicit setup command Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 23/27] oeqa/sdk: Improve Meson test Steve Sakoman
2023-03-09 22:57 ` [OE-core][langdale 24/27] linux: inherit pkgconfig in kernel.bbclass Steve Sakoman
2023-03-09 22:58 ` [OE-core][langdale 25/27] staging: Separate out different multiconfig manifests Steve Sakoman
2023-03-09 23:15 ` Richard Purdie
2023-03-10 2:37 ` Steve Sakoman
2023-03-09 22:58 ` [OE-core][langdale 26/27] lua: Fix install conflict when enable multilib Steve Sakoman
2023-03-09 22:58 ` [OE-core][langdale 27/27] vala: " 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.1678401759.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox