Openembedded Core Discussions
 help / color / mirror / Atom feed
From: "Anuj Mittal" <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [gatesgarth][PATCH 00/18] review request
Date: Mon, 12 Apr 2021 17:08:08 +0800	[thread overview]
Message-ID: <cover.1618210563.git.anuj.mittal@intel.com> (raw)

Please review these next set of changes for gatesgarth. Builds cleanly
on autobuilder.

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2039

Thanks,

Anuj

The following changes since commit fdae970656cc421c542af9856bc9ae038c61db13:

  build-appliance-image: Update to gatesgarth head revision (2021-03-28 22:33:00 +0100)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib anujm/gatesgarth

Anatol Belski (1):
  glibc: Pull latest 2.32 HEAD

Anton D. Kachalov (1):
  run-postinsts: do not remove postinsts directory.

Bruce Ashfield (2):
  linux-yocto/5.4: update to v5.4.105
  linux-yocto/5.4: update to v5.4.107

Christopher Larson (2):
  buildhistory: add missing vardepsexcludes
  image,populate_sdk_base: move 'func' flag setting for sdk command vars

Dorinda Bassey (1):
  devshell.bbclass: Exceptions displayed within devpyshell

Guillaume Champagne (1):
  image-live.bbclass: optional depends when ROOTFS empty

Khem Raj (1):
  documentation-audit.sh: Fix typo in specifying LICENSE_FLAGS_WHITELIST

Lee Chee Yang (2):
  cve-update-db-native: consider version suffix when update CVE db
  cve-check: CVE_VERSION_SUFFIX to work with patched release

Martin Jansa (1):
  binutils: backport fix for gold with theads enabled from 2.36.0

Michael Trensch (1):
  linux-firmware: Fix packaging

Mikko Rapeli (1):
  openssl: update to 1.1.1k to fix CVE-2021-3450 and CVE-2021-3449

Mingli Yu (1):
  libtool: make sure autoheader run before autoconf

Minjae Kim (1):
  git: fix CVE-2021-21300

Petr Vorel (1):
  scripts/verify-bashisms: Update checkbashisms.pl URL

Richard Purdie (1):
  selftest/wic: Fix dependency issue in rawcopy test

 meta/classes/buildhistory.bbclass             |   3 +
 meta/classes/devshell.bbclass                 |   1 +
 meta/classes/image-live.bbclass               |   2 +-
 meta/classes/image.bbclass                    |   2 +-
 meta/classes/populate_sdk_base.bbclass        |   7 +
 meta/lib/oe/cve_check.py                      |   7 +-
 meta/lib/oeqa/selftest/cases/cve_check.py     |   8 +
 meta/lib/oeqa/selftest/cases/wic.py           |  18 +-
 .../{openssl_1.1.1j.bb => openssl_1.1.1k.bb}  |   2 +-
 meta/recipes-core/glibc/glibc-version.inc     |   2 +-
 meta/recipes-core/glibc/glibc_2.32.bb         |   2 +-
 .../recipes-core/meta/cve-update-db-native.bb |   7 +-
 .../binutils/binutils-2.35.1.inc              |   1 +
 ..._counts_lock-is-initialized-before-u.patch |  41 +++
 meta/recipes-devtools/git/git.inc             |   4 +-
 .../git/git/CVE-2021-21300.patch              | 304 ++++++++++++++++++
 .../libtool/libtool-2.4.6.inc                 |   1 +
 ...-sure-autoheader-run-before-autoconf.patch |  35 ++
 .../run-postinsts/run-postinsts/run-postinsts |  10 +-
 meta/recipes-extended/sudo/sudo.inc           |   2 +
 .../linux-firmware/linux-firmware_20210208.bb |  41 ++-
 .../linux/linux-yocto-rt_5.4.bb               |   6 +-
 .../linux/linux-yocto-tiny_5.4.bb             |   8 +-
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  |  22 +-
 scripts/contrib/documentation-audit.sh        |   2 +-
 scripts/verify-bashisms                       |   2 +-
 26 files changed, 490 insertions(+), 50 deletions(-)
 rename meta/recipes-connectivity/openssl/{openssl_1.1.1j.bb => openssl_1.1.1k.bb} (98%)
 create mode 100644 meta/recipes-devtools/binutils/binutils/0001-gold-ensure-file_counts_lock-is-initialized-before-u.patch
 create mode 100644 meta/recipes-devtools/git/git/CVE-2021-21300.patch
 create mode 100644 meta/recipes-devtools/libtool/libtool/0001-Makefile.am-make-sure-autoheader-run-before-autoconf.patch

-- 
2.30.2


             reply	other threads:[~2021-04-12  9:08 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-12  9:08 Anuj Mittal [this message]
2021-04-12  9:08 ` [gatesgarth][PATCH 01/18] glibc: Pull latest 2.32 HEAD Anuj Mittal
2021-04-12  9:08 ` [gatesgarth][PATCH 02/18] binutils: backport fix for gold with theads enabled from 2.36.0 Anuj Mittal
2021-04-12  9:08 ` [gatesgarth][PATCH 03/18] git: fix CVE-2021-21300 Anuj Mittal
2021-04-12  9:08 ` [gatesgarth][PATCH 04/18] openssl: update to 1.1.1k to fix CVE-2021-3450 and CVE-2021-3449 Anuj Mittal
2021-04-12  9:08 ` [gatesgarth][PATCH 05/18] linux-yocto/5.4: update to v5.4.105 Anuj Mittal
2021-04-12  9:08 ` [gatesgarth][PATCH 06/18] linux-yocto/5.4: update to v5.4.107 Anuj Mittal
2021-04-12  9:08 ` [gatesgarth][PATCH 07/18] cve-update-db-native: consider version suffix when update CVE db Anuj Mittal
2021-04-12  9:08 ` [gatesgarth][PATCH 08/18] cve-check: CVE_VERSION_SUFFIX to work with patched release Anuj Mittal
2021-04-12  9:08 ` [gatesgarth][PATCH 09/18] devshell.bbclass: Exceptions displayed within devpyshell Anuj Mittal
2021-04-12  9:08 ` [gatesgarth][PATCH 10/18] scripts/verify-bashisms: Update checkbashisms.pl URL Anuj Mittal
2021-04-12  9:08 ` [gatesgarth][PATCH 11/18] selftest/wic: Fix dependency issue in rawcopy test Anuj Mittal
2021-04-12  9:08 ` [gatesgarth][PATCH 12/18] linux-firmware: Fix packaging Anuj Mittal
2021-04-12  9:08 ` [gatesgarth][PATCH 13/18] run-postinsts: do not remove postinsts directory Anuj Mittal
2021-04-12  9:08 ` [gatesgarth][PATCH 14/18] documentation-audit.sh: Fix typo in specifying LICENSE_FLAGS_WHITELIST Anuj Mittal
2021-04-12  9:08 ` [gatesgarth][PATCH 15/18] libtool: make sure autoheader run before autoconf Anuj Mittal
2021-04-12  9:08 ` [gatesgarth][PATCH 16/18] buildhistory: add missing vardepsexcludes Anuj Mittal
2021-04-12  9:08 ` [gatesgarth][PATCH 17/18] image,populate_sdk_base: move 'func' flag setting for sdk command vars Anuj Mittal
2021-04-12  9:08 ` [gatesgarth][PATCH 18/18] image-live.bbclass: optional depends when ROOTFS empty 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.1618210563.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