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][scarthgap 00/14] Patch review
Date: Fri, 30 May 2025 14:21:50 -0700	[thread overview]
Message-ID: <cover.1748639952.git.steve@sakoman.com> (raw)

Please review this set of changes for scarthgap and have comments back by
end of day Wednesday, June 4

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/1695

The following changes since commit 56431a98ac661eaa42803e83a9ede6eae0b72b67:

  u-boot: ensure keys are generated before assembling U-Boot FIT image (2025-05-27 09:47:09 -0700)

are available in the Git repository at:

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

Ashish Sharma (1):
  screen: patch CVE-2025-46805

Bruce Ashfield (8):
  linux-yocto/6.6: update to v6.6.85
  linux-yocto/6.6: fix beaglebone ethernet
  linux-yocto/6.6: update to v6.6.86
  linux-yocto/6.6: update to v6.6.87
  linux-yocto/6.6: update to v6.6.88
  linux-yocto/6.6: update to v6.6.89
  linux-yocto/6.6: update to v6.6.91
  linux-yocto/6.6: update to v6.6.92

Hitendra Prajapati (2):
  libsoup-3.4.4: Fix CVE-2025-4969
  libsoup-2.4: Fix CVE-2025-4969

NeilBrown (1):
  nfs-utils: don't use signals to shut down nfs server.

Richard Purdie (1):
  sstatetests: Switch to new CDN

Wang Mingyu (1):
  ghostscript: upgrade 10.05.0 -> 10.05.1

 meta/lib/oeqa/selftest/cases/sstatetests.py   |   2 +-
 .../nfs-utils/nfs-utils/nfsserver             |  28 +----
 ...ript_10.05.0.bb => ghostscript_10.05.1.bb} |   2 +-
 .../screen/screen/CVE-2025-46805.patch        | 101 ++++++++++++++++++
 meta/recipes-extended/screen/screen_4.9.1.bb  |   1 +
 .../linux/linux-yocto-rt_6.6.bb               |   6 +-
 .../linux/linux-yocto-tiny_6.6.bb             |   6 +-
 meta/recipes-kernel/linux/linux-yocto_6.6.bb  |  28 ++---
 .../libsoup/libsoup-2.4/CVE-2025-4969.patch   |  76 +++++++++++++
 .../libsoup/libsoup-2.4_2.74.3.bb             |   1 +
 .../libsoup/libsoup-3.4.4/CVE-2025-4969.patch |  76 +++++++++++++
 meta/recipes-support/libsoup/libsoup_3.4.4.bb |   1 +
 12 files changed, 282 insertions(+), 46 deletions(-)
 rename meta/recipes-extended/ghostscript/{ghostscript_10.05.0.bb => ghostscript_10.05.1.bb} (97%)
 create mode 100644 meta/recipes-extended/screen/screen/CVE-2025-46805.patch
 create mode 100644 meta/recipes-support/libsoup/libsoup-2.4/CVE-2025-4969.patch
 create mode 100644 meta/recipes-support/libsoup/libsoup-3.4.4/CVE-2025-4969.patch

-- 
2.43.0



             reply	other threads:[~2025-05-30 21:22 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-30 21:21 Steve Sakoman [this message]
2025-05-30 21:21 ` [OE-core][scarthgap 01/14] libsoup-3.4.4: Fix CVE-2025-4969 Steve Sakoman
2025-05-30 21:21 ` [OE-core][scarthgap 02/14] libsoup-2.4: " Steve Sakoman
2025-05-30 21:21 ` [OE-core][scarthgap 03/14] screen: patch CVE-2025-46805 Steve Sakoman
2025-05-30 21:21 ` [OE-core][scarthgap 04/14] linux-yocto/6.6: update to v6.6.85 Steve Sakoman
2025-05-30 21:21 ` [OE-core][scarthgap 05/14] linux-yocto/6.6: fix beaglebone ethernet Steve Sakoman
2025-05-30 21:21 ` [OE-core][scarthgap 06/14] linux-yocto/6.6: update to v6.6.86 Steve Sakoman
2025-05-30 21:21 ` [OE-core][scarthgap 07/14] linux-yocto/6.6: update to v6.6.87 Steve Sakoman
2025-05-30 21:21 ` [OE-core][scarthgap 08/14] linux-yocto/6.6: update to v6.6.88 Steve Sakoman
2025-05-30 21:21 ` [OE-core][scarthgap 09/14] linux-yocto/6.6: update to v6.6.89 Steve Sakoman
2025-05-30 21:22 ` [OE-core][scarthgap 10/14] linux-yocto/6.6: update to v6.6.91 Steve Sakoman
2025-05-30 21:22 ` [OE-core][scarthgap 11/14] linux-yocto/6.6: update to v6.6.92 Steve Sakoman
2025-05-30 21:22 ` [OE-core][scarthgap 12/14] ghostscript: upgrade 10.05.0 -> 10.05.1 Steve Sakoman
2025-05-30 21:22 ` [OE-core][scarthgap 13/14] nfs-utils: don't use signals to shut down nfs server Steve Sakoman
2025-05-30 21:22 ` [OE-core][scarthgap 14/14] sstatetests: Switch to new CDN Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2025-04-23 13:20 [OE-core][scarthgap 00/14] Patch review Steve Sakoman
2025-02-11 20:08 Steve Sakoman
2025-01-22  3:02 Steve Sakoman
2024-09-04 21:32 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.1748639952.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