All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Anuj Mittal" <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [gatesgarth][PATCH 00/19] patch review request
Date: Mon, 14 Dec 2020 11:34:57 +0800	[thread overview]
Message-ID: <cover.1607916826.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/1672

Thanks,

Anuj

The following changes since commit d11ab9cb77bf91f939035417b757773a5d80242c:

  build-appliance-image: Update to gatesgarth head revision (2020-12-07 16:25:27 +0000)

are available in the Git repository at:

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

Alexander Kanavin (3):
  meta/lib/oe/reproducible.py: gitsm:// works just as fine as git:// for
    timestamps
  llvm: fix reproducibility
  webkitgtk: fix reproducibility

Chandana kalluri (1):
  populate_sdk_ext: use SDK_CUSTOM_TEPLATECONF variable to enable custom
    templateconf.cfg

Changqing Li (1):
  buildtools-tarball: add wic dependency into extended buildtools

Gratian Crisan (1):
  kernel-module-split.bbclass: fix kernel modules getting marked as
    CONFFILES

Kai Kang (1):
  sudo: fix multilib conflict

Li Wang (2):
  qemu: CVE-2020-29129 CVE-2020-29130
  qemu: CVE-2020-25624

Mark Jonas (1):
  libsdl2: Add directfb to PACKAGECONFIG rdepends

Richard Purdie (2):
  lz4: Use the new branch naming from upstream
  uninative: Don't use single sstate for pseudo-native

Ross Burton (5):
  cve-update-db-native: handle all-wildcard versions
  oeqa/devtool: use Yocto mirror for pv-1.5.3 tarball
  image_types: sort tarball file listings
  image_types: remove obsolete tar comment
  coreutils: add SUSE-specific issues to CVE whitelist

sangeeta jain (1):
  meta/lib/oeqa/manual/oe-core.json: Update test_bitbake_devshell

zangrc (1):
  wireless-regdb: upgrade 2020.04.29 -> 2020.11.20

 meta/classes/base.bbclass                     |   1 +
 meta/classes/image_types.bbclass              |  12 +--
 meta/classes/kernel-module-split.bbclass      |   5 +-
 meta/classes/populate_sdk_ext.bbclass         |   6 +-
 meta/classes/sstate.bbclass                   |   4 +
 meta/lib/oe/reproducible.py                   |   2 +-
 meta/lib/oe/sstatesig.py                      |   2 +-
 meta/lib/oeqa/manual/oe-core.json             |   2 +-
 meta/lib/oeqa/selftest/cases/devtool.py       |   2 +-
 meta/recipes-core/coreutils/coreutils_8.32.bb |   3 +
 .../meta/buildtools-extended-tarball.bb       |   3 +
 .../recipes-core/meta/cve-update-db-native.bb |   7 +-
 meta/recipes-devtools/llvm/llvm_git.bb        |   5 +
 meta/recipes-devtools/qemu/qemu.inc           |   2 +
 .../qemu/qemu/CVE-2020-25624.patch            | 101 ++++++++++++++++++
 .../qemu/CVE-2020-29129-CVE-2020-29130.patch  |  64 +++++++++++
 ...o.conf.in-fix-conflict-with-multilib.patch |  52 +++++++++
 meta/recipes-extended/sudo/sudo_1.9.3.bb      |   6 +-
 .../libsdl2/libsdl2_2.0.12.bb                 |   2 +-
 ....04.29.bb => wireless-regdb_2020.11.20.bb} |   2 +-
 meta/recipes-sato/webkit/webkitgtk_2.28.4.bb  |  12 +++
 meta/recipes-support/lz4/lz4_1.9.2.bb         |   2 +-
 22 files changed, 274 insertions(+), 23 deletions(-)
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-25624.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-29129-CVE-2020-29130.patch
 create mode 100644 meta/recipes-extended/sudo/files/0001-sudo.conf.in-fix-conflict-with-multilib.patch
 rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2020.04.29.bb => wireless-regdb_2020.11.20.bb} (94%)

-- 
2.29.2


             reply	other threads:[~2020-12-14  3:35 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-14  3:34 Anuj Mittal [this message]
2020-12-14  3:34 ` [gatesgarth][PATCH 01/19] libsdl2: Add directfb to PACKAGECONFIG rdepends Anuj Mittal
2020-12-14  3:34 ` [gatesgarth][PATCH 02/19] cve-update-db-native: handle all-wildcard versions Anuj Mittal
2020-12-14  3:35 ` [gatesgarth][PATCH 03/19] sudo: fix multilib conflict Anuj Mittal
2020-12-14  3:35 ` [gatesgarth][PATCH 04/19] buildtools-tarball: add wic dependency into extended buildtools Anuj Mittal
2020-12-14  3:35 ` [gatesgarth][PATCH 05/19] lz4: Use the new branch naming from upstream Anuj Mittal
2020-12-14  3:35 ` [gatesgarth][PATCH 06/19] oeqa/devtool: use Yocto mirror for pv-1.5.3 tarball Anuj Mittal
2020-12-14  3:35 ` [gatesgarth][PATCH 07/19] qemu: CVE-2020-29129 CVE-2020-29130 Anuj Mittal
2020-12-14  3:35 ` [gatesgarth][PATCH 08/19] image_types: sort tarball file listings Anuj Mittal
2020-12-14  3:35 ` [gatesgarth][PATCH 09/19] image_types: remove obsolete tar comment Anuj Mittal
2020-12-14  3:35 ` [gatesgarth][PATCH 10/19] qemu: CVE-2020-25624 Anuj Mittal
2020-12-14  3:35 ` [gatesgarth][PATCH 11/19] meta/lib/oeqa/manual/oe-core.json: Update test_bitbake_devshell Anuj Mittal
2020-12-14  3:35 ` [gatesgarth][PATCH 12/19] populate_sdk_ext: use SDK_CUSTOM_TEPLATECONF variable to enable custom templateconf.cfg Anuj Mittal
2020-12-14  3:35 ` [gatesgarth][PATCH 13/19] meta/lib/oe/reproducible.py: gitsm:// works just as fine as git:// for timestamps Anuj Mittal
2020-12-14  3:35 ` [gatesgarth][PATCH 14/19] llvm: fix reproducibility Anuj Mittal
2020-12-14  3:35 ` [gatesgarth][PATCH 15/19] webkitgtk: " Anuj Mittal
2020-12-14  3:35 ` [gatesgarth][PATCH 16/19] coreutils: add SUSE-specific issues to CVE whitelist Anuj Mittal
2020-12-14  3:35 ` [gatesgarth][PATCH 17/19] kernel-module-split.bbclass: fix kernel modules getting marked as CONFFILES Anuj Mittal
2020-12-14  3:35 ` [gatesgarth][PATCH 18/19] uninative: Don't use single sstate for pseudo-native Anuj Mittal
2020-12-14  3:35 ` [gatesgarth][PATCH 19/19] wireless-regdb: upgrade 2020.04.29 -> 2020.11.20 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.1607916826.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.