From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 00/21] Patch review
Date: Thu, 25 May 2023 16:28:48 -1000 [thread overview]
Message-ID: <cover.1685068004.git.steve@sakoman.com> (raw)
Please review this set of patches for kirkstone and have comments back by
end of day Monday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5349
The following changes since commit d2713785f9cd2d58731df877bc8b7bcc71b6c8e6:
build-appliance-image: Update to kirkstone head revision (2023-05-12 04:05:43 -1000)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/kirkstone-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-nut
Alexander Kanavin (1):
dhcpcd: use git instead of tarballs
Archana Polampalli (1):
git: ignore CVE-2023-25815
Eero Aaltonen (1):
avahi: fix D-Bus introspection
Enrico Jörns (1):
package_manager/ipk: fix config path generation in
_create_custom_config()
Jan Luebbe (1):
p11-kit: add native to BBCLASSEXTEND
Khem Raj (2):
gcc-runtime: Use static dummy libstdc++
quilt: Fix merge.test race condition
Marek Vasut (1):
cpio: Fix wrong CRC with ASCII CRC for large files
Martin Jansa (1):
llvm: backport a fix for build with gcc-13
Martin Siegumfeldt (1):
systemd-systemctl: fix instance template WantedBy symlink construction
Ming Liu (1):
weston: add xwayland to DEPENDS for PACKAGECONFIG xwayland
Pablo Saavedra (1):
gstreamer1.0: upgrade 1.20.5 -> 1.20.6
Peter Kjellerstedt (1):
license.bbclass: Include LICENSE in the output when it fails to parse
Richard Purdie (2):
maintainers.inc: Fix email address typo
maintainers.inc: Move repo to unassigned
Sakib Sajal (1):
go: fix CVE-2023-24540
Tom Hochstein (2):
piglit: Add PACKAGECONFIG for glx and opencl
piglit: Add missing glslang dependencies
Upgrade Helper (1):
waffle: upgrade 1.7.0 -> 1.7.2
Zoltan Boszormenyi (1):
piglit: Fix build time dependency
leimaohui (1):
nghttp2: Deleted the entries for -client and -server, and removed a
dependency on them from the main package.
meta/classes/license.bbclass | 2 +-
meta/conf/distro/include/maintainers.inc | 4 +-
meta/lib/oe/package_manager/ipk/__init__.py | 2 +-
meta/recipes-connectivity/avahi/avahi_0.8.bb | 3 +-
.../dhcpcd/dhcpcd_9.4.1.bb | 7 +-
.../systemd/systemd-systemctl/systemctl | 13 +-
meta/recipes-devtools/gcc/gcc-runtime.inc | 3 +-
meta/recipes-devtools/git/git_2.35.7.bb | 2 +
meta/recipes-devtools/go/go-1.17.13.inc | 1 +
.../go/go-1.19/CVE-2023-24540.patch | 93 ++++++
...-missing-cstdint-header-to-Signals.h.patch | 31 ++
meta/recipes-devtools/llvm/llvm_git.bb | 1 +
meta/recipes-devtools/quilt/quilt.inc | 1 +
...t-Fix-a-race-condition-in-merge.test.patch | 48 +++
...g-CRC-with-ASCII-CRC-for-large-files.patch | 39 +++
meta/recipes-extended/cpio/cpio_2.13.bb | 1 +
...roper-WAYLAND_INCLUDE_DIRS-variable.patch} | 0
...-shader.c-do-not-hardcode-build-pat.patch} | 0
...n-t-enable-GLX-if-tests-are-disabled.patch | 32 ++
meta/recipes-graphics/piglit/piglit_git.bb | 13 +-
...build-request-native-wayland-scanner.patch | 9 +-
...-make-core-protocol-into-the-library.patch | 23 +-
.../{waffle_1.7.0.bb => waffle_1.7.2.bb} | 8 +-
.../recipes-graphics/wayland/weston_10.0.2.bb | 2 +-
...tools_1.20.5.bb => gst-devtools_1.20.6.bb} | 2 +-
...1.20.5.bb => gstreamer1.0-libav_1.20.6.bb} | 2 +-
...x_1.20.5.bb => gstreamer1.0-omx_1.20.6.bb} | 2 +-
....bb => gstreamer1.0-plugins-bad_1.20.6.bb} | 2 +-
...bb => gstreamer1.0-plugins-base_1.20.6.bb} | 2 +-
...bb => gstreamer1.0-plugins-good_1.20.6.bb} | 2 +-
...bb => gstreamer1.0-plugins-ugly_1.20.6.bb} | 2 +-
....20.5.bb => gstreamer1.0-python_1.20.6.bb} | 2 +-
....bb => gstreamer1.0-rtsp-server_1.20.6.bb} | 2 +-
...1.20.5.bb => gstreamer1.0-vaapi_1.20.6.bb} | 2 +-
...005-bin-Fix-race-conditions-in-tests.patch | 300 ------------------
...er1.0_1.20.5.bb => gstreamer1.0_1.20.6.bb} | 3 +-
.../recipes-support/nghttp2/nghttp2_1.47.0.bb | 6 +-
.../recipes-support/p11-kit/p11-kit_0.24.1.bb | 2 +-
38 files changed, 305 insertions(+), 364 deletions(-)
create mode 100644 meta/recipes-devtools/go/go-1.19/CVE-2023-24540.patch
create mode 100644 meta/recipes-devtools/llvm/llvm/0001-Support-Add-missing-cstdint-header-to-Signals.h.patch
create mode 100644 meta/recipes-devtools/quilt/quilt/0001-test-Fix-a-race-condition-in-merge.test.patch
create mode 100644 meta/recipes-extended/cpio/cpio-2.13/0001-Wrong-CRC-with-ASCII-CRC-for-large-files.patch
rename meta/recipes-graphics/piglit/piglit/{0001-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch => 0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch} (100%)
rename meta/recipes-graphics/piglit/piglit/{0002-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch => 0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch} (100%)
create mode 100644 meta/recipes-graphics/piglit/piglit/0005-cmake-Don-t-enable-GLX-if-tests-are-disabled.patch
rename meta/recipes-graphics/waffle/{waffle_1.7.0.bb => waffle_1.7.2.bb} (92%)
rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.20.5.bb => gst-devtools_1.20.6.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.20.5.bb => gstreamer1.0-libav_1.20.6.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.20.5.bb => gstreamer1.0-omx_1.20.6.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.20.5.bb => gstreamer1.0-plugins-bad_1.20.6.bb} (98%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.20.5.bb => gstreamer1.0-plugins-base_1.20.6.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.20.5.bb => gstreamer1.0-plugins-good_1.20.6.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.20.5.bb => gstreamer1.0-plugins-ugly_1.20.6.bb} (94%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.20.5.bb => gstreamer1.0-python_1.20.6.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.20.5.bb => gstreamer1.0-rtsp-server_1.20.6.bb} (90%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.20.5.bb => gstreamer1.0-vaapi_1.20.6.bb} (95%)
delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0/0005-bin-Fix-race-conditions-in-tests.patch
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.20.5.bb => gstreamer1.0_1.20.6.bb} (95%)
--
2.34.1
next reply other threads:[~2023-05-26 2:29 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-26 2:28 Steve Sakoman [this message]
2023-05-26 2:28 ` [OE-core][kirkstone 01/21] git: ignore CVE-2023-25815 Steve Sakoman
2023-05-26 2:28 ` [OE-core][kirkstone 02/21] go: fix CVE-2023-24540 Steve Sakoman
2023-05-26 2:28 ` [OE-core][kirkstone 03/21] gstreamer1.0: upgrade 1.20.5 -> 1.20.6 Steve Sakoman
2023-05-26 2:28 ` [OE-core][kirkstone 04/21] waffle: upgrade 1.7.0 -> 1.7.2 Steve Sakoman
2023-05-26 2:28 ` [OE-core][kirkstone 05/21] cpio: Fix wrong CRC with ASCII CRC for large files Steve Sakoman
2023-05-26 2:28 ` [OE-core][kirkstone 06/21] gcc-runtime: Use static dummy libstdc++ Steve Sakoman
2023-05-26 2:28 ` [OE-core][kirkstone 07/21] llvm: backport a fix for build with gcc-13 Steve Sakoman
2023-05-26 2:28 ` [OE-core][kirkstone 08/21] nghttp2: Deleted the entries for -client and -server, and removed a dependency on them from the main package Steve Sakoman
2023-05-26 2:28 ` [OE-core][kirkstone 09/21] avahi: fix D-Bus introspection Steve Sakoman
2023-05-26 2:28 ` [OE-core][kirkstone 10/21] p11-kit: add native to BBCLASSEXTEND Steve Sakoman
2023-05-26 2:28 ` [OE-core][kirkstone 11/21] systemd-systemctl: fix instance template WantedBy symlink construction Steve Sakoman
2023-05-26 2:29 ` [OE-core][kirkstone 12/21] maintainers.inc: Fix email address typo Steve Sakoman
2023-05-26 2:29 ` [OE-core][kirkstone 13/21] maintainers.inc: Move repo to unassigned Steve Sakoman
2023-05-26 2:29 ` [OE-core][kirkstone 14/21] quilt: Fix merge.test race condition Steve Sakoman
2023-05-26 2:29 ` [OE-core][kirkstone 15/21] package_manager/ipk: fix config path generation in _create_custom_config() Steve Sakoman
2023-05-26 2:29 ` [OE-core][kirkstone 16/21] dhcpcd: use git instead of tarballs Steve Sakoman
2023-05-26 2:29 ` [OE-core][kirkstone 17/21] license.bbclass: Include LICENSE in the output when it fails to parse Steve Sakoman
2023-05-26 2:29 ` [OE-core][kirkstone 18/21] weston: add xwayland to DEPENDS for PACKAGECONFIG xwayland Steve Sakoman
2023-05-26 2:29 ` [OE-core][kirkstone 19/21] piglit: Add PACKAGECONFIG for glx and opencl Steve Sakoman
2023-05-26 2:29 ` [OE-core][kirkstone 20/21] piglit: Fix build time dependency Steve Sakoman
2023-05-26 2:29 ` [OE-core][kirkstone 21/21] piglit: Add missing glslang dependencies Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2023-04-02 16:41 [OE-core][kirkstone 00/21] Patch review Steve Sakoman
2023-03-17 22:42 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.1685068004.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