From: Anuj Mittal <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [honister][PATCH 00/17] Review request
Date: Tue, 14 Dec 2021 09:20:35 +0800 [thread overview]
Message-ID: <cover.1639444641.git.anuj.mittal@intel.com> (raw)
Please review these changes for honister. No issues seen while testing
on autobuilder.
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3027
Thanks,
Anuj
The following changes since commit b8fa0c446ecb3f65d7c134426a07c6244959cdf7:
libdrm: upgrade 2.4.108 -> 2.4.109 (2021-12-09 09:17:26 +0800)
are available in the Git repository at:
git://push.openembedded.org/openembedded-core-contrib anujm/honister
Anuj Mittal (1):
python3: upgrade 3.9.7 -> 3.9.9
Bruce Ashfield (4):
linux-yocto/5.14: update to v5.14.21
linux-yocto/5.10: update to v5.10.82
linux-yocto-rt/5.10: update to -rt56
kern-tools: bug fixes and kgit-gconfig
Changqing Li (1):
openssh: fix CVE-2021-41617
Mingli Yu (3):
ncurses: fix CVE-2021-39537
bind: fix CVE-2021-25219
packagedata.py: silence a DeprecationWarning
Richard Purdie (1):
gcc: Add CVE-2021-37322 to the list of CVEs to ignore
Ross Burton (3):
runqemu: check the qemu PID has been set before kill()ing it
oe/license: implement ast.NodeVisitor.visit_Constant
license.bbclass: implement ast.NodeVisitor.visit_Constant
Stefan Herbrechtsmeier (2):
recipetool: Set master branch only as fallback
selftest/devtool: Check branch in git fetch
Steve Sakoman (1):
cve-extra-exclusions: add db CVEs to exclusion list
Thomas Perrot (1):
uboot-sign: fix the concatenation when multiple U-BOOT configurations
are specified
meta/classes/license.bbclass | 4 +
meta/classes/uboot-sign.bbclass | 16 +++-
.../distro/include/cve-extra-exclusions.inc | 9 ++-
meta/lib/oe/license.py | 6 ++
meta/lib/oe/packagedata.py | 2 +-
meta/lib/oeqa/selftest/cases/devtool.py | 5 +-
.../bind/bind-9.16.20/CVE-2021-25219-1.patch | 76 +++++++++++++++++++
.../bind/bind-9.16.20/CVE-2021-25219-2.patch | 65 ++++++++++++++++
.../recipes-connectivity/bind/bind_9.16.20.bb | 2 +
.../openssh/openssh/CVE-2021-41617.patch | 48 ++++++++++++
.../openssh/openssh_8.7p1.bb | 1 +
.../ncurses/files/CVE-2021-39537.patch | 65 ++++++++++++++++
meta/recipes-core/ncurses/ncurses_6.2.bb | 1 +
meta/recipes-devtools/gcc/gcc-11.2.inc | 3 +
...-detection-of-mips-architecture-for-.patch | 20 +++--
.../{python3_3.9.7.bb => python3_3.9.9.bb} | 2 +-
.../kern-tools/kern-tools-native_git.bb | 5 +-
.../linux/linux-yocto-rt_5.10.bb | 6 +-
.../linux/linux-yocto-rt_5.14.bb | 6 +-
.../linux/linux-yocto-tiny_5.10.bb | 8 +-
.../linux/linux-yocto-tiny_5.14.bb | 8 +-
meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 +++---
meta/recipes-kernel/linux/linux-yocto_5.14.bb | 26 +++----
scripts/lib/recipetool/create.py | 15 ++--
scripts/runqemu | 3 +-
25 files changed, 358 insertions(+), 68 deletions(-)
create mode 100644 meta/recipes-connectivity/bind/bind-9.16.20/CVE-2021-25219-1.patch
create mode 100644 meta/recipes-connectivity/bind/bind-9.16.20/CVE-2021-25219-2.patch
create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2021-41617.patch
create mode 100644 meta/recipes-core/ncurses/files/CVE-2021-39537.patch
rename meta/recipes-devtools/python/{python3_3.9.7.bb => python3_3.9.9.bb} (99%)
--
2.33.1
next reply other threads:[~2021-12-14 1:21 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-14 1:20 Anuj Mittal [this message]
2021-12-14 1:20 ` [honister][PATCH 01/17] ncurses: fix CVE-2021-39537 Anuj Mittal
2021-12-14 1:20 ` [honister][PATCH 02/17] openssh: fix CVE-2021-41617 Anuj Mittal
2021-12-14 1:20 ` [honister][PATCH 03/17] bind: fix CVE-2021-25219 Anuj Mittal
2021-12-14 1:20 ` [honister][PATCH 04/17] python3: upgrade 3.9.7 -> 3.9.9 Anuj Mittal
2021-12-14 1:20 ` [honister][PATCH 05/17] linux-yocto/5.14: update to v5.14.21 Anuj Mittal
2021-12-14 1:20 ` [honister][PATCH 06/17] linux-yocto/5.10: update to v5.10.82 Anuj Mittal
2021-12-14 1:20 ` [honister][PATCH 07/17] linux-yocto-rt/5.10: update to -rt56 Anuj Mittal
2021-12-14 1:20 ` [honister][PATCH 08/17] gcc: Add CVE-2021-37322 to the list of CVEs to ignore Anuj Mittal
2021-12-14 1:20 ` [honister][PATCH 09/17] kern-tools: bug fixes and kgit-gconfig Anuj Mittal
2021-12-14 1:20 ` [honister][PATCH 10/17] recipetool: Set master branch only as fallback Anuj Mittal
2021-12-14 1:20 ` [honister][PATCH 11/17] selftest/devtool: Check branch in git fetch Anuj Mittal
2021-12-14 1:20 ` [honister][PATCH 12/17] runqemu: check the qemu PID has been set before kill()ing it Anuj Mittal
2021-12-14 1:20 ` [honister][PATCH 13/17] cve-extra-exclusions: add db CVEs to exclusion list Anuj Mittal
2021-12-14 1:20 ` [honister][PATCH 14/17] uboot-sign: fix the concatenation when multiple U-BOOT configurations are specified Anuj Mittal
2021-12-14 1:20 ` [honister][PATCH 15/17] packagedata.py: silence a DeprecationWarning Anuj Mittal
2021-12-14 1:20 ` [honister][PATCH 16/17] oe/license: implement ast.NodeVisitor.visit_Constant Anuj Mittal
2021-12-14 1:20 ` [honister][PATCH 17/17] license.bbclass: " Anuj Mittal
-- strict thread matches above, loose matches on Subject: below --
2021-11-16 16:31 [honister][PATCH 00/17] Review request 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.1639444641.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.