mbox

[walnascar,00/15] Patch review

Message ID cover.1755790385.git.steve@sakoman.com
State Not Applicable, archived
Headers show

Pull-request

https://git.openembedded.org/openembedded-core-contrib stable/walnascar-nut

Message

Steve Sakoman Aug. 21, 2025, 3:39 p.m. UTC
Please review this set of changes for walnascar and have comments back by
end of day Monday, August 25

Passed a-full on autobuilder:

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

The following changes since commit 347cb0861dde58613541ce692778f907943a60ea:

  build-appliance-image: Update to walnascar head revision (2025-08-15 09:08:50 -0700)

are available in the Git repository at:

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

Harish Sadineni (1):
  binutils: Fix gprofng broken symbolic link with gp-*

Markus Volk (1):
  glib-2.0: update 2.84.0 -> 2.84.1

Martin Jansa (2):
  pkgconfig: fix build with gcc-15
  bash: use -std=gnu17 also for native CFLAGS

Patryk Seregiet (1):
  linux-firmware: fix FILES to drop RDEPENDS on full package

Peter Marko (3):
  glib-2.0: update 2.84.2 -> 2.84.4
  glib-2.0: patch CVE-2025-6052
  go: upgrade 1.24.5 -> 1.24.6

Praveen Kumar (1):
  glib-2.0: update 2.84.1 -> 2.84.2

Soumya Sambu (6):
  elfutils: Fix CVE-2025-1352
  elfutils: Fix CVE-2025-1365
  elfutils: Fix CVE-2025-1371
  elfutils: Fix CVE-2025-1372
  elfutils: Fix CVE-2025-1376
  elfutils: Fix CVE-2025-1377

 ...on-Run-atomics-test-on-clang-as-well.patch |   2 +-
 ...ot-enable-pidfd-features-on-native-g.patch |   2 +-
 .../glib-2.0/files/CVE-2025-6052-1.patch      |  97 +++++++++++
 .../glib-2.0/files/CVE-2025-6052-2.patch      |  35 ++++
 ...664e6f1a29e0d5f301979f6d168b08435a61.patch |  75 ---------
 ...l_2.84.0.bb => glib-2.0-initial_2.84.4.bb} |   0
 ...{glib-2.0_2.84.0.bb => glib-2.0_2.84.4.bb} |   0
 meta/recipes-core/glib-2.0/glib.inc           |   7 +-
 .../binutils/binutils-2.44.inc                |   1 +
 .../0020-Fix-for-borken-symlinks.patch        |  62 +++++++
 .../elfutils/elfutils_0.192.bb                |   6 +
 .../elfutils/files/CVE-2025-1352.patch        | 154 ++++++++++++++++++
 .../elfutils/files/CVE-2025-1365.patch        | 152 +++++++++++++++++
 .../elfutils/files/CVE-2025-1371.patch        |  41 +++++
 .../elfutils/files/CVE-2025-1372.patch        |  51 ++++++
 .../elfutils/files/CVE-2025-1376.patch        |  57 +++++++
 .../elfutils/files/CVE-2025-1377.patch        |  68 ++++++++
 .../go/{go-1.24.5.inc => go-1.24.6.inc}       |   2 +-
 ...e_1.24.5.bb => go-binary-native_1.24.6.bb} |   6 +-
 ..._1.24.5.bb => go-cross-canadian_1.24.6.bb} |   0
 ...{go-cross_1.24.5.bb => go-cross_1.24.6.bb} |   0
 ...osssdk_1.24.5.bb => go-crosssdk_1.24.6.bb} |   0
 ...runtime_1.24.5.bb => go-runtime_1.24.6.bb} |   0
 .../go/{go_1.24.5.bb => go_1.24.6.bb}         |   0
 ...0001-Do-not-use-bool-as-a-field-name.patch |  36 ++++
 .../pkgconfig/pkgconfig_git.bb                |   1 +
 meta/recipes-extended/bash/bash_5.2.37.bb     |   3 +
 .../linux-firmware/linux-firmware_20250311.bb |   6 +-
 28 files changed, 779 insertions(+), 85 deletions(-)
 create mode 100644 meta/recipes-core/glib-2.0/files/CVE-2025-6052-1.patch
 create mode 100644 meta/recipes-core/glib-2.0/files/CVE-2025-6052-2.patch
 delete mode 100644 meta/recipes-core/glib-2.0/files/aee0664e6f1a29e0d5f301979f6d168b08435a61.patch
 rename meta/recipes-core/glib-2.0/{glib-2.0-initial_2.84.0.bb => glib-2.0-initial_2.84.4.bb} (100%)
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.84.0.bb => glib-2.0_2.84.4.bb} (100%)
 create mode 100644 meta/recipes-devtools/binutils/binutils/0020-Fix-for-borken-symlinks.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/CVE-2025-1352.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/CVE-2025-1365.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/CVE-2025-1371.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/CVE-2025-1372.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/CVE-2025-1376.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/CVE-2025-1377.patch
 rename meta/recipes-devtools/go/{go-1.24.5.inc => go-1.24.6.inc} (91%)
 rename meta/recipes-devtools/go/{go-binary-native_1.24.5.bb => go-binary-native_1.24.6.bb} (79%)
 rename meta/recipes-devtools/go/{go-cross-canadian_1.24.5.bb => go-cross-canadian_1.24.6.bb} (100%)
 rename meta/recipes-devtools/go/{go-cross_1.24.5.bb => go-cross_1.24.6.bb} (100%)
 rename meta/recipes-devtools/go/{go-crosssdk_1.24.5.bb => go-crosssdk_1.24.6.bb} (100%)
 rename meta/recipes-devtools/go/{go-runtime_1.24.5.bb => go-runtime_1.24.6.bb} (100%)
 rename meta/recipes-devtools/go/{go_1.24.5.bb => go_1.24.6.bb} (100%)
 create mode 100644 meta/recipes-devtools/pkgconfig/pkgconfig/0001-Do-not-use-bool-as-a-field-name.patch