]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
systemd: upgrade from 256.9 to 257
authorChen Qi <Qi.Chen@windriver.com>
Tue, 17 Dec 2024 07:37:51 +0000 (15:37 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Jan 2025 11:05:00 +0000 (11:05 +0000)
commit4891f47cdaf919033bf1c02cc12e4805e5db99a0
tree44d780a199d9074ea32428a40ff02db8a4b9cce6
parent30a7c3c7a1e12b7fb2463e7135d97a478e763c9e
systemd: upgrade from 256.9 to 257

Patch changes:
* 0003-coredump-set-ProtectHome-to-read-only.patch is drop as it's a backported patch.
* 0009-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch is drop as
  AT_SYMLINK_NOFOLLOW has been supportd in musl.
* Other patches are either refreshed or changed to fit the current version.

systemd-boot changes:
* Use src/boot instead src/boot/efi in do_install and do_deploy. See upstream
  change 97318131fd06 (Rename src/boot/efi to just src/boot).

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
33 files changed:
meta/recipes-core/systemd/systemd-boot-native_257.bb [moved from meta/recipes-core/systemd/systemd-boot-native_256.9.bb with 100% similarity]
meta/recipes-core/systemd/systemd-boot_257.bb [moved from meta/recipes-core/systemd/systemd-boot_256.9.bb with 86% similarity]
meta/recipes-core/systemd/systemd.inc
meta/recipes-core/systemd/systemd/0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch
meta/recipes-core/systemd/systemd/0002-implment-systemd-sysv-install-for-OE.patch
meta/recipes-core/systemd/systemd/0003-coredump-set-ProtectHome-to-read-only.patch [deleted file]
meta/recipes-core/systemd/systemd/0003-missing_type.h-add-comparison_fn_t.patch [moved from meta/recipes-core/systemd/systemd/0004-missing_type.h-add-comparison_fn_t.patch with 91% similarity]
meta/recipes-core/systemd/systemd/0004-add-fallback-parse_printf_format-implementation.patch [moved from meta/recipes-core/systemd/systemd/0005-add-fallback-parse_printf_format-implementation.patch with 97% similarity]
meta/recipes-core/systemd/systemd/0005-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch [moved from meta/recipes-core/systemd/systemd/0006-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch with 94% similarity]
meta/recipes-core/systemd/systemd/0006-add-missing-FTW_-macros-for-musl.patch [moved from meta/recipes-core/systemd/systemd/0007-add-missing-FTW_-macros-for-musl.patch with 89% similarity]
meta/recipes-core/systemd/systemd/0007-Use-uintmax_t-for-handling-rlim_t.patch [moved from meta/recipes-core/systemd/systemd/0008-Use-uintmax_t-for-handling-rlim_t.patch with 93% similarity]
meta/recipes-core/systemd/systemd/0008-Define-glibc-compatible-basename-for-non-glibc-syste.patch [moved from meta/recipes-core/systemd/systemd/0010-Define-glibc-compatible-basename-for-non-glibc-syste.patch with 82% similarity]
meta/recipes-core/systemd/systemd/0009-Do-not-disable-buffering-when-writing-to-oom_score_a.patch [moved from meta/recipes-core/systemd/systemd/0011-Do-not-disable-buffering-when-writing-to-oom_score_a.patch with 83% similarity]
meta/recipes-core/systemd/systemd/0009-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch [deleted file]
meta/recipes-core/systemd/systemd/0010-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch [moved from meta/recipes-core/systemd/systemd/0012-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch with 88% similarity]
meta/recipes-core/systemd/systemd/0011-avoid-redefinition-of-prctl_mm_map-structure.patch [moved from meta/recipes-core/systemd/systemd/0013-avoid-redefinition-of-prctl_mm_map-structure.patch with 83% similarity]
meta/recipes-core/systemd/systemd/0012-do-not-disable-buffer-in-writing-files.patch [moved from meta/recipes-core/systemd/systemd/0014-do-not-disable-buffer-in-writing-files.patch with 77% similarity]
meta/recipes-core/systemd/systemd/0013-Handle-__cpu_mask-usage.patch [moved from meta/recipes-core/systemd/systemd/0015-Handle-__cpu_mask-usage.patch with 92% similarity]
meta/recipes-core/systemd/systemd/0014-Handle-missing-gshadow.patch [moved from meta/recipes-core/systemd/systemd/0016-Handle-missing-gshadow.patch with 84% similarity]
meta/recipes-core/systemd/systemd/0015-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch [moved from meta/recipes-core/systemd/systemd/0017-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch with 75% similarity]
meta/recipes-core/systemd/systemd/0016-pass-correct-parameters-to-getdents64.patch [moved from meta/recipes-core/systemd/systemd/0018-pass-correct-parameters-to-getdents64.patch with 90% similarity]
meta/recipes-core/systemd/systemd/0017-Adjust-for-musl-headers.patch [moved from meta/recipes-core/systemd/systemd/0019-Adjust-for-musl-headers.patch with 90% similarity]
meta/recipes-core/systemd/systemd/0018-test-bus-error-strerror-is-assumed-to-be-GNU-specifi.patch [moved from meta/recipes-core/systemd/systemd/0020-test-bus-error-strerror-is-assumed-to-be-GNU-specifi.patch with 93% similarity]
meta/recipes-core/systemd/systemd/0019-errno-util-Make-STRERROR-portable-for-musl.patch [moved from meta/recipes-core/systemd/systemd/0021-errno-util-Make-STRERROR-portable-for-musl.patch with 91% similarity]
meta/recipes-core/systemd/systemd/0020-sd-event-Make-malloc_trim-conditional-on-glibc.patch [moved from meta/recipes-core/systemd/systemd/0022-sd-event-Make-malloc_trim-conditional-on-glibc.patch with 77% similarity]
meta/recipes-core/systemd/systemd/0021-shared-Do-not-use-malloc_info-on-musl.patch [moved from meta/recipes-core/systemd/systemd/0023-shared-Do-not-use-malloc_info-on-musl.patch with 86% similarity]
meta/recipes-core/systemd/systemd/0022-avoid-missing-LOCK_EX-declaration.patch [moved from meta/recipes-core/systemd/systemd/0024-avoid-missing-LOCK_EX-declaration.patch with 78% similarity]
meta/recipes-core/systemd/systemd/0023-include-signal.h-to-avoid-the-undeclared-error.patch [moved from meta/recipes-core/systemd/systemd/0025-include-signal.h-to-avoid-the-undeclared-error.patch with 51% similarity]
meta/recipes-core/systemd/systemd/0024-undef-stdin-for-references-using-stdin-as-a-struct-m.patch [moved from meta/recipes-core/systemd/systemd/0026-undef-stdin-for-references-using-stdin-as-a-struct-m.patch with 84% similarity]
meta/recipes-core/systemd/systemd/0025-adjust-header-inclusion-order-to-avoid-redeclaration.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd/0026-build-path.c-avoid-boot-time-segfault-for-musl.patch [moved from meta/recipes-core/systemd/systemd/0028-build-path.c-avoid-boot-time-segfault-for-musl.patch with 85% similarity]
meta/recipes-core/systemd/systemd/0027-adjust-header-inclusion-order-to-avoid-redeclaration.patch [deleted file]
meta/recipes-core/systemd/systemd_257.bb [moved from meta/recipes-core/systemd/systemd_256.9.bb with 96% similarity]