mbox

[whinlatter,0/9] Patch review

Message ID cover.1771943829.git.yoann.congal@smile.fr
State Not Applicable, archived
Headers show

Pull-request

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

Message

Yoann Congal Feb. 24, 2026, 2:40 p.m. UTC
Please review this set of changes for whinlatter and have comments back by
end of day Thursday, February 26.

Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/valkyrie/?#/builders/29/builds/3277
with a warning on qemuarm64-ptest:
https://autobuilder.yoctoproject.org/valkyrie/?#/builders/61/builds/3109
That is a known intermittent bug: #15885 – AB-INT PTEST: python3 test_default_timeout ptest failure

The following changes since commit 21314665e198c1abe458d0bad5c4d14d4c3ad856:

  build-appliance-image: Update to whinlatter head revisions (2026-02-23 09:22:40 +0000)

are available in the Git repository at:

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

for you to fetch changes up to c0f0667e742a59dce06cbe97baa6b4531fd13617:

  alsa-lib: patch CVE-2026-25068 (2026-02-24 09:39:34 +0100)

----------------------------------------------------------------

Daniel Dragomir (1):
  wic/engine: error on old host debugfs for standalone directory copy

Fabio Berton (1):
  classes/buildhistory: Do not sign buildhistory commits

Liu Yiding (1):
  gnutls: fix postinst script for ${PN}-fips for multilibs

Peter Marko (3):
  libpng: upgrade 1.6.54 -> 1.6.55
  glib-2.0: upgrade 2.86.3 -> 2.86.4
  alsa-lib: patch CVE-2026-25068

Pratik Farkase (1):
  libevent: merge inherit statements

Ross Burton (1):
  gnutls: use libtool to install test binaries

Yoann Congal (1):
  pseudo: Update to include a fix for systems with kernel <5.6

 meta/classes/buildhistory.bbclass             |  2 +-
 ...l_2.86.3.bb => glib-2.0-initial_2.86.4.bb} |  0
 ...{glib-2.0_2.86.3.bb => glib-2.0_2.86.4.bb} |  0
 meta/recipes-core/glib-2.0/glib.inc           |  2 +-
 meta/recipes-devtools/pseudo/pseudo_git.bb    |  2 +-
 .../alsa/alsa-lib/CVE-2026-25068.patch        | 34 +++++++++++++++++++
 .../alsa/alsa-lib_1.2.14.bb                   |  1 +
 .../{libpng_1.6.54.bb => libpng_1.6.55.bb}    |  2 +-
 meta/recipes-support/gnutls/gnutls_3.8.10.bb  |  4 +--
 .../libevent/libevent_2.1.12.bb               |  4 +--
 scripts/lib/wic/engine.py                     | 29 ++++++++++++++++
 11 files changed, 71 insertions(+), 9 deletions(-)
 rename meta/recipes-core/glib-2.0/{glib-2.0-initial_2.86.3.bb => glib-2.0-initial_2.86.4.bb} (100%)
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.86.3.bb => glib-2.0_2.86.4.bb} (100%)
 create mode 100644 meta/recipes-multimedia/alsa/alsa-lib/CVE-2026-25068.patch
 rename meta/recipes-multimedia/libpng/{libpng_1.6.54.bb => libpng_1.6.55.bb} (97%)