From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 00/27] Patch review
Date: Wed, 13 Jul 2022 18:35:20 -1000 [thread overview]
Message-ID: <cover.1657772638.git.steve@sakoman.com> (raw)
Please review this set of patches for kirkstone and have comments back by end
of day Friday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3911
with the exception of an intermittent autobuilder issue on qemumips-alt which
passed on subsequent retest:
https://autobuilder.yoctoproject.org/typhoon/#/builders/102/builds/3279
The following changes since commit 4667abcc925ae0c430cccb480ec530506f6201ae:
dropbear: break dependency on base package for -dev package (2022-07-01 08:35:07 -1000)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/kirkstone-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-nut
Alexander Kanavin (6):
openssl: update 3.0.4 -> 3.0.5
gstreamer1.0: upgrade 1.20.2 -> 1.20.3
weston: update 10.0.0 -> 10.0.1
glib-2.0: upgrade 2.72.2 -> 2.72.3
glib-networking: upgrade 2.72.0 -> 2.72.1
libsoup: upgrade 3.0.6 -> 3.0.7
Richard Purdie (2):
qemu: Avoid accidental librdmacm linkage
glibc-tests: Avoid reproducibility issues
Ross Burton (2):
tiff: backport the fix for CVE-2022-2056, CVE-2022-2057, and
CVE-2022-2058
vim: upgrade to 9.0.0021
Sakib Sajal (1):
u-boot: fix CVE-2022-34835
Steve Sakoman (3):
ruby: add PACKAGECONFIG for capstone
qemu: add PACKAGECONFIG for capstone
qemu: Avoid accidental libvdeplug linkage
Sundeep KOKKONDA (2):
glibc: stable 2.35 branch updates
binutils : stable 2.38 branch updates
Wentao Zhang (1):
harfbuzz: fix CVE-2022-33068
wangmy (10):
gst-devtools: upgrade 1.20.2 -> 1.20.3
gstreamer1.0-libav: upgrade 1.20.2 -> 1.20.3
gstreamer1.0-omx: upgrade 1.20.2 -> 1.20.3
gstreamer1.0-plugins-bad: upgrade 1.20.2 -> 1.20.3
gstreamer1.0-plugins-base: upgrade 1.20.2 -> 1.20.3
gstreamer1.0-plugins-good: upgrade 1.20.2 -> 1.20.3
gstreamer1.0-plugins-ugly: upgrade 1.20.2 -> 1.20.3
gstreamer1.0-python: upgrade 1.20.2 -> 1.20.3
gstreamer1.0-rtsp-server: upgrade 1.20.2 -> 1.20.3
gstreamer1.0-vaapi: upgrade 1.20.2 -> 1.20.3
...ffer-overflow-vulnerability-in-i2c-m.patch | 126 ++++++++++++
meta/recipes-bsp/u-boot/u-boot_2022.01.bb | 1 +
.../{openssl_3.0.4.bb => openssl_3.0.5.bb} | 2 +-
.../glib-2.0/glib-2.0/relocate-modules.patch | 2 +-
...{glib-2.0_2.72.2.bb => glib-2.0_2.72.3.bb} | 2 +-
...ng_2.72.0.bb => glib-networking_2.72.1.bb} | 2 +-
meta/recipes-core/glibc/glibc-tests_2.35.bb | 3 +
meta/recipes-core/glibc/glibc-version.inc | 2 +-
.../glibc/glibc/reproducible-paths.patch | 23 +++
.../binutils/binutils-2.38.inc | 2 +-
meta/recipes-devtools/qemu/qemu.inc | 3 +
meta/recipes-devtools/ruby/ruby_3.1.2.bb | 1 +
.../harfbuzz/harfbuzz/CVE-2022-33068.patch | 35 ++++
.../harfbuzz/harfbuzz_4.0.1.bb | 3 +-
.../{weston_10.0.0.bb => weston_10.0.1.bb} | 4 +-
...tools_1.20.2.bb => gst-devtools_1.20.3.bb} | 2 +-
...1.20.2.bb => gstreamer1.0-libav_1.20.3.bb} | 2 +-
...x_1.20.2.bb => gstreamer1.0-omx_1.20.3.bb} | 2 +-
....bb => gstreamer1.0-plugins-bad_1.20.3.bb} | 2 +-
...bb => gstreamer1.0-plugins-base_1.20.3.bb} | 2 +-
...bb => gstreamer1.0-plugins-good_1.20.3.bb} | 2 +-
...bb => gstreamer1.0-plugins-ugly_1.20.3.bb} | 2 +-
....20.2.bb => gstreamer1.0-python_1.20.3.bb} | 2 +-
....bb => gstreamer1.0-rtsp-server_1.20.3.bb} | 2 +-
...1.20.2.bb => gstreamer1.0-vaapi_1.20.3.bb} | 2 +-
...er1.0_1.20.2.bb => gstreamer1.0_1.20.3.bb} | 2 +-
...-the-FPE-in-tiffcrop-415-427-and-428.patch | 182 ++++++++++++++++++
meta/recipes-multimedia/libtiff/tiff_4.3.0.bb | 1 +
.../{libsoup_3.0.6.bb => libsoup_3.0.7.bb} | 2 +-
meta/recipes-support/vim/vim.inc | 4 +-
30 files changed, 399 insertions(+), 23 deletions(-)
create mode 100644 meta/recipes-bsp/u-boot/files/0001-i2c-fix-stack-buffer-overflow-vulnerability-in-i2c-m.patch
rename meta/recipes-connectivity/openssl/{openssl_3.0.4.bb => openssl_3.0.5.bb} (99%)
rename meta/recipes-core/glib-2.0/{glib-2.0_2.72.2.bb => glib-2.0_2.72.3.bb} (96%)
rename meta/recipes-core/glib-networking/{glib-networking_2.72.0.bb => glib-networking_2.72.1.bb} (93%)
create mode 100644 meta/recipes-core/glibc/glibc/reproducible-paths.patch
create mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz/CVE-2022-33068.patch
rename meta/recipes-graphics/wayland/{weston_10.0.0.bb => weston_10.0.1.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.20.2.bb => gst-devtools_1.20.3.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.20.2.bb => gstreamer1.0-libav_1.20.3.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.20.2.bb => gstreamer1.0-omx_1.20.3.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.20.2.bb => gstreamer1.0-plugins-bad_1.20.3.bb} (98%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.20.2.bb => gstreamer1.0-plugins-base_1.20.3.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.20.2.bb => gstreamer1.0-plugins-good_1.20.3.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.20.2.bb => gstreamer1.0-plugins-ugly_1.20.3.bb} (94%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.20.2.bb => gstreamer1.0-python_1.20.3.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.20.2.bb => gstreamer1.0-rtsp-server_1.20.3.bb} (90%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.20.2.bb => gstreamer1.0-vaapi_1.20.3.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.20.2.bb => gstreamer1.0_1.20.3.bb} (97%)
create mode 100644 meta/recipes-multimedia/libtiff/tiff/0001-fix-the-FPE-in-tiffcrop-415-427-and-428.patch
rename meta/recipes-support/libsoup/{libsoup_3.0.6.bb => libsoup_3.0.7.bb} (94%)
--
2.25.1
next reply other threads:[~2022-07-14 4:36 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-14 4:35 Steve Sakoman [this message]
2022-07-14 4:35 ` [OE-core][kirkstone 01/27] ruby: add PACKAGECONFIG for capstone Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 02/27] qemu: " Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 03/27] qemu: Avoid accidental librdmacm linkage Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 04/27] qemu: Avoid accidental libvdeplug linkage Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 05/27] harfbuzz: fix CVE-2022-33068 Steve Sakoman
2022-07-17 19:32 ` Pavel Zhukov
2022-07-14 4:35 ` [OE-core][kirkstone 06/27] tiff: backport the fix for CVE-2022-2056, CVE-2022-2057, and CVE-2022-2058 Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 07/27] u-boot: fix CVE-2022-34835 Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 08/27] vim: upgrade to 9.0.0021 Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 09/27] openssl: update 3.0.4 -> 3.0.5 Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 10/27] glibc: stable 2.35 branch updates Steve Sakoman
2022-07-24 17:54 ` Martin Jansa
2022-07-25 10:17 ` pgowda cve
2022-07-25 10:33 ` Martin Jansa
2022-07-25 10:51 ` pgowda cve
2022-07-14 4:35 ` [OE-core][kirkstone 11/27] glibc-tests: Avoid reproducibility issues Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 12/27] binutils : stable 2.38 branch updates Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 13/27] gstreamer1.0: upgrade 1.20.2 -> 1.20.3 Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 14/27] gst-devtools: " Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 15/27] gstreamer1.0-libav: " Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 16/27] gstreamer1.0-omx: " Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 17/27] gstreamer1.0-plugins-bad: " Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 18/27] gstreamer1.0-plugins-base: " Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 19/27] gstreamer1.0-plugins-good: " Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 20/27] gstreamer1.0-plugins-ugly: " Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 21/27] gstreamer1.0-python: " Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 22/27] gstreamer1.0-rtsp-server: " Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 23/27] gstreamer1.0-vaapi: " Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 24/27] weston: update 10.0.0 -> 10.0.1 Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 25/27] glib-2.0: upgrade 2.72.2 -> 2.72.3 Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 26/27] glib-networking: upgrade 2.72.0 -> 2.72.1 Steve Sakoman
2022-07-14 4:35 ` [OE-core][kirkstone 27/27] libsoup: upgrade 3.0.6 -> 3.0.7 Steve Sakoman
[not found] ` <17019818268B4DB5.31059@lists.openembedded.org>
2022-07-14 4:42 ` [OE-core][kirkstone 01/27] ruby: add PACKAGECONFIG for capstone Steve Sakoman
2022-07-14 9:40 ` Richard Purdie
-- strict thread matches above, loose matches on Subject: below --
2025-06-17 21:19 [OE-core][kirkstone 00/27] Patch review Steve Sakoman
2023-07-18 14:25 Steve Sakoman
2023-02-12 21:10 Steve Sakoman
[not found] <16E7A00050A35F84.23874@lists.openembedded.org>
2022-04-20 14:53 ` Steve Sakoman
2022-04-20 15:05 ` Khem Raj
2022-04-21 5:14 ` Randy MacLeod
2022-04-21 14:00 ` Steve Sakoman
2022-04-21 14:27 ` Randy MacLeod
2022-04-20 14:07 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.1657772638.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