From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][mickledore 00/23] Patch review
Date: Sun, 1 Oct 2023 05:59:47 -1000 [thread overview]
Message-ID: <cover.1696175813.git.steve@sakoman.com> (raw)
Please review this set of changes for mickledore and have comments back by
end of day Tuesday, October 3
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5970
The following changes since commit 75f8485d7862b08e2f96f919e992d203df6c8d9c:
cml1: Fix KCONFIG_CONFIG_COMMAND not conveyed fully in do_menuconfig (2023-09-26 04:16:48 -1000)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/mickledore-nut
https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/mickledore-nut
Alberto Planas (1):
bitbake.conf: add bunzip2 in HOSTTOOLS
Alexander Kanavin (1):
systemd-bootchart: musl fixes have been rejected upstream
Bruce Ashfield (6):
linux-yocto/5.15: update to v5.15.125
linux-yocto/5.15: update to v5.15.126
linux-yocto/5.15: update to v5.15.127
linux-yocto/5.15: update to v5.15.128
linux-yocto/5.15: update to v5.15.129
linux-yocto/5.15: update to v5.15.133
Chen Qi (1):
oe-depends-dot: improve '-w' behavior
Colin McAllister (1):
libwebp: Fix CVE-2023-5129
Dmitry Baryshkov (3):
linux-firmware: upgrade 20230625 -> 20230804
linux-firmware: package audio topology for Lenovo X13s
linux-firmware: package Dragonboard 845c sensors DSP firmware
Joe Slater (1):
file: fix call to localtime_r()
Joshua Watt (1):
buildtools-tarball: Add libacl
Julien Stephan (1):
patch.py: use --absolute-git-dir instead of --show-toplevel to
retrieve gitdir
Khem Raj (1):
core-image-ptest: Define a fallback for SUMMARY field
Richard Purdie (1):
README: Update to point to new contributor guide
Ross Burton (2):
inetutils: don't guess target paths
inetutils: remove obsolete cruft from do_configure
Ryan Eatmon (1):
kernel.bbclass: Add force flag to rm calls
Tom Hochstein (1):
linux-firmware: add firmware files for NXP BT chipsets
Yash Shinde (1):
glibc: fix CVE-2023-4806
README.OE-Core.md | 10 +-
meta/classes-recipe/kernel.bbclass | 4 +-
meta/conf/bitbake.conf | 2 +-
meta/lib/oe/patch.py | 5 +-
.../inetutils-1.9-PATH_PROCNET_DEV.patch | 37 --
.../inetutils/inetutils_2.4.bb | 25 +-
.../glibc/glibc/0024-CVE-2023-4806.patch | 342 ++++++++++++++++
meta/recipes-core/glibc/glibc_2.37.bb | 1 +
meta/recipes-core/images/core-image-ptest.bb | 1 +
meta/recipes-core/meta/buildtools-tarball.bb | 1 +
meta/recipes-devtools/file/file_5.45.bb | 4 +-
.../recipes-devtools/file/files/print_c.patch | 27 ++
...is-glibc-specific-use-raw-signature-.patch | 2 +-
.../0002-musl-does-not-provide-printf-h.patch | 2 +-
...s-not-provide-canonicalize_file_name.patch | 2 +-
...20230625.bb => linux-firmware_20230804.bb} | 65 +++-
.../linux/linux-yocto-rt_5.15.bb | 6 +-
.../linux/linux-yocto-tiny_5.15.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +-
.../webp/files/CVE-2023-5129.patch | 364 ++++++++++++++++++
meta/recipes-multimedia/webp/libwebp_1.3.1.bb | 4 +-
scripts/oe-depends-dot | 13 +-
22 files changed, 866 insertions(+), 83 deletions(-)
delete mode 100644 meta/recipes-connectivity/inetutils/inetutils/inetutils-1.9-PATH_PROCNET_DEV.patch
create mode 100644 meta/recipes-core/glibc/glibc/0024-CVE-2023-4806.patch
create mode 100644 meta/recipes-devtools/file/files/print_c.patch
rename meta/recipes-kernel/linux-firmware/{linux-firmware_20230625.bb => linux-firmware_20230804.bb} (94%)
create mode 100644 meta/recipes-multimedia/webp/files/CVE-2023-5129.patch
--
2.34.1
next reply other threads:[~2023-10-01 16:00 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-01 15:59 Steve Sakoman [this message]
2023-10-01 15:59 ` [OE-core][mickledore 01/23] glibc: fix CVE-2023-4806 Steve Sakoman
2023-10-01 15:59 ` [OE-core][mickledore 02/23] libwebp: Fix CVE-2023-5129 Steve Sakoman
2023-10-01 15:59 ` [OE-core][mickledore 03/23] file: fix call to localtime_r() Steve Sakoman
2023-10-01 15:59 ` [OE-core][mickledore 04/23] linux-yocto/5.15: update to v5.15.125 Steve Sakoman
2023-10-01 15:59 ` [OE-core][mickledore 05/23] linux-yocto/5.15: update to v5.15.126 Steve Sakoman
2023-10-01 15:59 ` [OE-core][mickledore 06/23] linux-yocto/5.15: update to v5.15.127 Steve Sakoman
2023-10-01 15:59 ` [OE-core][mickledore 07/23] linux-yocto/5.15: update to v5.15.128 Steve Sakoman
2023-10-01 15:59 ` [OE-core][mickledore 08/23] linux-yocto/5.15: update to v5.15.129 Steve Sakoman
2023-10-01 15:59 ` [OE-core][mickledore 09/23] linux-yocto/5.15: update to v5.15.133 Steve Sakoman
2023-10-01 15:59 ` [OE-core][mickledore 10/23] linux-firmware: upgrade 20230625 -> 20230804 Steve Sakoman
2023-10-01 15:59 ` [OE-core][mickledore 11/23] linux-firmware: package audio topology for Lenovo X13s Steve Sakoman
2023-10-01 15:59 ` [OE-core][mickledore 12/23] linux-firmware: package Dragonboard 845c sensors DSP firmware Steve Sakoman
2023-10-01 16:00 ` [OE-core][mickledore 13/23] linux-firmware: add firmware files for NXP BT chipsets Steve Sakoman
2023-10-01 16:00 ` [OE-core][mickledore 14/23] patch.py: use --absolute-git-dir instead of --show-toplevel to retrieve gitdir Steve Sakoman
2023-10-01 16:00 ` [OE-core][mickledore 15/23] buildtools-tarball: Add libacl Steve Sakoman
2023-10-01 16:00 ` [OE-core][mickledore 16/23] bitbake.conf: add bunzip2 in HOSTTOOLS Steve Sakoman
2023-10-01 16:00 ` [OE-core][mickledore 17/23] core-image-ptest: Define a fallback for SUMMARY field Steve Sakoman
2023-10-01 16:00 ` [OE-core][mickledore 18/23] systemd-bootchart: musl fixes have been rejected upstream Steve Sakoman
2023-10-01 16:00 ` [OE-core][mickledore 19/23] README: Update to point to new contributor guide Steve Sakoman
2023-10-01 16:00 ` [OE-core][mickledore 20/23] inetutils: don't guess target paths Steve Sakoman
2023-10-01 16:00 ` [OE-core][mickledore 21/23] inetutils: remove obsolete cruft from do_configure Steve Sakoman
2023-10-01 16:00 ` [OE-core][mickledore 22/23] kernel.bbclass: Add force flag to rm calls Steve Sakoman
2023-10-01 16:00 ` [OE-core][mickledore 23/23] oe-depends-dot: improve '-w' behavior Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2023-06-22 2:35 [OE-core][mickledore 00/23] Patch review 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.1696175813.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