Please review this set of changes for kirkstone and have comments back by end of day Monday, March 3
Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/1094 The following changes since commit 73b5570a16708d1e749b1ec525299d10557cbf56: vim: Upgrade 9.1.0764 -> 9.1.1043 (2025-02-24 06:54:05 -0800) are available in the Git repository at: https://git.openembedded.org/openembedded-core-contrib stable/kirkstone-nut https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-nut Guocai He (2): tzcode: Update SRC_URI xz: Update SRC_URI Jiaying Song (1): boost: fix do_fetch error Libo Chen (1): virglrenderer: fix do_fetch error Moritz Haase (1): meta: Enable '-o pipefail' for the SDK installer Narpat Mali (1): systemd: upgrade 250.5 -> 250.14 Vijay Anusuri (9): xserver-xorg: Fix for CVE-2025-26594 xserver-xorg: Fix for CVE-2025-26595 xserver-xorg: Fix for CVE-2025-26596 xserver-xorg: Fix for CVE-2025-26597 xserver-xorg: Fix for CVE-2025-26598 xserver-xorg: Fix for CVE-2025-26599 xserver-xorg: Fix for CVE-2025-26600 xserver-xorg: Fix for CVE-2025-26601 bind: Upgrade 9.18.28 -> 9.18.33 meta/files/toolchain-shar-extract.sh | 5 + .../bind/{bind_9.18.28.bb => bind_9.18.33.bb} | 2 +- ...d-boot_250.5.bb => systemd-boot_250.14.bb} | 0 meta/recipes-core/systemd/systemd.inc | 2 +- .../0001-Adjust-for-musl-headers.patch | 20 +- ...sysctl.d-binfmt.d-modules-load.d-to-.patch | 18 +- ...1-core-fix-build-when-seccomp-is-off.patch | 41 ++ ...ass-correct-parameters-to-getdents64.patch | 49 ++- ...w-json_variant_dump-to-return-an-err.patch | 60 --- .../0002-Add-sys-stat.h-for-S_IFDIR.patch | 6 +- ...3-missing_type.h-add-comparison_fn_t.patch | 6 +- ...k-parse_printf_format-implementation.patch | 6 +- ...missing.h-check-for-missing-strndupa.patch | 62 ++- ...OB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch | 8 +- ...008-add-missing-FTW_-macros-for-musl.patch | 4 +- ..._register_atfork-for-non-glibc-build.patch | 6 +- ...10-Use-uintmax_t-for-handling-rlim_t.patch | 6 +- ...sable-tests-for-missing-typedefs-in-.patch | 2 +- ...T_SYMLINK_NOFOLLOW-flag-to-faccessat.patch | 4 +- ...patible-basename-for-non-glibc-syste.patch | 2 +- ...uffering-when-writing-to-oom_score_a.patch | 6 +- ...compliant-strerror_r-from-GNU-specif.patch | 2 +- ...definition-of-prctl_mm_map-structure.patch | 2 +- .../0021-test-json.c-define-M_PIl.patch | 4 +- ...-not-disable-buffer-in-writing-files.patch | 38 +- .../0025-Handle-__cpu_mask-usage.patch | 2 +- .../systemd/0026-Handle-missing-gshadow.patch | 4 +- ...l.h-Define-MIPS-ABI-defines-for-musl.patch | 4 +- .../systemd/systemd/CVE-2022-3821.patch | 45 -- .../systemd/systemd/CVE-2022-4415-1.patch | 109 ----- .../systemd/systemd/CVE-2022-4415-2.patch | 391 ------------------ .../systemd/systemd/CVE-2022-45873.patch | 124 ------ .../systemd/systemd/CVE-2023-7008.patch | 40 -- .../{systemd_250.5.bb => systemd_250.14.bb} | 7 +- meta/recipes-extended/timezone/timezone.inc | 8 +- meta/recipes-extended/xz/xz_5.2.6.bb | 2 +- .../virglrenderer/virglrenderer_0.9.1.bb | 2 +- .../xserver-xorg/CVE-2025-26594-1.patch | 54 +++ .../xserver-xorg/CVE-2025-26594-2.patch | 51 +++ .../xserver-xorg/CVE-2025-26595.patch | 65 +++ .../xserver-xorg/CVE-2025-26596.patch | 49 +++ .../xserver-xorg/CVE-2025-26597.patch | 46 +++ .../xserver-xorg/CVE-2025-26598.patch | 120 ++++++ .../xserver-xorg/CVE-2025-26599-1.patch | 66 +++ .../xserver-xorg/CVE-2025-26599-2.patch | 129 ++++++ .../xserver-xorg/CVE-2025-26600.patch | 68 +++ .../xserver-xorg/CVE-2025-26601-1.patch | 71 ++++ .../xserver-xorg/CVE-2025-26601-2.patch | 85 ++++ .../xserver-xorg/CVE-2025-26601-3.patch | 52 +++ .../xserver-xorg/CVE-2025-26601-4.patch | 132 ++++++ .../xorg-xserver/xserver-xorg_21.1.8.bb | 13 + meta/recipes-support/boost/boost-1.78.0.inc | 2 +- 52 files changed, 1201 insertions(+), 901 deletions(-) rename meta/recipes-connectivity/bind/{bind_9.18.28.bb => bind_9.18.33.bb} (97%) rename meta/recipes-core/systemd/{systemd-boot_250.5.bb => systemd-boot_250.14.bb} (100%) create mode 100644 meta/recipes-core/systemd/systemd/0001-core-fix-build-when-seccomp-is-off.patch delete mode 100644 meta/recipes-core/systemd/systemd/0001-shared-json-allow-json_variant_dump-to-return-an-err.patch delete mode 100644 meta/recipes-core/systemd/systemd/CVE-2022-3821.patch delete mode 100644 meta/recipes-core/systemd/systemd/CVE-2022-4415-1.patch delete mode 100644 meta/recipes-core/systemd/systemd/CVE-2022-4415-2.patch delete mode 100644 meta/recipes-core/systemd/systemd/CVE-2022-45873.patch delete mode 100644 meta/recipes-core/systemd/systemd/CVE-2023-7008.patch rename meta/recipes-core/systemd/{systemd_250.5.bb => systemd_250.14.bb} (99%) create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2025-26594-1.patch create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2025-26594-2.patch create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2025-26595.patch create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2025-26596.patch create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2025-26597.patch create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2025-26598.patch create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2025-26599-1.patch create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2025-26599-2.patch create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2025-26600.patch create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2025-26601-1.patch create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2025-26601-2.patch create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2025-26601-3.patch create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/CVE-2025-26601-4.patch -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#212022): https://lists.openembedded.org/g/openembedded-core/message/212022 Mute This Topic: https://lists.openembedded.org/mt/111419332/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-