From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/16] Patch review
Date: Tue, 27 Oct 2020 12:29:04 -1000 [thread overview]
Message-ID: <cover.1603837524.git.steve@sakoman.com> (raw)
Please review this next set of patches for dunfell and have changes back
by end of day Thursday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1514
The following changes since commit 89e6fc44a378cb3489376d7193672cdf94c504b6:
qemu: change TLBs number to 64 in 34Kf mips cpu model (2020-10-21 04:42:42 -1000)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/dunfell-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-nut
Jose Quaresma (12):
gstreamer1.0: Fix reproducibility issue around libcap
gstreamer1.0: Update 1.16.2 -> Update 1.16.3
gstreamer1.0-plugins-base: Update 1.16.2 -> Update 1.16.3
gstreamer1.0-plugins-good: Update 1.16.2 -> Update 1.16.3
gstreamer1.0-plugins-bad: Update 1.16.2 -> Update 1.16.3
gstreamer1.0-plugins-ugly: Update 1.16.2 -> Update 1.16.3
gstreamer1.0-libav: Update 1.16.2 -> Update 1.16.3
gstreamer1.0-vaapi: Update 1.16.2 -> Update 1.16.3
gstreamer1.0-rtsp-server: Update 1.16.2 -> Update 1.16.3
gstreamer1.0-omx: Update 1.16.2 -> Update 1.16.3
gstreamer1.0-python: Update 1.16.2 -> Update 1.16.3
gst-validate: Update 1.16.2 -> Update 1.16.3
Lee Chee Yang (1):
ffmpeg: fix CVE-2020-12284
Richard Purdie (1):
oeqa: Add sync call to command execution
Ross Burton (2):
gcc: mitigate the Straight-line Speculation attack
glib-2.0: fix parsing of slim encoded tzdata
meta/lib/oeqa/selftest/cases/runcmd.py | 16 +-
meta/lib/oeqa/utils/commands.py | 8 +-
.../glib-2.0/glib-2.0/tzdata-update.patch | 458 ++++++++++++
meta/recipes-core/glib-2.0/glib-2.0_2.62.6.bb | 1 +
meta/recipes-devtools/gcc/gcc-9.3.inc | 3 +
...ight-Line-Speculation-SLS-mitigation.patch | 204 ++++++
...e-SLS-mitigation-for-RET-and-BR-inst.patch | 600 ++++++++++++++++
...h64-Mitigate-SLS-for-BLR-instruction.patch | 659 ++++++++++++++++++
.../ffmpeg/ffmpeg/CVE-2020-12284.patch | 36 +
.../recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb | 1 +
...idate_1.16.2.bb => gst-validate_1.16.3.bb} | 4 +-
...1.16.2.bb => gstreamer1.0-libav_1.16.3.bb} | 4 +-
...x_1.16.2.bb => gstreamer1.0-omx_1.16.3.bb} | 4 +-
....bb => gstreamer1.0-plugins-bad_1.16.3.bb} | 4 +-
...bb => gstreamer1.0-plugins-base_1.16.3.bb} | 4 +-
...bb => gstreamer1.0-plugins-good_1.16.3.bb} | 4 +-
...bb => gstreamer1.0-plugins-ugly_1.16.3.bb} | 4 +-
...son.build-fix-builds-with-python-3.8.patch | 24 -
....16.2.bb => gstreamer1.0-python_1.16.3.bb} | 8 +-
....bb => gstreamer1.0-rtsp-server_1.16.3.bb} | 4 +-
...1.16.2.bb => gstreamer1.0-vaapi_1.16.3.bb} | 4 +-
.../gstreamer/gstreamer1.0/capfix.patch | 37 -
...er1.0_1.16.2.bb => gstreamer1.0_1.16.3.bb} | 9 +-
23 files changed, 2002 insertions(+), 98 deletions(-)
create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/tzdata-update.patch
create mode 100644 meta/recipes-devtools/gcc/gcc-9.3/0001-aarch64-New-Straight-Line-Speculation-SLS-mitigation.patch
create mode 100644 meta/recipes-devtools/gcc/gcc-9.3/0002-aarch64-Introduce-SLS-mitigation-for-RET-and-BR-inst.patch
create mode 100644 meta/recipes-devtools/gcc/gcc-9.3/0003-aarch64-Mitigate-SLS-for-BLR-instruction.patch
create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2020-12284.patch
rename meta/recipes-multimedia/gstreamer/{gst-validate_1.16.2.bb => gst-validate_1.16.3.bb} (87%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.16.2.bb => gstreamer1.0-libav_1.16.3.bb} (90%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.16.2.bb => gstreamer1.0-omx_1.16.3.bb} (92%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.16.2.bb => gstreamer1.0-plugins-bad_1.16.3.bb} (98%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.16.2.bb => gstreamer1.0-plugins-base_1.16.3.bb} (96%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.16.2.bb => gstreamer1.0-plugins-good_1.16.3.bb} (96%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.16.2.bb => gstreamer1.0-plugins-ugly_1.16.3.bb} (90%)
delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-python/0001-meson.build-fix-builds-with-python-3.8.patch
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.16.2.bb => gstreamer1.0-python_1.16.3.bb} (80%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.16.2.bb => gstreamer1.0-rtsp-server_1.16.3.bb} (86%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.16.2.bb => gstreamer1.0-vaapi_1.16.3.bb} (93%)
delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0/capfix.patch
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.16.2.bb => gstreamer1.0_1.16.3.bb} (90%)
--
2.17.1
next reply other threads:[~2020-10-27 22:29 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-27 22:29 Steve Sakoman [this message]
2020-10-27 22:29 ` [OE-core][dunfell 01/16] oeqa: Add sync call to command execution Steve Sakoman
2020-10-27 22:29 ` [OE-core][dunfell 02/16] gcc: mitigate the Straight-line Speculation attack Steve Sakoman
2020-10-27 22:29 ` [OE-core][dunfell 03/16] ffmpeg: fix CVE-2020-12284 Steve Sakoman
2020-10-27 22:29 ` [OE-core][dunfell 04/16] gstreamer1.0: Fix reproducibility issue around libcap Steve Sakoman
2020-10-27 22:29 ` [OE-core][dunfell 05/16] gstreamer1.0: Update 1.16.2 -> Update 1.16.3 Steve Sakoman
2020-10-27 22:29 ` [OE-core][dunfell 06/16] gstreamer1.0-plugins-base: " Steve Sakoman
2020-10-27 22:29 ` [OE-core][dunfell 07/16] gstreamer1.0-plugins-good: " Steve Sakoman
2020-10-27 22:29 ` [OE-core][dunfell 08/16] gstreamer1.0-plugins-bad: " Steve Sakoman
2020-10-27 22:29 ` [OE-core][dunfell 09/16] gstreamer1.0-plugins-ugly: " Steve Sakoman
2020-10-27 22:29 ` [OE-core][dunfell 10/16] gstreamer1.0-libav: " Steve Sakoman
2020-10-27 22:29 ` [OE-core][dunfell 11/16] gstreamer1.0-vaapi: " Steve Sakoman
2020-10-27 22:29 ` [OE-core][dunfell 12/16] gstreamer1.0-rtsp-server: " Steve Sakoman
2020-10-27 22:29 ` [OE-core][dunfell 13/16] gstreamer1.0-omx: " Steve Sakoman
2020-10-27 22:29 ` [OE-core][dunfell 14/16] gstreamer1.0-python: " Steve Sakoman
2020-10-27 22:29 ` [OE-core][dunfell 15/16] gst-validate: " Steve Sakoman
2020-10-27 22:29 ` [OE-core][dunfell 16/16] glib-2.0: fix parsing of slim encoded tzdata Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2023-02-20 22:20 [OE-core][dunfell 00/16] Patch review Steve Sakoman
2023-01-25 14:41 Steve Sakoman
2020-12-01 18:51 Steve Sakoman
2020-06-01 14:11 Steve Sakoman
2020-04-29 16:10 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.1603837524.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.