mbox series

[scarthgap,0/9] scarthgap updates

Message ID 20260409092936.1740143-1-daniel.turull@ericsson.com
Headers show
Series scarthgap updates | expand

Message

Daniel Turull April 9, 2026, 9:29 a.m. UTC
From: Daniel Turull <daniel.turull@ericsson.com>

This series is a subset of the recipes updated with AUH.

I have reviewed the patches, build and ptest them.

The patches has been generated with the updated AUH

See [AUH] PATCH 0/6] Make upgrade-helper compatible with scarthgap and master in
yocto-patches

The series applied on top of contrib/scarthgap-nut

Daniel

Daniel Turull (9):
  base-passwd: upgrade 3.6.3 -> 3.6.8
  gnupg: upgrade 2.4.8 -> 2.4.9
  python3-requests: upgrade 2.32.4 -> 2.32.5
  bash: upgrade 5.2.21 -> 5.2.37
  sudo: upgrade 1.9.17p1 -> 1.9.17p2
  lttng-ust: upgrade 2.13.8 -> 2.13.10
  libatomic-ops: upgrade 7.8.2 -> 7.8.4
  liburcu: upgrade 0.14.0 -> 0.14.2
  numactl: upgrade 2.0.18 -> 2.0.19

 .../0001-Add-a-shutdown-group.patch           |   6 +-
 .../0001-base-passwd-Add-the-sgx-group.patch  |   4 +-
 ...nstead-of-bin-bash-for-the-root-user.patch |   4 +-
 ...t-since-we-do-not-have-an-etc-shadow.patch |   4 +-
 ...nput-group-for-the-dev-input-devices.patch |   4 +-
 .../base-passwd/0005-Add-kvm-group.patch      |   6 +-
 .../base-passwd/0007-Add-wheel-group.patch    |  18 +-
 ...e-passwd_3.6.3.bb => base-passwd_3.6.8.bb} |   2 +-
 ...s_2.32.4.bb => python3-requests_2.32.5.bb} |   2 +-
 ...T-handler-while-waiting-for-a-child-.patch |  21 +--
 .../bash/bash/0001-fix-c99.patch              |  20 +--
 .../bash/bash/build-tests.patch               |   7 +-
 .../bash/bash/fix-filesubst-errexit.patch     |   7 +-
 .../bash/bash/fix-run-builtins.patch          |   9 +-
 .../bash/bash/mkbuiltins_have_stringize.patch |  18 +-
 .../bash/bash/test-output.patch               |  11 +-
 .../bash/bash/use_aclocal.patch               |   5 +-
 .../bash/{bash_5.2.21.bb => bash_5.2.37.bb}   |   2 +-
 ...o.conf.in-fix-conflict-with-multilib.patch |   2 +-
 .../{sudo_1.9.17p1.bb => sudo_1.9.17p2.bb}    |   2 +-
 ...es-when-rpath-is-stripped-from-in-bu.patch | 161 ------------------
 ...-common-link-with-liburcu-explicitly.patch |   3 +-
 ...Makefile.am-Add-install-lib-to-setup.patch |   3 +-
 ...tng-ust_2.13.8.bb => lttng-ust_2.13.10.bb} |   3 +-
 ...erride-init-is-not-needed-with-gcc-9.patch |   7 +-
 ...-a-custom-value-for-the-location-of-.patch |   5 +-
 ...use-pkgconfig-instead-of-npth-config.patch |   3 +-
 ...h-fix-find-version-for-beta-checking.patch |   3 +-
 .../gnupg/gnupg/CVE-2025-68973.patch          | 108 ------------
 .../gnupg/gnupg/relocate.patch                |  19 +--
 .../gnupg/{gnupg_2.4.8.bb => gnupg_2.4.9.bb}  |   4 +-
 ...ic-ops_7.8.2.bb => libatomic-ops_7.8.4.bb} |   2 +-
 .../{liburcu_0.14.0.bb => liburcu_0.14.2.bb}  |   2 +-
 .../numactl/0001-define-run-test-target.patch |   3 +-
 .../numactl/Fix-the-test-output-format.patch  |   5 +-
 meta/recipes-support/numactl/numactl_git.bb   |   4 +-
 36 files changed, 99 insertions(+), 390 deletions(-)
 rename meta/recipes-core/base-passwd/{base-passwd_3.6.3.bb => base-passwd_3.6.8.bb} (98%)
 rename meta/recipes-devtools/python/{python3-requests_2.32.4.bb => python3-requests_2.32.5.bb} (91%)
 rename meta/recipes-extended/bash/{bash_5.2.21.bb => bash_5.2.37.bb} (92%)
 rename meta/recipes-extended/sudo/{sudo_1.9.17p1.bb => sudo_1.9.17p2.bb} (96%)
 delete mode 100644 meta/recipes-kernel/lttng/lttng-ust/0001-Fix-Build-examples-when-rpath-is-stripped-from-in-bu.patch
 rename meta/recipes-kernel/lttng/{lttng-ust_2.13.8.bb => lttng-ust_2.13.10.bb} (92%)
 delete mode 100644 meta/recipes-support/gnupg/gnupg/CVE-2025-68973.patch
 rename meta/recipes-support/gnupg/{gnupg_2.4.8.bb => gnupg_2.4.9.bb} (96%)
 rename meta/recipes-support/libatomic-ops/{libatomic-ops_7.8.2.bb => libatomic-ops_7.8.4.bb} (89%)
 rename meta/recipes-support/liburcu/{liburcu_0.14.0.bb => liburcu_0.14.2.bb} (91%)