From: Anuj Mittal <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [hardknott][PATCH 00/16] Review request
Date: Mon, 22 Nov 2021 10:20:04 +0800 [thread overview]
Message-ID: <cover.1637546583.git.anuj.mittal@intel.com> (raw)
Please review these changes for hardknott. No issues seen while testing
on autobuilder.
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2933
Thanks,
Anuj
The following changes since commit 2fd327ae5b3da8841ebed00bfc60b7bb8d6a64c5:
llvm: bump HASHEQUIV_HASH_VERSION (2021-11-16 11:20:31 +0800)
are available in the Git repository at:
git://push.openembedded.org/openembedded-core-contrib anujm/hardknott
Andrej Valek (1):
mklibs-native: drop deprecated cpp17 exceptions
Bruce Ashfield (2):
linux-yocto/5.10: update to v5.10.77
linux-yocto/5.10: update to v5.10.78
Changqing Li (1):
rpm: fix CVE-2021-3521
Jon Mason (1):
scripts/lib/wic/help.py: Update Fedora Kickstart URLs
Kai Kang (2):
convert-srcuri.py: use regex to check space in SRC_URI
squashfs-tools: fix CVE-2021-41072
Mingli Yu (4):
vim: fix CVE-2021-3872 and CVE-2021-3903
vim: fix CVE-2021-3875
bind: fix CVE-2021-25219
vim: fix CVE-2021-3927 and CVE-2021-3928
Pgowda (1):
gcc: Fix CVE-2021-35465
Richard Purdie (3):
mirrors: Add uninative mirror on kernel.org
scripts/oe-package-browser: Handle no packages being built
mirrors: Add kernel.org sources mirror for downloads.yoctoproject.org
Yi Zhao (1):
inetutils: fix CVE-2021-40491
meta/classes/mirrors.bbclass | 2 +
.../bind/bind-9.16.16/CVE-2021-25219-1.patch | 76 +++
.../bind/bind-9.16.16/CVE-2021-25219-2.patch | 65 +++
.../recipes-connectivity/bind/bind_9.16.16.bb | 2 +
.../inetutils/inetutils/CVE-2021-40491.patch | 67 +++
.../inetutils/inetutils_2.0.bb | 1 +
meta/recipes-devtools/gcc/gcc-10.2.inc | 4 +
.../gcc/gcc/0001-CVE-2021-35465.patch | 138 ++++++
.../gcc/gcc/0002-CVE-2021-35465.patch | 40 ++
.../gcc/gcc/0003-CVE-2021-35465.patch | 103 +++++
.../gcc/gcc/0004-CVE-2021-35465.patch | 304 ++++++++++++
...ecated-exception-specification-cpp17.patch | 431 ++++++++++++++++++
.../mklibs/mklibs-native_0.1.44.bb | 1 +
.../rpm/files/0001-CVE-2021-3521.patch | 57 +++
.../rpm/files/0002-CVE-2021-3521.patch | 62 +++
.../rpm/files/0003-CVE-2021-3521.patch | 332 ++++++++++++++
meta/recipes-devtools/rpm/rpm_4.16.1.3.bb | 3 +
.../files/CVE-2021-41072-requisite-1.patch | 135 ++++++
.../files/CVE-2021-41072-requisite-2.patch | 109 +++++
.../files/CVE-2021-41072-requisite-3.patch | 330 ++++++++++++++
.../squashfs-tools/files/CVE-2021-41072.patch | 316 +++++++++++++
.../squashfs-tools/squashfs-tools_git.bb | 4 +
.../linux/linux-yocto-rt_5.10.bb | 6 +-
.../linux/linux-yocto-tiny_5.10.bb | 8 +-
meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 +-
.../vim/files/CVE-2021-3872.patch | 57 +++
.../vim/files/CVE-2021-3875.patch | 37 ++
.../vim/files/CVE-2021-3903.patch | 38 ++
.../vim/files/CVE-2021-3927.patch | 32 ++
.../vim/files/CVE-2021-3928.patch | 34 ++
meta/recipes-support/vim/vim.inc | 5 +
scripts/contrib/convert-srcuri.py | 8 +-
scripts/lib/wic/help.py | 4 +-
scripts/oe-pkgdata-browser | 2 +
34 files changed, 2812 insertions(+), 25 deletions(-)
create mode 100644 meta/recipes-connectivity/bind/bind-9.16.16/CVE-2021-25219-1.patch
create mode 100644 meta/recipes-connectivity/bind/bind-9.16.16/CVE-2021-25219-2.patch
create mode 100644 meta/recipes-connectivity/inetutils/inetutils/CVE-2021-40491.patch
create mode 100644 meta/recipes-devtools/gcc/gcc/0001-CVE-2021-35465.patch
create mode 100644 meta/recipes-devtools/gcc/gcc/0002-CVE-2021-35465.patch
create mode 100644 meta/recipes-devtools/gcc/gcc/0003-CVE-2021-35465.patch
create mode 100644 meta/recipes-devtools/gcc/gcc/0004-CVE-2021-35465.patch
create mode 100644 meta/recipes-devtools/mklibs/files/remove-deprecated-exception-specification-cpp17.patch
create mode 100644 meta/recipes-devtools/rpm/files/0001-CVE-2021-3521.patch
create mode 100644 meta/recipes-devtools/rpm/files/0002-CVE-2021-3521.patch
create mode 100644 meta/recipes-devtools/rpm/files/0003-CVE-2021-3521.patch
create mode 100644 meta/recipes-devtools/squashfs-tools/files/CVE-2021-41072-requisite-1.patch
create mode 100644 meta/recipes-devtools/squashfs-tools/files/CVE-2021-41072-requisite-2.patch
create mode 100644 meta/recipes-devtools/squashfs-tools/files/CVE-2021-41072-requisite-3.patch
create mode 100644 meta/recipes-devtools/squashfs-tools/files/CVE-2021-41072.patch
create mode 100644 meta/recipes-support/vim/files/CVE-2021-3872.patch
create mode 100644 meta/recipes-support/vim/files/CVE-2021-3875.patch
create mode 100644 meta/recipes-support/vim/files/CVE-2021-3903.patch
create mode 100644 meta/recipes-support/vim/files/CVE-2021-3927.patch
create mode 100644 meta/recipes-support/vim/files/CVE-2021-3928.patch
--
2.33.1
next reply other threads:[~2021-11-22 2:20 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-22 2:20 Anuj Mittal [this message]
2021-11-22 2:20 ` [hardknott][PATCH 01/16] mirrors: Add uninative mirror on kernel.org Anuj Mittal
2021-11-22 2:20 ` [hardknott][PATCH 02/16] linux-yocto/5.10: update to v5.10.77 Anuj Mittal
2021-11-22 2:20 ` [hardknott][PATCH 03/16] linux-yocto/5.10: update to v5.10.78 Anuj Mittal
2021-11-22 2:20 ` [hardknott][PATCH 04/16] convert-srcuri.py: use regex to check space in SRC_URI Anuj Mittal
2021-11-22 2:20 ` [hardknott][PATCH 05/16] scripts/oe-package-browser: Handle no packages being built Anuj Mittal
2021-11-22 2:20 ` [hardknott][PATCH 06/16] scripts/lib/wic/help.py: Update Fedora Kickstart URLs Anuj Mittal
2021-11-22 2:20 ` [hardknott][PATCH 07/16] mirrors: Add kernel.org sources mirror for downloads.yoctoproject.org Anuj Mittal
2021-11-22 2:20 ` [hardknott][PATCH 08/16] inetutils: fix CVE-2021-40491 Anuj Mittal
2021-11-22 2:20 ` [hardknott][PATCH 09/16] mklibs-native: drop deprecated cpp17 exceptions Anuj Mittal
2021-11-22 2:20 ` [hardknott][PATCH 10/16] gcc: Fix CVE-2021-35465 Anuj Mittal
2021-11-22 2:20 ` [hardknott][PATCH 11/16] rpm: fix CVE-2021-3521 Anuj Mittal
2021-11-22 2:20 ` [hardknott][PATCH 12/16] vim: fix CVE-2021-3872 and CVE-2021-3903 Anuj Mittal
2021-11-22 2:20 ` [hardknott][PATCH 13/16] vim: fix CVE-2021-3875 Anuj Mittal
2021-11-22 2:20 ` [hardknott][PATCH 14/16] bind: fix CVE-2021-25219 Anuj Mittal
2021-11-22 2:20 ` [hardknott][PATCH 15/16] vim: fix CVE-2021-3927 and CVE-2021-3928 Anuj Mittal
2021-11-22 2:20 ` [hardknott][PATCH 16/16] squashfs-tools: fix CVE-2021-41072 Anuj Mittal
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.1637546583.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox