public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: <daniel.turull@ericsson.com>
To: <openembedded-core@lists.openembedded.org>
Cc: Daniel Turull <daniel.turull@ericsson.com>
Subject: [scarthgap][PATCH 0/9] scarthgap updates
Date: Thu, 9 Apr 2026 11:29:27 +0200	[thread overview]
Message-ID: <20260409092936.1740143-1-daniel.turull@ericsson.com> (raw)

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%)



             reply	other threads:[~2026-04-09  9:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-09  9:29 daniel.turull [this message]
2026-04-09  9:29 ` [scarthgap][PATCH 1/9] base-passwd: upgrade 3.6.3 -> 3.6.8 daniel.turull
2026-04-09  9:29 ` [scarthgap][PATCH 2/9] gnupg: upgrade 2.4.8 -> 2.4.9 daniel.turull
2026-04-09  9:29 ` [scarthgap][PATCH 3/9] python3-requests: upgrade 2.32.4 -> 2.32.5 daniel.turull
2026-04-09  9:29 ` [scarthgap][PATCH 4/9] bash: upgrade 5.2.21 -> 5.2.37 daniel.turull
2026-04-09  9:29 ` [scarthgap][PATCH 5/9] sudo: upgrade 1.9.17p1 -> 1.9.17p2 daniel.turull
2026-04-09  9:29 ` [scarthgap][PATCH 6/9] lttng-ust: upgrade 2.13.8 -> 2.13.10 daniel.turull
2026-04-09  9:29 ` [scarthgap][PATCH 7/9] libatomic-ops: upgrade 7.8.2 -> 7.8.4 daniel.turull
2026-04-09  9:29 ` [scarthgap][PATCH 8/9] liburcu: upgrade 0.14.0 -> 0.14.2 daniel.turull
2026-04-09  9:29 ` [scarthgap][PATCH 9/9] numactl: upgrade 2.0.18 -> 2.0.19 daniel.turull

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=20260409092936.1740143-1-daniel.turull@ericsson.com \
    --to=daniel.turull@ericsson.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