All of lore.kernel.org
 help / color / mirror / Atom feed
* [gatesgarth][PATCH 00/25] review request
@ 2021-03-22  1:41 Anuj Mittal
  2021-03-22  1:41 ` [gatesgarth][PATCH 01/25] qemu: fix CVE-2021-20203 Anuj Mittal
                   ` (24 more replies)
  0 siblings, 25 replies; 26+ messages in thread
From: Anuj Mittal @ 2021-03-22  1:41 UTC (permalink / raw)
  To: openembedded-core

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

Thanks,

Anuj

The following changes since commit 6311cb4930bd0add7aec61e5e0df6bb7ae0c4481:

  libsdl2: fix CVE-2020-14409 CVE-2020-14410 (2021-03-10 00:24:18 +0000)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib stable/gatesgarth-next

Alejandro Hernandez Samaniego (1):
  devtool: Fix do_kernel_configme task

Anatol Belski (1):
  glib-2.0: Fix CVE-2021-27219

Anuj Mittal (1):
  Revert "sstatesig.py: show an error instead of warning when sstate
    manifest isn't found"

Bruce Ashfield (3):
  linux-yocto/5.4: update to v5.4.99
  linux-yocto/5.4: update to v5.4.101
  linux-yocto/5.4: update to v5.4.103

Chen Qi (2):
  python3-jinja2: set CVE_PRODUCT
  populate_sdk_ext: record METADATA_REVISION

Jon Mason (1):
  runqemu: use "raw" instead of "bin" for ovmf

Martin Jansa (1):
  iso-codes: fix protocol in SRC_URI

Mike Crowe (1):
  gcc-sanitizers: Move content from gcclibdir into libdir

Minjae Kim (1):
  qemu: fix CVE-2021-20203

Purushottam Choudhary (1):
  shadow: whitelist CVE-2013-4235

Richard Leitner (1):
  xcb-proto: update to 1.14.1

Richard Purdie (6):
  libsecret: Improve determimism
  igt-gpu-tools: Fix reproducibility issue
  apr-util: Fix CFLAGS used in build
  selftest/reproducible: Don't call sync between each file compare
  gstreamer1.0-python: Set internal python library path correcty
  build-appliance-image: Drop kernel module handling

Ross Burton (2):
  libinput: less parallism to increase chances the test suite works
  ptest-packagelists: remove libinput-ptest

Stefan Ghinea (1):
  wpa-supplicant: fix CVE-2021-27803

Stefan Schmidt (1):
  systemd-conf: do not ask for DHCP if configured on kernel command line

Ulrich Ölmann (1):
  local.conf.sample: fix typo

 meta/classes/populate_sdk_ext.bbclass         |    3 +
 .../distro/include/ptest-packagelists.inc     |    2 +-
 meta/conf/local.conf.sample                   |    2 +-
 meta/lib/oe/sstatesig.py                      |    2 +-
 meta/lib/oeqa/selftest/cases/reproducible.py  |    2 +-
 .../wpa-supplicant/CVE-2021-27803.patch       |   58 +
 .../wpa-supplicant/wpa-supplicant_2.9.bb      |    1 +
 .../glib-2.0/glib-2.0/CVE-2021-27219.patch    | 1444 +++++++++++++++++
 meta/recipes-core/glib-2.0/glib-2.0_2.64.5.bb |    1 +
 .../images/build-appliance-image_15.0.0.bb    |    8 +-
 .../systemd/systemd-conf/wired.network        |    1 +
 .../systemd/systemd-conf_246.9.bb             |    3 -
 meta/recipes-devtools/gcc/gcc-sanitizers.inc  |    7 +-
 .../python/python3-jinja2_2.11.2.bb           |    2 +
 meta/recipes-devtools/qemu/qemu.inc           |    1 +
 .../qemu/qemu/CVE-2021-20203.patch            |   74 +
 meta/recipes-extended/shadow/shadow_4.8.1.bb  |    5 +-
 .../libsecret/libsecret/determinism.patch     |   37 +
 .../libsecret/libsecret_0.20.3.bb             |    3 +-
 .../igt-gpu-tools/reproducibility.patch       |   38 +
 .../igt-gpu-tools/igt-gpu-tools_git.bb        |    5 +-
 .../wayland/libinput/run-ptest                |    2 +-
 ...{xcb-proto_1.14.bb => xcb-proto_1.14.1.bb} |    4 +-
 .../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 +-
 .../gstreamer/gstreamer1.0-python_1.16.3.bb   |    2 +
 meta/recipes-support/apr/apr-util_1.6.1.bb    |    2 +
 .../iso-codes/iso-codes_4.5.0.bb              |    2 +-
 scripts/lib/devtool/standard.py               |    7 +-
 scripts/runqemu                               |    2 +
 31 files changed, 1713 insertions(+), 43 deletions(-)
 create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/CVE-2021-27803.patch
 create mode 100644 meta/recipes-core/glib-2.0/glib-2.0/CVE-2021-27219.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-20203.patch
 create mode 100644 meta/recipes-gnome/libsecret/libsecret/determinism.patch
 create mode 100644 meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools/reproducibility.patch
 rename meta/recipes-graphics/xorg-proto/{xcb-proto_1.14.bb => xcb-proto_1.14.1.bb} (84%)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2021-03-22  1:43 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-22  1:41 [gatesgarth][PATCH 00/25] review request Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 01/25] qemu: fix CVE-2021-20203 Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 02/25] wpa-supplicant: fix CVE-2021-27803 Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 03/25] libinput: less parallism to increase chances the test suite works Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 04/25] local.conf.sample: fix typo Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 05/25] linux-yocto/5.4: update to v5.4.99 Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 06/25] linux-yocto/5.4: update to v5.4.101 Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 07/25] shadow: whitelist CVE-2013-4235 Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 08/25] ptest-packagelists: remove libinput-ptest Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 09/25] python3-jinja2: set CVE_PRODUCT Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 10/25] libsecret: Improve determimism Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 11/25] igt-gpu-tools: Fix reproducibility issue Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 12/25] apr-util: Fix CFLAGS used in build Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 13/25] selftest/reproducible: Don't call sync between each file compare Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 14/25] gstreamer1.0-python: Set internal python library path correcty Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 15/25] gcc-sanitizers: Move content from gcclibdir into libdir Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 16/25] iso-codes: fix protocol in SRC_URI Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 17/25] devtool: Fix do_kernel_configme task Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 18/25] runqemu: use "raw" instead of "bin" for ovmf Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 19/25] populate_sdk_ext: record METADATA_REVISION Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 20/25] systemd-conf: do not ask for DHCP if configured on kernel command line Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 21/25] glib-2.0: Fix CVE-2021-27219 Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 22/25] Revert "sstatesig.py: show an error instead of warning when sstate manifest isn't found" Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 23/25] linux-yocto/5.4: update to v5.4.103 Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 24/25] xcb-proto: update to 1.14.1 Anuj Mittal
2021-03-22  1:41 ` [gatesgarth][PATCH 25/25] build-appliance-image: Drop kernel module handling Anuj Mittal

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.