From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][mickledore 00/10] Patch review
Date: Tue, 26 Sep 2023 11:43:09 -1000 [thread overview]
Message-ID: <cover.1695764457.git.steve@sakoman.com> (raw)
Please review this set of changes for mickledore and have comments back by
end of day Thursday, September 28
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5950
The following changes since commit 72d3ecb22fea59d2520997b3f0a0651557d69ae7:
cmake.bbclass: fix allarch override syntax (2023-09-18 04:52:03 -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
Chen Qi (2):
multilib.conf: explicitly make MULTILIB_VARIANTS vardeps on MULTILIBS
gcc-crosssdk: ignore MULTILIB_VARIANTS in signature computation
Jaeyoon Jung (1):
cml1: Fix KCONFIG_CONFIG_COMMAND not conveyed fully in do_menuconfig
Lee Chee Yang (2):
bind: update to 9.18.19
ffmpeg: 5.1.2 -> 5.1.3
Narpat Mali (1):
python3-git: upgrade 3.1.32 -> 3.1.37
Ross Burton (1):
linux-yocto: update CVE exclusions
Sanjay Chitroda (1):
curl: Add CVE-2023-28320 follow-up fix
Wang Mingyu (1):
bind: upgrade 9.18.17 -> 9.18.18
Yash Shinde (1):
glibc: fix CVE-2023-4527
meta/classes-recipe/cml1.bbclass | 2 +-
meta/conf/multilib.conf | 1 +
.../bind/{bind_9.18.17.bb => bind_9.18.19.bb} | 2 +-
.../glibc/glibc/0023-CVE-2023-4527.patch | 219 ++++++++++++++++++
meta/recipes-core/glibc/glibc_2.37.bb | 1 +
meta/recipes-devtools/gcc/gcc-crosssdk.inc | 2 +
...n3-git_3.1.32.bb => python3-git_3.1.37.bb} | 4 +-
.../linux/cve-exclusion_6.1.inc | 157 ++++++++++---
...c-stop-accessing-out-of-bounds-frame.patch | 89 -------
...c-stop-accessing-out-of-bounds-frame.patch | 108 ---------
.../ffmpeg/ffmpeg/ffmpeg-fix-vulkan.patch | 34 ---
.../{ffmpeg_5.1.2.bb => ffmpeg_5.1.3.bb} | 5 +-
.../curl/curl/CVE-2023-28320-fol1.patch | 80 +++++++
meta/recipes-support/curl/curl_8.0.1.bb | 1 +
14 files changed, 432 insertions(+), 273 deletions(-)
rename meta/recipes-connectivity/bind/{bind_9.18.17.bb => bind_9.18.19.bb} (97%)
create mode 100644 meta/recipes-core/glibc/glibc/0023-CVE-2023-4527.patch
rename meta/recipes-devtools/python/{python3-git_3.1.32.bb => python3-git_3.1.37.bb} (86%)
delete mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/0001-avcodec-rpzaenc-stop-accessing-out-of-bounds-frame.patch
delete mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/0001-avcodec-smcenc-stop-accessing-out-of-bounds-frame.patch
delete mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/ffmpeg-fix-vulkan.patch
rename meta/recipes-multimedia/ffmpeg/{ffmpeg_5.1.2.bb => ffmpeg_5.1.3.bb} (96%)
create mode 100644 meta/recipes-support/curl/curl/CVE-2023-28320-fol1.patch
--
2.34.1
next reply other threads:[~2023-09-26 21:43 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-26 21:43 Steve Sakoman [this message]
2023-09-26 21:43 ` [OE-core][mickledore 01/10] curl: Add CVE-2023-28320 follow-up fix Steve Sakoman
2023-09-26 21:43 ` [OE-core][mickledore 02/10] linux-yocto: update CVE exclusions Steve Sakoman
2023-09-26 21:43 ` [OE-core][mickledore 03/10] glibc: fix CVE-2023-4527 Steve Sakoman
2023-09-26 21:43 ` [OE-core][mickledore 04/10] python3-git: upgrade 3.1.32 -> 3.1.37 Steve Sakoman
2023-09-26 21:43 ` [OE-core][mickledore 05/10] bind: upgrade 9.18.17 -> 9.18.18 Steve Sakoman
2023-09-26 21:43 ` [OE-core][mickledore 06/10] bind: update to 9.18.19 Steve Sakoman
2023-09-26 21:43 ` [OE-core][mickledore 07/10] ffmpeg: 5.1.2 -> 5.1.3 Steve Sakoman
2023-09-26 21:43 ` [OE-core][mickledore 08/10] multilib.conf: explicitly make MULTILIB_VARIANTS vardeps on MULTILIBS Steve Sakoman
2023-09-26 21:43 ` [OE-core][mickledore 09/10] gcc-crosssdk: ignore MULTILIB_VARIANTS in signature computation Steve Sakoman
2023-09-26 21:43 ` [OE-core][mickledore 10/10] cml1: Fix KCONFIG_CONFIG_COMMAND not conveyed fully in do_menuconfig Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2023-11-08 13:46 [OE-core][mickledore 00/10] 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.1695764457.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.