From: Anuj Mittal <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [hardknott][PATCH 00/39] Pull request (cover letter only)
Date: Wed, 2 Mar 2022 07:33:58 +0800 [thread overview]
Message-ID: <cover.1646177572.git.anuj.mittal@intel.com> (raw)
The following changes since commit 29cd1d796057ef5599fe17c39b42aa099f7b1c29:
build-appliance-image: Update to hardknott head revision (2022-02-20 15:32:32 +0000)
are available in the Git repository at:
git://push.openembedded.org/openembedded-core-contrib stable/hardknott-next
Alexander Kanavin (1):
libarchive: upgrade 3.5.1 -> 3.5.2
Changqing Li (1):
e2fsprogs: backport to fix one regression
Christian Eggers (1):
mc: fix build if ncurses have been configured without wide characters
Florian Amstutz (1):
devtool: deploy-target: Remove stripped binaries in pseudo context
Joe Slater (1):
virglrenderer: fix CVE-2022-0135 and -0175
Jose Quaresma (24):
gstreamer1.0: 1.18.4 -> 1.18.5
gstreamer1.0-plugins-base: 1.18.4 -> 1.18.5
gstreamer1.0-plugins-bad: 1.18.4 -> 1.18.5
gstreamer1.0-plugins-good: 1.18.4 -> 1.18.5
gstreamer1.0-rtsp-server: 1.18.4 -> 1.18.5
gstreamer1.0-libav: 1.18.4 -> 1.18.5
gstreamer1.0-vaapi: 1.18.4 -> 1.18.5
gstreamer1.0-omx: 1.18.4 -> 1.18.5
gstreamer1.0-python: 1.18.4 -> 1.18.5
gst-devtools: 1.18.4 -> 1.18.5
gst-examples: 1.18.4 -> 1.18.5
gstreamer1.0-plugins-ugly: 1.18.4 -> 1.18.5
gstreamer1.0: 1.18.5 -> 1.18.6
gstreamer1.0-plugins-base: 1.18.5 -> 1.18.6
gstreamer1.0-plugins-good: 1.18.5 -> 1.18.6
gstreamer1.0-plugins-bad: 1.18.5 -> 1.18.6
gstreamer1.0-plugins-ugly: 1.18.5 -> 1.18.6
gstreamer1.0-vaapi: 1.18.5 -> 1.18.6
gstreamer1.0-libav: 1.18.5 -> 1.18.6
gstreamer1.0-omx: 1.18.5 -> 1.18.6
gstreamer1.0-rtsp-server: 1.18.5 -> 1.18.6
gst-examples: 1.18.5 -> 1.18.6
gstreamer1.0-python: 1.18.5 -> 1.18.6
gst-devtools: 1.18.5 -> 1.18.6
Justin Bronder (1):
initramfs-framework: unmount automounts before switch_root
Kai Kang (1):
expat: fix CVE-2022-23990
Lee Chee Yang (1):
libarchive : update to 3.5.3
Michael Halstead (1):
uninative: Upgrade to 3.5
Oleksiy Obitotskyy (1):
package_manager: ipk: Fix host manifest generation
Richard Purdie (2):
vim: Upgrade 4269 -> 4134
vim: Upgrade 8.2.4314 -> 8.2.4424
Tim Orling (1):
scripts/buildhistory-diff: drop use of distutils
wangmy (2):
linux-firmware: upgrade 20211216 -> 20220209
ccache: upgrade 4.2 -> 4.2.1
meta/conf/distro/include/yocto-uninative.inc | 10 +-
meta/lib/oe/sdk.py | 4 +
.../expat/expat/CVE-2022-23990.patch | 49 ++++++++
meta/recipes-core/expat/expat_2.2.10.bb | 7 +-
.../initrdscripts/initramfs-framework/finish | 12 ++
.../ccache/{ccache_4.2.bb => ccache_4.2.1.bb} | 4 +-
meta/recipes-devtools/e2fsprogs/e2fsprogs.inc | 3 +-
...mount-write-time-when-e2fsck-is-forc.patch | 66 ++++++++++
...ibarchive_3.5.1.bb => libarchive_3.5.3.bb} | 2 +-
...FTBFS-with-ncurses-build-with-disabl.patch | 87 +++++++++++++
meta/recipes-extended/mc/mc_4.8.26.bb | 5 +-
.../virglrenderer/cve-2022-0135.patch | 117 ++++++++++++++++++
.../virglrenderer/cve-2022-0175.patch | 112 +++++++++++++++++
.../virglrenderer/virglrenderer_0.8.2.bb | 2 +
...20211216.bb => linux-firmware_20220209.bb} | 4 +-
...tools_1.18.4.bb => gst-devtools_1.18.6.bb} | 2 +-
...mples_1.18.4.bb => gst-examples_1.18.6.bb} | 2 +-
...1.18.4.bb => gstreamer1.0-libav_1.18.6.bb} | 2 +-
...x_1.18.4.bb => gstreamer1.0-omx_1.18.6.bb} | 2 +-
....bb => gstreamer1.0-plugins-bad_1.18.6.bb} | 2 +-
...bb => gstreamer1.0-plugins-base_1.18.6.bb} | 2 +-
...Fix-parsing-of-the-mediaclk-direct-f.patch | 33 -----
...bb => gstreamer1.0-plugins-good_1.18.6.bb} | 3 +-
...bb => gstreamer1.0-plugins-ugly_1.18.6.bb} | 2 +-
....18.4.bb => gstreamer1.0-python_1.18.6.bb} | 2 +-
....bb => gstreamer1.0-rtsp-server_1.18.6.bb} | 2 +-
...1.18.4.bb => gstreamer1.0-vaapi_1.18.6.bb} | 2 +-
...002-Remove-unused-valgrind-detection.patch | 14 +--
...er1.0_1.18.4.bb => gstreamer1.0_1.18.6.bb} | 2 +-
meta/recipes-support/vim/vim.inc | 7 +-
scripts/buildhistory-diff | 5 -
scripts/lib/devtool/deploy.py | 2 +-
32 files changed, 493 insertions(+), 77 deletions(-)
create mode 100644 meta/recipes-core/expat/expat/CVE-2022-23990.patch
rename meta/recipes-devtools/ccache/{ccache_4.2.bb => ccache_4.2.1.bb} (82%)
create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-e2fsck-fix-last-mount-write-time-when-e2fsck-is-forc.patch
rename meta/recipes-extended/libarchive/{libarchive_3.5.1.bb => libarchive_3.5.3.bb} (96%)
create mode 100644 meta/recipes-extended/mc/files/0001-Ticket-4200-fix-FTBFS-with-ncurses-build-with-disabl.patch
create mode 100644 meta/recipes-graphics/virglrenderer/virglrenderer/cve-2022-0135.patch
create mode 100644 meta/recipes-graphics/virglrenderer/virglrenderer/cve-2022-0175.patch
rename meta/recipes-kernel/linux-firmware/{linux-firmware_20211216.bb => linux-firmware_20220209.bb} (99%)
rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.18.4.bb => gst-devtools_1.18.6.bb} (94%)
rename meta/recipes-multimedia/gstreamer/{gst-examples_1.18.4.bb => gst-examples_1.18.6.bb} (96%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.18.4.bb => gstreamer1.0-libav_1.18.6.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.18.4.bb => gstreamer1.0-omx_1.18.6.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.18.4.bb => gstreamer1.0-plugins-bad_1.18.6.bb} (98%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.18.4.bb => gstreamer1.0-plugins-base_1.18.6.bb} (98%)
delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0002-rtpjitterbuffer-Fix-parsing-of-the-mediaclk-direct-f.patch
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.18.4.bb => gstreamer1.0-plugins-good_1.18.6.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.18.4.bb => gstreamer1.0-plugins-ugly_1.18.6.bb} (94%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.18.4.bb => gstreamer1.0-python_1.18.6.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.18.4.bb => gstreamer1.0-rtsp-server_1.18.6.bb} (90%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.18.4.bb => gstreamer1.0-vaapi_1.18.6.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.18.4.bb => gstreamer1.0_1.18.6.bb} (97%)
--
2.35.1
reply other threads:[~2022-03-01 23:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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.1646177572.git.anuj.mittal@intel.com \
--to=anuj.mittal@intel.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.