Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][walnascar 00/12] Patch review
Date: Wed, 14 May 2025 08:57:48 -0700	[thread overview]
Message-ID: <cover.1747238138.git.steve@sakoman.com> (raw)

Please review this set of changes for walnascar and have comments back by
end of day Friday, May 16

Passed a-full on autobuilder:

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

The following changes since commit 5e594b3d074900580fa83ca50f7d837937c17856:

  gobject-introspection: Fix wrong PN used in MULTILIB_SCRIPTS (2025-05-08 13:19:12 -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

Aleksandar Nikolic (1):
  scripts/install-buildtools: Update to 5.2

Alon Bar-Lev (1):
  module.bbclass: add KBUILD_EXTRA_SYMBOLS to install

Archana Polampalli (4):
  ffmpeg: fix CVE-2025-22921
  perlcross: 1.6 -> 1.6.2
  perl: upgrade 5.40.0 -> 5.40.2
  go: upgrade 1.24.1 -> 1.24.2

Changqing Li (2):
  libsoup-2.4: fix CVE-2024-52532
  icu: set ac_cv_path_install to ensure install tool reproducibility

Deepesh Varatharajan (1):
  binutils: stable 2.44 branch updates

Peter Marko (1):
  go: upgrade 1.24.2 -> 1.24.3

Yogita Urade (1):
  webkitgtk: upgrade 2.48.0 -> 2.48.1

rajmohan r (1):
  glibc-y2038-tests: remove glibc-y2038-tests_2.41.bb recipe

 meta/classes-recipe/module.bbclass            |    1 +
 meta/conf/distro/include/maintainers.inc      |    1 -
 .../distro/include/ptest-packagelists.inc     |    2 -
 meta/conf/distro/include/time64.inc           |    2 -
 .../glibc/glibc-y2038-tests_2.41.bb           |  107 -
 meta/recipes-core/glibc/glibc/run-ptest       |   37 -
 .../binutils/binutils-2.44.inc                |    3 +-
 .../binutils/0015-CVE-2025-1153.patch         | 3355 -----------------
 .../go/{go-1.24.1.inc => go-1.24.3.inc}       |    2 +-
 ...e_1.24.1.bb => go-binary-native_1.24.3.bb} |    6 +-
 ..._1.24.1.bb => go-cross-canadian_1.24.3.bb} |    0
 ...{go-cross_1.24.1.bb => go-cross_1.24.3.bb} |    0
 ...osssdk_1.24.1.bb => go-crosssdk_1.24.3.bb} |    0
 ...runtime_1.24.1.bb => go-runtime_1.24.3.bb} |    0
 .../go/{go_1.24.1.bb => go_1.24.3.bb}         |    0
 .../{perlcross_1.6.bb => perlcross_1.6.2.bb}  |    2 +-
 .../perl/{perl_5.40.0.bb => perl_5.40.2.bb}   |    2 +-
 .../ffmpeg/ffmpeg/CVE-2025-22921.patch        |   34 +
 .../recipes-multimedia/ffmpeg/ffmpeg_7.1.1.bb |    4 +-
 ...04-main-7ffc29624258-.-https-bugs.we.patch |   75 -
 ...or-no-matching-function-for-call-to-.patch |   77 -
 ...ebkitgtk_2.48.0.bb => webkitgtk_2.48.1.bb} |    4 +-
 meta/recipes-support/icu/icu_76-1.bb          |    6 +-
 .../libsoup-2.4/CVE-2024-52532-1.patch        |   37 +
 .../libsoup-2.4/CVE-2024-52532-2.patch        |   43 +
 .../libsoup-2.4/CVE-2024-52532-3.patch        |   48 +
 .../libsoup/libsoup-2.4_2.74.3.bb             |    5 +-
 scripts/install-buildtools                    |    4 +-
 28 files changed, 183 insertions(+), 3674 deletions(-)
 delete mode 100644 meta/recipes-core/glibc/glibc-y2038-tests_2.41.bb
 delete mode 100755 meta/recipes-core/glibc/glibc/run-ptest
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0015-CVE-2025-1153.patch
 rename meta/recipes-devtools/go/{go-1.24.1.inc => go-1.24.3.inc} (91%)
 rename meta/recipes-devtools/go/{go-binary-native_1.24.1.bb => go-binary-native_1.24.3.bb} (78%)
 rename meta/recipes-devtools/go/{go-cross-canadian_1.24.1.bb => go-cross-canadian_1.24.3.bb} (100%)
 rename meta/recipes-devtools/go/{go-cross_1.24.1.bb => go-cross_1.24.3.bb} (100%)
 rename meta/recipes-devtools/go/{go-crosssdk_1.24.1.bb => go-crosssdk_1.24.3.bb} (100%)
 rename meta/recipes-devtools/go/{go-runtime_1.24.1.bb => go-runtime_1.24.3.bb} (100%)
 rename meta/recipes-devtools/go/{go_1.24.1.bb => go_1.24.3.bb} (100%)
 rename meta/recipes-devtools/perl-cross/{perlcross_1.6.bb => perlcross_1.6.2.bb} (92%)
 rename meta/recipes-devtools/perl/{perl_5.40.0.bb => perl_5.40.2.bb} (99%)
 create mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2025-22921.patch
 delete mode 100644 meta/recipes-sato/webkit/webkitgtk/0001-Cherry-pick-292304-main-7ffc29624258-.-https-bugs.we.patch
 delete mode 100644 meta/recipes-sato/webkit/webkitgtk/0001-EnumTraits.h-error-no-matching-function-for-call-to-.patch
 rename meta/recipes-sato/webkit/{webkitgtk_2.48.0.bb => webkitgtk_2.48.1.bb} (96%)
 create mode 100644 meta/recipes-support/libsoup/libsoup-2.4/CVE-2024-52532-1.patch
 create mode 100644 meta/recipes-support/libsoup/libsoup-2.4/CVE-2024-52532-2.patch
 create mode 100644 meta/recipes-support/libsoup/libsoup-2.4/CVE-2024-52532-3.patch

