All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anuj Mittal <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [hardknott][PATCH 00/24] Pull request
Date: Fri,  7 Jan 2022 07:57:30 +0800	[thread overview]
Message-ID: <cover.1641513374.git.anuj.mittal@intel.com> (raw)

Please merge these changes.

Thanks,

Anuj

The following changes since commit f6791df317e66b2d3fa88d3a038d888d4512305a:

  libpcre/libpcre2: correct SRC_URI (2021-12-10 12:45:13 +0800)

are available in the Git repository at:

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

Anuj Mittal (2):
  busybox: upgrade 1.33.1 -> 1.33.2
  xserver-xorg: update CVE_PRODUCT

Bruce Ashfield (8):
  linux-yocto/5.10: update to v5.10.84
  linux-yocto/5.10: update to v5.10.85
  linux-yocto/5.10: update to v5.10.87
  linux-yocto/5.4: update to v5.4.159
  linux-yocto/5.4: update to v5.4.162
  linux-yocto/5.4: update to v5.4.163
  linux-yocto/5.4: update to v5.4.165
  linux-yocto/5.4: update to v5.4.167

Chaitanya Vadrevu (1):
  python3-pyelftools: Depend on debugger, pprint

Kai Kang (4):
  xserver-xorg: fix CVE-2021-4008
  xserver-xorg: fix CVE-2021-4009
  xserver-xorg: fix CVE-2021-4010
  xserver-xorg: fix CVE-2021-4011

Richard Purdie (3):
  oeqa/selftest/bbtests: Use YP sources mirror instead of GNU
  webkitgtk: Add reproducibility fix
  openssl: Add reproducibility fix

Ross Burton (1):
  vim: upgrade to 8.2 patch 3752

Steve Sakoman (2):
  selftest: skip virgl test on centos 8 entirely
  selftest: skip virgl test on fedora 34 entirely

Sundeep KOKKONDA (1):
  binutils: Fix CVE-2021-45078

pgowda (1):
  binutils: CVE-2021-42574

wangmy (1):
  linux-firmware: upgrade 20211027 -> 20211216

 meta/lib/oeqa/selftest/cases/bbtests.py       |    2 +-
 meta/lib/oeqa/selftest/cases/runtime_test.py  |    4 +
 .../openssl/openssl/reproducibility.patch     |   22 +
 .../openssl/openssl_1.1.1l.bb                 |    1 +
 ...ab_1.33.0.bb => busybox-inittab_1.33.2.bb} |    0
 .../{busybox_1.33.1.bb => busybox_1.33.2.bb}  |    2 +-
 .../binutils/binutils-2.36.inc                |    2 +
 .../binutils/0001-CVE-2021-42574.patch        | 2006 +++++++++++++++++
 .../binutils/0001-CVE-2021-45078.patch        |  255 +++
 .../python/python3-pyelftools_0.27.bb         |    2 +
 .../xorg-xserver/xserver-xorg.inc             |    2 +-
 .../xserver-xorg/CVE-2021-4008.patch          |   59 +
 .../xserver-xorg/CVE-2021-4009.patch          |   50 +
 .../xserver-xorg/CVE-2021-4010.patch          |   39 +
 .../xserver-xorg/CVE-2021-4011.patch          |   40 +
 .../xorg-xserver/xserver-xorg_1.20.10.bb      |    4 +
 ...20211027.bb => linux-firmware_20211216.bb} |    4 +-
 .../linux/linux-yocto-rt_5.10.bb              |    6 +-
 .../linux/linux-yocto-rt_5.4.bb               |    6 +-
 .../linux/linux-yocto-tiny_5.10.bb            |    8 +-
 .../linux/linux-yocto-tiny_5.4.bb             |    8 +-
 meta/recipes-kernel/linux/linux-yocto_5.10.bb |   24 +-
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  |   22 +-
 .../webkit/webkitgtk/reproducibility.patch    |   22 +
 meta/recipes-sato/webkit/webkitgtk_2.30.5.bb  |    1 +
 ...src-Makefile-improve-reproducibility.patch |   13 +-
 .../vim/files/CVE-2021-3778.patch             |   34 -
 .../vim/files/CVE-2021-3872.patch             |   57 -
 ...1e135a16091c93f6f5f7525a5c58fb7ca9f9.patch |  207 --
 .../vim/files/disable_acl_header_check.patch  |   15 +-
 .../vim/files/no-path-adjust.patch            |    8 +-
 meta/recipes-support/vim/files/racefix.patch  |    6 +-
 ...m-add-knob-whether-elf.h-are-checked.patch |   13 +-
 meta/recipes-support/vim/vim.inc              |   14 +-
 34 files changed, 2577 insertions(+), 381 deletions(-)
 create mode 100644 meta/recipes-connectivity/openssl/openssl/reproducibility.patch
 rename meta/recipes-core/busybox/{busybox-inittab_1.33.0.bb => busybox-inittab_1.33.2.bb} (100%)
 rename meta/recipes-core/busybox/{busybox_1.33.1.bb => busybox_1.33.2.bb} (95%)
 create mode 100644 meta/recipes-devtools/binutils/binutils/0001-CVE-2021-42574.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/0001-CVE-2021-45078.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2021-4008.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2021-4009.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2021-4010.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2021-4011.patch
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_20211027.bb => linux-firmware_20211216.bb} (99%)
 create mode 100644 meta/recipes-sato/webkit/webkitgtk/reproducibility.patch
 delete mode 100644 meta/recipes-support/vim/files/CVE-2021-3778.patch
 delete mode 100644 meta/recipes-support/vim/files/CVE-2021-3872.patch
 delete mode 100644 meta/recipes-support/vim/files/b7081e135a16091c93f6f5f7525a5c58fb7ca9f9.patch

-- 
2.33.1



                 reply	other threads:[~2022-01-06 23:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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.1641513374.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.