From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][styhead 00/10] Patch review
Date: Sat, 4 Jan 2025 05:45:52 -0800 [thread overview]
Message-ID: <cover.1735998221.git.steve@sakoman.com> (raw)
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
next reply other threads:[~2025-01-04 13:46 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-04 13:45 Steve Sakoman [this message]
2025-01-04 13:45 ` [OE-core][styhead 01/10] binutils: Fix CVE-2024-53589 Steve Sakoman
2025-01-04 13:45 ` [OE-core][styhead 02/10] python3: upgrade 3.12.6 -> 3.12.7 Steve Sakoman
2025-01-04 13:45 ` [OE-core][styhead 03/10] python3: upgrade 3.12.7 -> 3.12.8 Steve Sakoman
2025-01-04 13:45 ` [OE-core][styhead 04/10] gstreamer1.0-libav: explicitly disable documentation Steve Sakoman
2025-01-04 13:45 ` [OE-core][styhead 05/10] gstreamer1.0: run ptests in parallel Steve Sakoman
2025-01-04 13:45 ` [OE-core][styhead 06/10] gstreamer1.0: upgrade 1.24.6 -> 1.24.9 Steve Sakoman
2025-01-04 13:45 ` [OE-core][styhead 07/10] gstreamer1.0: upgrade 1.24.9 -> 1.24.10 Steve Sakoman
2025-01-04 13:46 ` [OE-core][styhead 08/10] buildtools-docs-tarball: Add rsvg so we can handle svg files in docs Steve Sakoman
2025-01-04 13:46 ` [OE-core][styhead 09/10] populate_sdk_ext: write_local_conf add shutil import Steve Sakoman
2025-01-04 13:46 ` [OE-core][styhead 10/10] gcc: Fix c++: tweak for Wrange-loop-construct Steve Sakoman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1735998221.git.steve@sakoman.com \
--to=steve@sakoman.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox