Please review this set of changes for styhead and have comments back by end of day Tuesday, January 7
Passed a-full on autobuilder: https://valkyrie.yoctoproject.org/#/builders/29/builds/735 The following changes since commit 6e517366cda4c22547ed097ee58126f7dfc56a57: cve-update-nvd2-native: Tweak to work better with NFS DL_DIR (2024-12-18 06:35:02 -0800) are available in the Git repository at: https://git.openembedded.org/openembedded-core-contrib stable/styhead-nut https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/styhead-nut Alexander Kanavin (1): gstreamer1.0: upgrade 1.24.6 -> 1.24.9 Antonin Godard (1): buildtools-docs-tarball: Add rsvg so we can handle svg files in docs Guðni Már Gilbert (2): python3: upgrade 3.12.6 -> 3.12.7 python3: upgrade 3.12.7 -> 3.12.8 Mark Hatle (1): populate_sdk_ext: write_local_conf add shutil import Ross Burton (2): gstreamer1.0-libav: explicitly disable documentation gstreamer1.0: run ptests in parallel Sunil Dora (1): gcc: Fix c++: tweak for Wrange-loop-construct Wang Mingyu (1): gstreamer1.0: upgrade 1.24.9 -> 1.24.10 Yash Shinde (1): binutils: Fix CVE-2024-53589 meta/classes-recipe/populate_sdk_ext.bbclass | 2 + .../meta/buildtools-docs-tarball.bb | 1 + .../binutils/binutils-2.43.1.inc | 1 + .../binutils/0015-CVE-2024-53589.patch | 92 ++++++++++++++ meta/recipes-devtools/gcc/gcc-14.2.inc | 1 + ...ix-c-tweak-for-Wrange-loop-construct.patch | 114 ++++++++++++++++++ ...shebang-overflow-on-python-config.py.patch | 6 +- ...e-stdin-I-O-errors-same-way-as-maste.patch | 3 +- ...-use-prefix-value-from-build-configu.patch | 5 +- ...-qemu-wrapper-when-gathering-profile.patch | 6 +- ...sts-due-to-load-variability-on-YP-AB.patch | 16 +-- ...est_sysconfig-for-posix_user-purelib.patch | 7 +- ...e-treat-overflow-in-UID-GID-as-failu.patch | 9 +- ...asename-to-replace-CC-for-checking-c.patch | 20 +-- ..._fileno-test-due-to-load-variability.patch | 6 +- ...g.py-use-platlibdir-also-for-purelib.patch | 5 +- ...ctive_children-skip-problematic-test.patch | 9 +- ...pes.test_find-skip-without-tools-sdk.patch | 5 +- ...-test_deadlock-skip-problematic-test.patch | 9 +- ...le.py-correct-the-test-output-format.patch | 7 +- ...t_readline-skip-limited-history-test.patch | 14 +-- ...-test_shutdown-skip-problematic-test.patch | 11 +- ...orlines-skip-due-to-load-variability.patch | 5 +- ...up.py-do-not-add-a-curses-include-pa.patch | 6 +- .../python/python3/cgi_py.patch | 3 +- .../python/python3/crosspythonpath.patch | 5 +- .../python3/deterministic_imports.patch | 5 +- .../python/python3/makerace.patch | 6 +- .../{python3_3.12.6.bb => python3_3.12.8.bb} | 2 +- ...ct-has-a-different-signature-on-musl.patch | 2 +- ...ools_1.24.6.bb => gst-devtools_1.24.10.bb} | 2 +- ....24.6.bb => gstreamer1.0-libav_1.24.10.bb} | 3 +- ...ialized-warnings-when-compiling-with.patch | 2 +- ...-avoid-including-sys-poll.h-directly.patch | 2 +- ...issing-opencv-data-dir-in-yocto-buil.patch | 2 +- ...bb => gstreamer1.0-plugins-bad_1.24.10.bb} | 2 +- ...et-caps-from-src-pad-when-query-caps.patch | 2 +- ...parse-enhance-SSA-text-lines-parsing.patch | 2 +- ...iv-fb-Make-sure-config.h-is-included.patch | 2 +- ...b => gstreamer1.0-plugins-base_1.24.10.bb} | 2 +- ...b => gstreamer1.0-plugins-good_1.24.10.bb} | 2 +- ...b => gstreamer1.0-plugins-ugly_1.24.10.bb} | 2 +- ...24.6.bb => gstreamer1.0-python_1.24.10.bb} | 2 +- ...bb => gstreamer1.0-rtsp-server_1.24.10.bb} | 2 +- ...-required-lines-accidentally-removed.patch | 33 +++++ ....24.6.bb => gstreamer1.0-vaapi_1.24.10.bb} | 6 +- ...spect-the-idententaion-used-in-meson.patch | 2 +- ...ts-add-support-for-install-the-tests.patch | 4 +- ...s-use-a-dictionaries-for-environment.patch | 2 +- ...er-script-to-run-the-installed_tests.patch | 4 +- .../gstreamer/gstreamer1.0/run-ptest | 2 +- ...r1.0_1.24.6.bb => gstreamer1.0_1.24.10.bb} | 2 +- 52 files changed, 346 insertions(+), 121 deletions(-) create mode 100644 meta/recipes-devtools/binutils/binutils/0015-CVE-2024-53589.patch create mode 100644 meta/recipes-devtools/gcc/gcc/0026-gcc-Fix-c-tweak-for-Wrange-loop-construct.patch rename meta/recipes-devtools/python/{python3_3.12.6.bb => python3_3.12.8.bb} (99%) rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.24.6.bb => gst-devtools_1.24.10.bb} (95%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.24.6.bb => gstreamer1.0-libav_1.24.10.bb} (89%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.24.6.bb => gstreamer1.0-plugins-bad_1.24.10.bb} (98%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.24.6.bb => gstreamer1.0-plugins-base_1.24.10.bb} (98%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.24.6.bb => gstreamer1.0-plugins-good_1.24.10.bb} (97%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.24.6.bb => gstreamer1.0-plugins-ugly_1.24.10.bb} (94%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.24.6.bb => gstreamer1.0-python_1.24.10.bb} (91%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.24.6.bb => gstreamer1.0-rtsp-server_1.24.10.bb} (90%) create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi/0001-meson-Re-added-required-lines-accidentally-removed.patch rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.24.6.bb => gstreamer1.0-vaapi_1.24.10.bb} (91%) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.24.6.bb => gstreamer1.0_1.24.10.bb} (97%) -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#209395): https://lists.openembedded.org/g/openembedded-core/message/209395 Mute This Topic: https://lists.openembedded.org/mt/110422641/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-