-- 
2.43.0



             reply	other threads:[~2025-05-14 15:58 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-14 15:57 Steve Sakoman [this message]
2025-05-14 15:57 ` [OE-core][walnascar 01/12] ffmpeg: fix CVE-2025-22921 Steve Sakoman
2025-05-14 15:57 ` [OE-core][walnascar 02/12] libsoup-2.4: fix CVE-2024-52532 Steve Sakoman
2025-05-14 15:57 ` [OE-core][walnascar 03/12] scripts/install-buildtools: Update to 5.2 Steve Sakoman
2025-05-14 15:57 ` [OE-core][walnascar 04/12] webkitgtk: upgrade 2.48.0 -> 2.48.1 Steve Sakoman
2025-05-14 15:57 ` [OE-core][walnascar 05/12] perlcross: 1.6 -> 1.6.2 Steve Sakoman
2025-05-14 15:57 ` [OE-core][walnascar 06/12] perl: upgrade 5.40.0 -> 5.40.2 Steve Sakoman
2025-05-14 15:57 ` [OE-core][walnascar 07/12] go: upgrade 1.24.1 -> 1.24.2 Steve Sakoman
2025-05-14 15:57 ` [OE-core][walnascar 08/12] go: upgrade 1.24.2 -> 1.24.3 Steve Sakoman
2025-05-14 15:57 ` [OE-core][walnascar 09/12] binutils: stable 2.44 branch updates Steve Sakoman
2025-05-14 15:57 ` [OE-core][walnascar 10/12] module.bbclass: add KBUILD_EXTRA_SYMBOLS to install Steve Sakoman
2025-05-14 15:57 ` [OE-core][walnascar 11/12] icu: set ac_cv_path_install to ensure install tool reproducibility Steve Sakoman
2025-05-14 15:58 ` [OE-core][walnascar 12/12] glibc-y2038-tests: remove glibc-y2038-tests_2.41.bb recipe Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2025-05-30 17:38 [OE-core][walnascar 00/12] Patch review Steve Sakoman
2025-06-17 15:59 Steve Sakoman
2025-07-20 20:04 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.1747238138.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