]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
systemd: upgrade 250.5 -> 250.14
authorNarpat Mali <narpat.falna@gmail.com>
Tue, 25 Feb 2025 15:14:43 +0000 (20:44 +0530)
committerSteve Sakoman <steve@sakoman.com>
Thu, 27 Feb 2025 14:16:41 +0000 (06:16 -0800)
commit371d030a665e3c963a586ab02d10f1f36b225435
treebf406fce69bb6e3d53fc3cd3b6433158f706920d
parent3488171fb594a28f8e9ed110e94c6a191f8f390e
systemd: upgrade 250.5 -> 250.14

Latest stable branch update which includes 396 commits and the full
list of changes can be found at:
https://github.com/systemd/systemd-stable/compare/v250.5...v250.14

All the patches were refreshed with devtool.

Backported this upstreamed patch to resolve the compile error while
building systemd with qemumips machine.
- 0001-core-fix-build-when-seccomp-is-off.patch

These 2 below patches were modified to resolve the merge conflicts
introduced by systemd v250.14 version:
1. 0001-Move-sysusers.d-sysctl.d-binfmt.d-modules-load.d-to-.patch
- This patch was just adjusted based on the systemd v250.14 version.

2. 0001-pass-correct-parameters-to-getdents64.patch
- For this patch, there was a commit reverted as part of the v250.8 tag:
https://github.com/systemd/systemd-stable/commit/51089e007f2f45fc15e37e7a9dcf3045416e1239

These below 6 patches were dropped as systemd v250.14 already has
the changes:
- 0001-shared-json-allow-json_variant_dump-to-return-an-err.patch
- CVE-2022-3821.patch
- CVE-2022-4415-1.patch
- CVE-2022-4415-2.patch
- CVE-2022-45873.patch
- CVE-2023-7008.patch

Signed-off-by: Narpat Mali <narpat.falna@gmail.com>
Signed-off-by: Randy Macleod <randy.macleod@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
32 files changed:
meta/recipes-core/systemd/systemd-boot_250.14.bb [moved from meta/recipes-core/systemd/systemd-boot_250.5.bb with 100% similarity]
meta/recipes-core/systemd/systemd.inc
meta/recipes-core/systemd/systemd/0001-Adjust-for-musl-headers.patch
meta/recipes-core/systemd/systemd/0001-Move-sysusers.d-sysctl.d-binfmt.d-modules-load.d-to-.patch
meta/recipes-core/systemd/systemd/0001-core-fix-build-when-seccomp-is-off.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd/0001-pass-correct-parameters-to-getdents64.patch
meta/recipes-core/systemd/systemd/0001-shared-json-allow-json_variant_dump-to-return-an-err.patch [deleted file]
meta/recipes-core/systemd/systemd/0002-Add-sys-stat.h-for-S_IFDIR.patch
meta/recipes-core/systemd/systemd/0003-missing_type.h-add-comparison_fn_t.patch
meta/recipes-core/systemd/systemd/0004-add-fallback-parse_printf_format-implementation.patch
meta/recipes-core/systemd/systemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch
meta/recipes-core/systemd/systemd/0007-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch
meta/recipes-core/systemd/systemd/0008-add-missing-FTW_-macros-for-musl.patch
meta/recipes-core/systemd/systemd/0009-fix-missing-of-__register_atfork-for-non-glibc-build.patch
meta/recipes-core/systemd/systemd/0010-Use-uintmax_t-for-handling-rlim_t.patch
meta/recipes-core/systemd/systemd/0011-test-sizeof.c-Disable-tests-for-missing-typedefs-in-.patch
meta/recipes-core/systemd/systemd/0012-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch
meta/recipes-core/systemd/systemd/0013-Define-glibc-compatible-basename-for-non-glibc-syste.patch
meta/recipes-core/systemd/systemd/0014-Do-not-disable-buffering-when-writing-to-oom_score_a.patch
meta/recipes-core/systemd/systemd/0015-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch
meta/recipes-core/systemd/systemd/0018-avoid-redefinition-of-prctl_mm_map-structure.patch
meta/recipes-core/systemd/systemd/0021-test-json.c-define-M_PIl.patch
meta/recipes-core/systemd/systemd/0022-do-not-disable-buffer-in-writing-files.patch
meta/recipes-core/systemd/systemd/0025-Handle-__cpu_mask-usage.patch
meta/recipes-core/systemd/systemd/0026-Handle-missing-gshadow.patch
meta/recipes-core/systemd/systemd/0028-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch
meta/recipes-core/systemd/systemd/CVE-2022-3821.patch [deleted file]
meta/recipes-core/systemd/systemd/CVE-2022-4415-1.patch [deleted file]
meta/recipes-core/systemd/systemd/CVE-2022-4415-2.patch [deleted file]
meta/recipes-core/systemd/systemd/CVE-2022-45873.patch [deleted file]
meta/recipes-core/systemd/systemd/CVE-2023-7008.patch [deleted file]
meta/recipes-core/systemd/systemd_250.14.bb [moved from meta/recipes-core/systemd/systemd_250.5.bb with 99% similarity]