public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 00/13] Patch review
Date: Tue, 30 May 2023 16:34:07 -1000	[thread overview]
Message-ID: <cover.1685500244.git.steve@sakoman.com> (raw)

Please review this set of changes for kirkstone and have comments back by
end of day Thursday.

Passed a-full on autobuilder:

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

The following changes since commit 5e26ead1ca016d1691dccba1b58060ac853bf0d2:

  piglit: Add missing glslang dependencies (2023-05-25 05:42:54 -1000)

are available in the Git repository at:

  https://git.openembedded.org/openembedded-core-contrib stable/kirkstone-nut
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-nut

Bhabu Bindu (4):
  curl: Fix CVE-2023-28319
  curl: Fix CVE-2023-28320
  curl: Fix CVE-2023-28321
  curl: Fix CVE-2023-28322

Bruce Ashfield (5):
  linux-yocto/5.10: update to v5.10.176
  linux-yocto/5.10: update to v5.10.177
  linux-yocto/5.10: update to v5.10.178
  linux-yocto/5.10: update to v5.10.179
  linux-yocto/5.10: update to v5.10.180

Martin Jansa (1):
  kernel-devicetree: make shell scripts posix compliant

Randolph Sapp (3):
  kernel-devicetree: allow specification of dtb directory
  package: enable recursion on file globs
  kernel-devicetree: recursively search for dtbs

 meta/classes/kernel-devicetree.bbclass        |  22 +-
 meta/classes/kernel.bbclass                   |   2 +
 meta/classes/package.bbclass                  |   2 +-
 .../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 +-
 .../curl/curl/CVE-2023-28319.patch            |  33 ++
 .../curl/curl/CVE-2023-28320.patch            |  83 ++++
 .../curl/curl/CVE-2023-28321.patch            | 302 ++++++++++++
 .../curl/curl/CVE-2023-28322-1.patch          |  84 ++++
 .../curl/curl/CVE-2023-28322-2.patch          | 436 ++++++++++++++++++
 meta/recipes-support/curl/curl_7.82.0.bb      |   5 +
 12 files changed, 982 insertions(+), 25 deletions(-)
 create mode 100644 meta/recipes-support/curl/curl/CVE-2023-28319.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2023-28320.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2023-28321.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2023-28322-1.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2023-28322-2.patch

-- 
2.34.1



             reply	other threads:[~2023-05-31  2:34 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-31  2:34 Steve Sakoman [this message]
2023-05-31  2:34 ` [OE-core][kirkstone 01/13] curl: Fix CVE-2023-28319 Steve Sakoman
2023-05-31  2:34 ` [OE-core][kirkstone 02/13] curl: Fix CVE-2023-28320 Steve Sakoman
2023-05-31  2:34 ` [OE-core][kirkstone 03/13] curl: Fix CVE-2023-28321 Steve Sakoman
2023-05-31  2:34 ` [OE-core][kirkstone 04/13] curl: Fix CVE-2023-28322 Steve Sakoman
2023-05-31  2:34 ` [OE-core][kirkstone 05/13] linux-yocto/5.10: update to v5.10.176 Steve Sakoman
2023-05-31  2:34 ` [OE-core][kirkstone 06/13] linux-yocto/5.10: update to v5.10.177 Steve Sakoman
2023-05-31  2:34 ` [OE-core][kirkstone 07/13] linux-yocto/5.10: update to v5.10.178 Steve Sakoman
2023-05-31  2:34 ` [OE-core][kirkstone 08/13] linux-yocto/5.10: update to v5.10.179 Steve Sakoman
2023-05-31  2:34 ` [OE-core][kirkstone 09/13] linux-yocto/5.10: update to v5.10.180 Steve Sakoman
2023-05-31  2:34 ` [OE-core][kirkstone 10/13] kernel-devicetree: allow specification of dtb directory Steve Sakoman
2023-05-31  2:34 ` [OE-core][kirkstone 11/13] kernel-devicetree: make shell scripts posix compliant Steve Sakoman
2023-05-31  2:34 ` [OE-core][kirkstone 12/13] package: enable recursion on file globs Steve Sakoman
2023-05-31  2:34 ` [OE-core][kirkstone 13/13] kernel-devicetree: recursively search for dtbs Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2025-01-07 13:31 [OE-core][kirkstone 00/13] Patch review Steve Sakoman
2023-10-14 21:44 Steve Sakoman
2023-04-29 17:20 Steve Sakoman
2023-02-01 22:15 Steve Sakoman
2022-10-17 23:08 Steve Sakoman
2022-06-21 23:27 Steve Sakoman
2022-06-06 14:38 Steve Sakoman

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.1685500244.git.steve@sakoman.com \
    --to=steve@sakoman.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox