public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [OE-core][scarthgap 00/14] Patch review
@ 2025-05-30 21:21 Steve Sakoman
  2025-05-30 21:21 ` [OE-core][scarthgap 01/14] libsoup-3.4.4: Fix CVE-2025-4969 Steve Sakoman
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Steve Sakoman @ 2025-05-30 21:21 UTC (permalink / raw)
  To: openembedded-core

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



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

end of thread, other threads:[~2025-05-30 21:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-30 21:21 [OE-core][scarthgap 00/14] Patch review Steve Sakoman
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox