From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][mickledore 00/19] Patch review
Date: Sat, 7 Oct 2023 12:24:56 -1000 [thread overview]
Message-ID: <cover.1696702947.git.steve@sakoman.com> (raw)
Please review this set of changes for mickledore and have comments back by
end of day Tuesday October 10.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5994
The following changes since commit 9e7aaefc0d764eaecf35582bb19490cc6262f966:
glibc: stable 2.37 branch updates. (2023-10-05 04:43:37 -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
Benjamin Bara (4):
README: fix mail address in git example command
pixman: avoid neon on unsupported machines
nettle: avoid neon on unsupported machines
ffmpeg: avoid neon on unsupported machines
Bruce Ashfield (3):
linux-yocto/6.1: fix CONFIG_F2FS_IO_TRACE configuration warning
linux-yocto/6.1: update to v6.1.50
linux-yocto/6.1: update to v6.1.51
Khem Raj (1):
tcl: Add a way to skip ptests
Peter Marko (1):
gcc-runtime: remove bashism
Sean Nyekjaer (1):
gcc: depend on zstd
Soumya Sambu (1):
qemu: Fix CVE-2023-3180
Wang Mingyu (6):
ell: upgrade 0.57 -> 0.58
libconvert-asn1-perl: upgrade 0.33 -> 0.34
librepo: upgrade 1.15.1 -> 1.15.2
libsndfile1: upgrade 1.2.0 -> 1.2.2
mpfr: upgrade 4.2.0 -> 4.2.1
xz: upgrade 5.4.3 -> 5.4.4
Yogita Urade (1):
qemu: fix CVE-2023-42467
Yuta Hayama (1):
linux/generate-cve-exclusions: print the generated time in UTC
README.OE-Core.md | 2 +-
.../ell/{ell_0.57.bb => ell_0.58.bb} | 2 +-
meta/recipes-devtools/gcc/gcc-12.3.inc | 2 +-
meta/recipes-devtools/gcc/gcc-runtime.inc | 2 +-
.../{librepo_1.15.1.bb => librepo_1.15.2.bb} | 2 +-
meta/recipes-devtools/qemu/qemu.inc | 2 +
.../qemu/qemu/CVE-2023-3180.patch | 52 +++++++++++++++++++
.../qemu/qemu/CVE-2023-42467.patch | 49 +++++++++++++++++
meta/recipes-devtools/tcltk/tcl/run-ptest | 4 +-
meta/recipes-devtools/tcltk/tcl_8.6.13.bb | 5 ++
...l_0.33.bb => libconvert-asn1-perl_0.34.bb} | 2 +-
.../xz/{xz_5.4.3.bb => xz_5.4.4.bb} | 2 +-
.../xorg-lib/pixman_0.42.2.bb | 3 ++
.../linux/generate-cve-exclusions.py | 2 +-
.../linux/linux-yocto-rt_6.1.bb | 6 +--
.../linux/linux-yocto-tiny_6.1.bb | 6 +--
meta/recipes-kernel/linux/linux-yocto_6.1.bb | 28 +++++-----
.../recipes-multimedia/ffmpeg/ffmpeg_5.1.3.bb | 2 +
...sndfile1_1.2.0.bb => libsndfile1_1.2.2.bb} | 2 +-
.../mpfr/{mpfr_4.2.0.bb => mpfr_4.2.1.bb} | 2 +-
meta/recipes-support/nettle/nettle_3.8.1.bb | 3 ++
21 files changed, 148 insertions(+), 32 deletions(-)
rename meta/recipes-core/ell/{ell_0.57.bb => ell_0.58.bb} (89%)
rename meta/recipes-devtools/librepo/{librepo_1.15.1.bb => librepo_1.15.2.bb} (94%)
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2023-3180.patch
create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2023-42467.patch
rename meta/recipes-extended/perl/{libconvert-asn1-perl_0.33.bb => libconvert-asn1-perl_0.34.bb} (91%)
rename meta/recipes-extended/xz/{xz_5.4.3.bb => xz_5.4.4.bb} (95%)
rename meta/recipes-multimedia/libsndfile/{libsndfile1_1.2.0.bb => libsndfile1_1.2.2.bb} (92%)
rename meta/recipes-support/mpfr/{mpfr_4.2.0.bb => mpfr_4.2.1.bb} (91%)
--
2.34.1
next reply other threads:[~2023-10-07 22:25 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-07 22:24 Steve Sakoman [this message]
2023-10-07 22:24 ` [OE-core][mickledore 01/19] qemu: Fix CVE-2023-3180 Steve Sakoman
2023-10-07 22:24 ` [OE-core][mickledore 02/19] qemu: fix CVE-2023-42467 Steve Sakoman
2023-10-07 22:24 ` [OE-core][mickledore 03/19] ell: upgrade 0.57 -> 0.58 Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 04/19] libconvert-asn1-perl: upgrade 0.33 -> 0.34 Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 05/19] librepo: upgrade 1.15.1 -> 1.15.2 Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 06/19] libsndfile1: upgrade 1.2.0 -> 1.2.2 Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 07/19] mpfr: upgrade 4.2.0 -> 4.2.1 Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 08/19] xz: upgrade 5.4.3 -> 5.4.4 Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 09/19] linux-yocto/6.1: fix CONFIG_F2FS_IO_TRACE configuration warning Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 10/19] linux-yocto/6.1: update to v6.1.50 Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 11/19] linux-yocto/6.1: update to v6.1.51 Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 12/19] gcc: depend on zstd Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 13/19] gcc-runtime: remove bashism Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 14/19] README: fix mail address in git example command Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 15/19] pixman: avoid neon on unsupported machines Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 16/19] nettle: " Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 17/19] ffmpeg: " Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 18/19] tcl: Add a way to skip ptests Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 19/19] linux/generate-cve-exclusions: print the generated time in UTC 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.1696702947.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