Please review this set of changes for scarthgap and have comments back by end of day Tuesday, July 16
Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7136 The following changes since commit d511c41dac048fbdd93a54136e93b0623a18a83d: xz: Update LICENSE variable for xz packages (2024-07-08 05:40:28 -0700) are available in the Git repository at: https://git.openembedded.org/openembedded-core-contrib stable/scarthgap-nut https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/scarthgap-nut Alexander Kanavin (6): mesa: remove obsolete 0001-meson.build-check-for-all-linux-host_os-combinations.patch kexec-tools: submit 0003-kexec-ARM-Fix-add_buffer_phys_virt-align-issue.patch upstream vorbis: mark patch as Inactive-Upstream grub: mark grub-module-explicitly-keeps-symbole-.module_license.patch as a workaround perl: submit the rest of determinism.patch upstream iptables: submit 0001-configure-Add-option-to-enable-disable-libnfnetlink.patch upstream Changqing Li (2): webkitgtk: fix do_configure error on beaglebone-yocto webkitgtk: fix do_compile errors on beaglebone-yocto Enrico Jörns (1): wic: engine.py: use raw string for escape sequence Hitendra Prajapati (1): ruby: fix CVE-2024-27281 Jookia (1): populate_sdk_ext.bbclass: Fix undefined variable error Khem Raj (1): linux-yocto: Enable team net driver Niko Mauno (1): dnf/mesa: Fix missing leading whitespace with ':append' Peter Marko (1): ncurses: switch to new mirror Richard Purdie (2): selftest/cases/runtime_test: Exclude centos-9 from virgl tests cve-exclusion: Drop the version comparision/warning Robert Kovacsics (1): sdk: Fix path length limit to match reserved size Ross Burton (6): cpio: mark CVE-2023-7216 as disputed fribidi: upgrade 1.0.13 -> 1.0.14 gstreamer1.0: skip another known flaky test libportal: fix rare build race meson: don't use deprecated pkgconfig variable curl: skip FTP tests in run-ptest Wang Mingyu (2): ed: upgrade 1.20.1 -> 1.20.2 llvm: upgrade 18.1.5 -> 18.1.6 Yi Zhao (2): libcap-ng: upgrade 0.8.4 -> 0.8.5 libcap-ng-python: upgrade 0.8.4 -> 0.8.5 meta/classes-recipe/populate_sdk_ext.bbclass | 2 + meta/files/toolchain-shar-extract.sh | 4 +- meta/lib/oeqa/selftest/cases/runtime_test.py | 2 +- ...icitly-keeps-symbole-.module_license.patch | 2 +- meta/recipes-core/meta/uninative-tarball.bb | 2 + meta/recipes-core/ncurses/ncurses.inc | 2 +- meta/recipes-core/ncurses/ncurses_6.4.bb | 4 +- meta/recipes-devtools/dnf/dnf_4.19.0.bb | 2 +- .../llvm/{llvm_18.1.5.bb => llvm_18.1.6.bb} | 2 +- meta/recipes-devtools/meson/meson_1.3.1.bb | 4 +- .../perl/files/determinism.patch | 6 +- .../ruby/ruby/CVE-2024-27281.patch | 97 +++++++++++++++++++ meta/recipes-devtools/ruby/ruby_3.2.2.bb | 1 + meta/recipes-extended/cpio/cpio_2.15.bb | 1 + .../ed/{ed_1.20.1.bb => ed_1.20.2.bb} | 2 +- ...ption-to-enable-disable-libnfnetlink.patch | 44 +++++---- ...build-race-when-building-GTK-vapi-fi.patch | 49 ++++++++++ .../libportal/libportal_0.7.1.bb | 3 +- ...k-for-all-linux-host_os-combinations.patch | 42 -------- meta/recipes-graphics/mesa/mesa.inc | 3 +- ...Fix-add_buffer_phys_virt-align-issue.patch | 2 +- .../linux/cve-exclusion_6.6.inc | 18 ++-- meta/recipes-kernel/linux/linux-yocto_6.6.bb | 2 + .../gstreamer/gstreamer1.0/run-ptest | 9 +- .../0001-configure-Check-for-clang.patch | 2 +- ...fic-declarations-in-FELighting.h-unn.patch | 44 +++++++++ ...icDowncast-adoption-in-platform-code.patch | 65 +++++++++++++ meta/recipes-sato/webkit/webkitgtk_2.44.1.bb | 14 +-- meta/recipes-support/curl/curl/run-ptest | 4 +- .../{fribidi_1.0.13.bb => fribidi_1.0.14.bb} | 2 +- ...hon-path-when-invoking-py-compile-54.patch | 34 +++++++ .../files/fix-issues-with-swig-4-2.patch | 32 ------ ...hon_0.8.4.bb => libcap-ng-python_0.8.5.bb} | 0 meta/recipes-support/libcap-ng/libcap-ng.inc | 4 +- ...{libcap-ng_0.8.4.bb => libcap-ng_0.8.5.bb} | 0 scripts/lib/wic/engine.py | 2 +- 36 files changed, 369 insertions(+), 139 deletions(-) rename meta/recipes-devtools/llvm/{llvm_18.1.5.bb => llvm_18.1.6.bb} (98%) create mode 100644 meta/recipes-devtools/ruby/ruby/CVE-2024-27281.patch rename meta/recipes-extended/ed/{ed_1.20.1.bb => ed_1.20.2.bb} (93%) create mode 100644 meta/recipes-gnome/libportal/files/0001-meson.build-fix-build-race-when-building-GTK-vapi-fi.patch delete mode 100644 meta/recipes-graphics/mesa/files/0001-meson.build-check-for-all-linux-host_os-combinations.patch create mode 100644 meta/recipes-sato/webkit/webkitgtk/0001-Remove-ARM-specific-declarations-in-FELighting.h-unn.patch create mode 100644 meta/recipes-sato/webkit/webkitgtk/0002-More-dynamicDowncast-adoption-in-platform-code.patch rename meta/recipes-support/fribidi/{fribidi_1.0.13.bb => fribidi_1.0.14.bb} (89%) create mode 100644 meta/recipes-support/libcap-ng/files/0001-Fix-python-path-when-invoking-py-compile-54.patch delete mode 100644 meta/recipes-support/libcap-ng/files/fix-issues-with-swig-4-2.patch rename meta/recipes-support/libcap-ng/{libcap-ng-python_0.8.4.bb => libcap-ng-python_0.8.5.bb} (100%) rename meta/recipes-support/libcap-ng/{libcap-ng_0.8.4.bb => libcap-ng_0.8.5.bb} (100%) -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#201859): https://lists.openembedded.org/g/openembedded-core/message/201859 Mute This Topic: https://lists.openembedded.org/mt/107213083/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
