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/18] Review request
Date: Mon,  1 Nov 2021 23:33:55 +0800	[thread overview]
Message-ID: <cover.1635780638.git.anuj.mittal@intel.com> (raw)

Please review these changes for hardknott. No issues seen while testing
on autobuilder.

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

Thanks,

Anuj

The following changes since commit 47e638ada946af7d69fb65619858a1e4564613c4:

  uninative: Upgrade to 3.4 (2021-11-01 10:36:28 +0000)

are available in the Git repository at:

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

Alexander Kanavin (6):
  waffle: convert to git, website is down
  linux-firmware: upgrade 20210818 -> 20210919
  wireless-regdb: upgrade 2021.04.21 -> 2021.07.14
  wireless-regdb: upgrade 2021.07.14 -> 2021.08.28
  ca-certificates: update 20210119 -> 20211016
  tzdata: upgrade 2021a -> 2021d

Anuj Mittal (1):
  meta: bump HASHEQUIV_HASH_VERSION after RPM fix

Bruce Ashfield (3):
  linux-yocto/5.10: update to v5.10.73
  linux-yocto/5.10: update to v5.10.74
  linux-yocto/5.10: update to v5.10.75

Changqing Li (1):
  openssh: fix CVE-2021-41617

Jose Quaresma (1):
  sstate: fix touching files inside pseudo

Pgowda (1):
  binutils: Fix CVE-2021-3530

Richard Purdie (1):
  bootchart2: Don't compile python modules

Ross Burton (3):
  testimage: fix unclosed testdata file
  oe/utils: log exceptions in ThreadedWorker functions
  strace: show test suite log on failure

Trevor Gamblin (1):
  ghostscript: Fix CVE-2021-3781

 meta/classes/sstate.bbclass                   |   4 +-
 meta/classes/testimage.bbclass                |   7 +-
 meta/lib/oe/utils.py                          |   3 +-
 .../openssh/openssh/CVE-2021-41617.patch      |  49 ++++
 .../openssh/openssh_8.5p1.bb                  |   1 +
 .../binutils/binutils-2.36.inc                |   2 +
 .../binutils/0017-CVE-2021-3530.patch         | 102 ++++++++
 .../binutils/0018-CVE-2021-3530.patch         |  64 +++++
 .../bootchart2/bootchart2_0.14.9.bb           |   6 +-
 meta/recipes-devtools/strace/strace/run-ptest |   9 +
 ...de-device-specifier-strings-in-acces.patch | 238 ++++++++++++++++++
 .../ghostscript/ghostscript_9.53.3.bb         |   1 +
 meta/recipes-extended/timezone/timezone.inc   |   7 +-
 .../hicolor-icon-theme_0.17.bb                |   4 +
 meta/recipes-graphics/waffle/waffle_1.6.1.bb  |  10 +-
 .../wayland/wayland-protocols_1.20.bb         |   4 +
 .../xorg-font/encodings_1.0.5.bb              |   4 +
 ...20210818.bb => linux-firmware_20210919.bb} |   4 +-
 .../linux/linux-yocto-rt_5.10.bb              |   6 +-
 .../linux/linux-yocto-tiny_5.10.bb            |   8 +-
 meta/recipes-kernel/linux/linux-yocto_5.10.bb |  24 +-
 ....04.21.bb => wireless-regdb_2021.08.28.bb} |   6 +-
 .../alsa/alsa-topology-conf_1.2.4.bb          |   4 +
 .../alsa/alsa-ucm-conf_1.2.4.bb               |   4 +
 .../pulseaudio-client-conf-sato_1.bb          |   4 +
 .../shutdown-desktop/shutdown-desktop.bb      |   5 +-
 ...ertdata2pem.py-print-a-warning-for-e.patch |  80 ++++++
 .../ca-certificates/sbindir.patch             |  26 --
 ...pdate-ca-certificates-support-Toybox.patch |  33 ---
 ...0210119.bb => ca-certificates_20211016.bb} |   5 +-
 .../iso-codes/iso-codes_4.6.0.bb              |   4 +
 31 files changed, 627 insertions(+), 101 deletions(-)
 create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2021-41617.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/0017-CVE-2021-3530.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/0018-CVE-2021-3530.patch
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/0001-Bug-704342-Include-device-specifier-strings-in-acces.patch
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_20210818.bb => linux-firmware_20210919.bb} (99%)
 rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2021.04.21.bb => wireless-regdb_2021.08.28.bb} (89%)
 create mode 100644 meta/recipes-support/ca-certificates/ca-certificates/0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch
 delete mode 100644 meta/recipes-support/ca-certificates/ca-certificates/sbindir.patch
 delete mode 100644 meta/recipes-support/ca-certificates/ca-certificates/update-ca-certificates-support-Toybox.patch
 rename meta/recipes-support/ca-certificates/{ca-certificates_20210119.bb => ca-certificates_20211016.bb} (95%)

-- 
2.31.1



             reply	other threads:[~2021-11-01 15:34 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-01 15:33 Anuj Mittal [this message]
2021-11-01 15:33 ` [hardknott][PATCH 01/18] ghostscript: Fix CVE-2021-3781 Anuj Mittal
2021-11-01 15:33 ` [hardknott][PATCH 02/18] binutils: Fix CVE-2021-3530 Anuj Mittal
2021-11-01 15:33 ` [hardknott][PATCH 03/18] openssh: fix CVE-2021-41617 Anuj Mittal
2021-11-01 15:33 ` [hardknott][PATCH 04/18] testimage: fix unclosed testdata file Anuj Mittal
2021-11-01 15:34 ` [hardknott][PATCH 05/18] oe/utils: log exceptions in ThreadedWorker functions Anuj Mittal
2021-11-01 15:34 ` [hardknott][PATCH 06/18] sstate: fix touching files inside pseudo Anuj Mittal
2021-11-01 15:34 ` [hardknott][PATCH 07/18] waffle: convert to git, website is down Anuj Mittal
2021-11-01 15:34 ` [hardknott][PATCH 08/18] strace: show test suite log on failure Anuj Mittal
2021-11-01 15:34 ` [hardknott][PATCH 09/18] linux-yocto/5.10: update to v5.10.73 Anuj Mittal
2021-11-01 15:34 ` [hardknott][PATCH 10/18] linux-yocto/5.10: update to v5.10.74 Anuj Mittal
2021-11-01 15:34 ` [hardknott][PATCH 11/18] linux-yocto/5.10: update to v5.10.75 Anuj Mittal
2021-11-01 15:34 ` [hardknott][PATCH 12/18] linux-firmware: upgrade 20210818 -> 20210919 Anuj Mittal
2021-11-01 15:34 ` [hardknott][PATCH 13/18] wireless-regdb: upgrade 2021.04.21 -> 2021.07.14 Anuj Mittal
2021-11-01 15:34 ` [hardknott][PATCH 14/18] wireless-regdb: upgrade 2021.07.14 -> 2021.08.28 Anuj Mittal
2021-11-01 15:34 ` [hardknott][PATCH 15/18] ca-certificates: update 20210119 -> 20211016 Anuj Mittal
2021-11-01 15:34 ` [hardknott][PATCH 16/18] tzdata: upgrade 2021a -> 2021d Anuj Mittal
2021-11-01 15:34 ` [hardknott][PATCH 17/18] bootchart2: Don't compile python modules Anuj Mittal
2021-11-01 15:34 ` [hardknott][PATCH 18/18] meta: bump HASHEQUIV_HASH_VERSION after RPM fix 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.1635780638.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.