All of lore.kernel.org
 help / color / mirror / Atom feed
* [gatesgarth][PATCH 0/8] review request
@ 2021-04-26  5:45 Anuj Mittal
  2021-04-26  5:45 ` [gatesgarth][PATCH 1/8] cve-update-db-native: skip on empty cpe23Uri Anuj Mittal
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Anuj Mittal @ 2021-04-26  5:45 UTC (permalink / raw)
  To: openembedded-core

Please review these changes for gatesgarth. Builds cleanly on
autobuilder except for one failure that doesn't look related to the
changes.

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

Thanks,

Anuj

The following changes since commit 147a08dced5e565f19f4987a3c199780dc00f878:

  busybox: fix CVE-2021-28831 (2021-04-20 10:37:33 +0800)

are available in the Git repository at:

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

Bruce Ashfield (4):
  linux-yocto/5.4: update to v5.4.109
  linux-yocto/5.4: update to v5.4.111
  linux-yocto/5.4: update to v5.4.112
  linux-yocto/5.4: fix arm defconfig warnings

Gavin Li (1):
  kmod: do not symlink config.guess/config.sub during autoreconf

Khem Raj (1):
  ca-certificates: Fix openssl runtime cert dependencies

Konrad Weihmann (1):
  cve-update-db-native: skip on empty cpe23Uri

Richard Purdie (1):
  sanity: Further improve directory sanity tests

 meta/classes/sanity.bbclass                   | 21 ++++++++++--------
 .../recipes-core/meta/cve-update-db-native.bb |  7 +++++-
 meta/recipes-kernel/kmod/kmod.inc             |  1 -
 .../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 +++++++++----------
 .../ca-certificates_20210119.bb               |  6 ++---
 7 files changed, 39 insertions(+), 32 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gatesgarth][PATCH 0/8] review request
@ 2021-04-21  6:06 Anuj Mittal
  0 siblings, 0 replies; 10+ messages in thread
From: Anuj Mittal @ 2021-04-21  6:06 UTC (permalink / raw)
  To: openembedded-core

Please review these next set of changes for gatesgarth. These build
cleanly on autobuilder except two intermittent and unrelated failures.

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

Thanks,

Anuj

The following changes since commit d1283b74cc29d1cbcab56bf1075a244ea5082025:

  image-live.bbclass: optional depends when ROOTFS empty (2021-04-09 14:04:40 +0800)

are available in the Git repository at:

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

Chen Qi (1):
  busybox: fix CVE-2021-28831

Douglas Royds (1):
  externalsrc: Detect code changes in submodules

Peter Budny (1):
  lib/oe/terminal: Fix tmux new-session on older tmux versions (<1.9)

Richard Purdie (3):
  pseudo: Upgrade to add trailing slashes ignore path fix
  oeqa/selftest: Hardcode test assumptions about heartbeat event timings
  sanity: Add error check for '%' in build path

Ross Burton (1):
  insane: clean up some more warning messages

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

 meta/classes/externalsrc.bbclass              |  11 +-
 meta/classes/insane.bbclass                   |  12 +-
 meta/classes/sanity.bbclass                   |   2 +
 meta/lib/oe/terminal.py                       |  16 ++-
 meta/lib/oeqa/selftest/cases/buildoptions.py  |   6 +-
 .../wpa-supplicant/CVE-2021-30004.patch       | 123 ++++++++++++++++++
 .../wpa-supplicant/wpa-supplicant_2.9.bb      |   1 +
 ...ss_gunzip-Fix-DoS-if-gzip-is-corrupt.patch |  58 +++++++++
 meta/recipes-core/busybox/busybox_1.32.0.bb   |   3 +-
 meta/recipes-devtools/pseudo/pseudo_git.bb    |   2 +-
 10 files changed, 215 insertions(+), 19 deletions(-)
 create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/CVE-2021-30004.patch
 create mode 100644 meta/recipes-core/busybox/busybox/0001-decompress_gunzip-Fix-DoS-if-gzip-is-corrupt.patch

-- 
2.30.2


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

end of thread, other threads:[~2021-04-26  5:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-26  5:45 [gatesgarth][PATCH 0/8] review request Anuj Mittal
2021-04-26  5:45 ` [gatesgarth][PATCH 1/8] cve-update-db-native: skip on empty cpe23Uri Anuj Mittal
2021-04-26  5:45 ` [gatesgarth][PATCH 2/8] linux-yocto/5.4: update to v5.4.109 Anuj Mittal
2021-04-26  5:45 ` [gatesgarth][PATCH 3/8] linux-yocto/5.4: update to v5.4.111 Anuj Mittal
2021-04-26  5:45 ` [gatesgarth][PATCH 4/8] linux-yocto/5.4: update to v5.4.112 Anuj Mittal
2021-04-26  5:45 ` [gatesgarth][PATCH 5/8] linux-yocto/5.4: fix arm defconfig warnings Anuj Mittal
2021-04-26  5:45 ` [gatesgarth][PATCH 6/8] ca-certificates: Fix openssl runtime cert dependencies Anuj Mittal
2021-04-26  5:45 ` [gatesgarth][PATCH 7/8] kmod: do not symlink config.guess/config.sub during autoreconf Anuj Mittal
2021-04-26  5:45 ` [gatesgarth][PATCH 8/8] sanity: Further improve directory sanity tests Anuj Mittal
  -- strict thread matches above, loose matches on Subject: below --
2021-04-21  6:06 [gatesgarth][PATCH 0/8] review request 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.