From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][langdale 00/22] Patch review
Date: Fri, 30 Dec 2022 06:43:50 -1000 [thread overview]
Message-ID: <cover.1672418540.git.steve@sakoman.com> (raw)
Please review this set of patches for langdale and have comments back by
end of day Tuesday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4708
The following changes since commit 4efc5ec83bc97e5731284ef3879f89fda4b8ef0b:
yocto-check-layer: Allow OE-Core to be tested (2022-12-23 23:04:58 +0000)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/langdale-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/langdale-nut
Alejandro Hernandez Samaniego (1):
baremetal-image: Avoid overriding qemu variables from IMAGE_CLASSES
Alex Stewart (1):
opkg: upgrade to version 0.6.1
Alexander Kanavin (6):
libnewt: update 0.52.21 -> 0.52.23
ruby: merge .inc into .bb
ruby: update 3.1.2 -> 3.1.3
tzdata: update 2022d -> 2022g
cmake: update 3.24.0 -> 3.24.2
devtool/upgrade: correctly handle recipes where S is a subdir of
upstream tree
Jagadeesh Krishnanjanappa (1):
qemuboot.bbclass: make sure runqemu boots bundled initramfs kernel
image
Marek Vasut (1):
systemd: Make importd depend on glib-2.0 again
Martin Jansa (1):
libxml2: fix test data checksums
Quentin Schulz (1):
cairo: update patch for CVE-2019-6461 with upstream solution
Randy MacLeod (1):
valgrind: skip the boost_thread test on arm
Ranjitsinh Rathod (1):
curl: Correct LICENSE from MIT-open-group to curl
Richard Purdie (1):
oeqa/concurrencytest: Add number of failures to summary output
Robert Andersson (1):
go-crosssdk: avoid host contamination by GOCACHE
Ross Burton (1):
libepoxy: remove upstreamed patch
Wang Mingyu (3):
libpng: upgrade 1.6.38 -> 1.6.39
help2man: upgrade 1.49.2 -> 1.49.3
gstreamer1.0: upgrade 1.20.4 -> 1.20.5
Xiangyu Chen (1):
openssh: remove RRECOMMENDS to rng-tools for sshd package
pgowda (1):
binutils: Add patch to fix CVE-2022-4285
meta/classes-recipe/baremetal-image.bbclass | 20 ++++----
meta/classes-recipe/qemuboot.bbclass | 3 +-
meta/lib/oeqa/core/utils/concurrencytest.py | 4 +-
.../openssh/openssh_9.0p1.bb | 9 +---
meta/recipes-core/libxml/libxml2_2.9.14.bb | 4 +-
meta/recipes-core/systemd/systemd_251.8.bb | 2 +-
.../binutils/binutils-2.39.inc | 1 +
.../binutils/0015-CVE-2022-4285.patch | 37 ++++++++++++++
...ative_3.24.0.bb => cmake-native_3.24.2.bb} | 0
meta/recipes-devtools/cmake/cmake.inc | 2 +-
.../{cmake_3.24.0.bb => cmake_3.24.2.bb} | 0
meta/recipes-devtools/go/go-crosssdk.inc | 2 +
...{help2man_1.49.2.bb => help2man_1.49.3.bb} | 2 +-
.../opkg/{opkg_0.6.0.bb => opkg_0.6.1.bb} | 2 +-
meta/recipes-devtools/ruby/ruby.inc | 39 ---------------
...001-Remove-dependency-on-libcapstone.patch | 36 --------------
.../ruby/{ruby_3.1.2.bb => ruby_3.1.3.bb} | 48 ++++++++++++++++---
.../valgrind/valgrind/remove-for-aarch64 | 1 +
.../0001-detect-gold-as-GNU-linker-too.patch | 14 +++---
...-t-ignore-CFLAGS-when-building-snack.patch | 29 -----------
...{libnewt_0.52.21.bb => libnewt_0.52.23.bb} | 4 +-
meta/recipes-extended/timezone/timezone.inc | 7 ++-
.../cairo/cairo/CVE-2019-6461.patch | 35 +++++++++++---
...atch_common.h-define-also-EGL_NO_X11.patch | 27 -----------
.../libepoxy/libepoxy_1.5.10.bb | 4 +-
...tools_1.20.4.bb => gst-devtools_1.20.5.bb} | 2 +-
...1.20.4.bb => gstreamer1.0-libav_1.20.5.bb} | 2 +-
...x_1.20.4.bb => gstreamer1.0-omx_1.20.5.bb} | 2 +-
....bb => gstreamer1.0-plugins-bad_1.20.5.bb} | 2 +-
...bb => gstreamer1.0-plugins-base_1.20.5.bb} | 2 +-
...bb => gstreamer1.0-plugins-good_1.20.5.bb} | 2 +-
...bb => gstreamer1.0-plugins-ugly_1.20.5.bb} | 2 +-
....20.4.bb => gstreamer1.0-python_1.20.5.bb} | 2 +-
....bb => gstreamer1.0-rtsp-server_1.20.5.bb} | 2 +-
...1.20.4.bb => gstreamer1.0-vaapi_1.20.5.bb} | 2 +-
...er1.0_1.20.4.bb => gstreamer1.0_1.20.5.bb} | 2 +-
.../{libpng_1.6.38.bb => libpng_1.6.39.bb} | 2 +-
meta/recipes-support/curl/curl_7.85.0.bb | 2 +-
scripts/lib/devtool/standard.py | 19 ++++----
scripts/lib/devtool/upgrade.py | 18 ++++---
40 files changed, 176 insertions(+), 219 deletions(-)
create mode 100644 meta/recipes-devtools/binutils/binutils/0015-CVE-2022-4285.patch
rename meta/recipes-devtools/cmake/{cmake-native_3.24.0.bb => cmake-native_3.24.2.bb} (100%)
rename meta/recipes-devtools/cmake/{cmake_3.24.0.bb => cmake_3.24.2.bb} (100%)
rename meta/recipes-devtools/help2man/{help2man_1.49.2.bb => help2man_1.49.3.bb} (89%)
rename meta/recipes-devtools/opkg/{opkg_0.6.0.bb => opkg_0.6.1.bb} (97%)
delete mode 100644 meta/recipes-devtools/ruby/ruby.inc
delete mode 100644 meta/recipes-devtools/ruby/ruby/0001-Remove-dependency-on-libcapstone.patch
rename meta/recipes-devtools/ruby/{ruby_3.1.2.bb => ruby_3.1.3.bb} (68%)
delete mode 100644 meta/recipes-extended/newt/files/0002-don-t-ignore-CFLAGS-when-building-snack.patch
rename meta/recipes-extended/newt/{libnewt_0.52.21.bb => libnewt_0.52.23.bb} (87%)
delete mode 100644 meta/recipes-graphics/libepoxy/files/0001-dispatch_common.h-define-also-EGL_NO_X11.patch
rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.20.4.bb => gst-devtools_1.20.5.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.20.4.bb => gstreamer1.0-libav_1.20.5.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.20.4.bb => gstreamer1.0-omx_1.20.5.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.20.4.bb => gstreamer1.0-plugins-bad_1.20.5.bb} (98%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.20.4.bb => gstreamer1.0-plugins-base_1.20.5.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.20.4.bb => gstreamer1.0-plugins-good_1.20.5.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.20.4.bb => gstreamer1.0-plugins-ugly_1.20.5.bb} (94%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.20.4.bb => gstreamer1.0-python_1.20.5.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.20.4.bb => gstreamer1.0-rtsp-server_1.20.5.bb} (90%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.20.4.bb => gstreamer1.0-vaapi_1.20.5.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.20.4.bb => gstreamer1.0_1.20.5.bb} (97%)
rename meta/recipes-multimedia/libpng/{libpng_1.6.38.bb => libpng_1.6.39.bb} (93%)
--
2.25.1
next reply other threads:[~2022-12-30 16:44 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-30 16:43 Steve Sakoman [this message]
2022-12-30 16:43 ` [OE-core][langdale 01/22] cairo: update patch for CVE-2019-6461 with upstream solution Steve Sakoman
2022-12-30 16:43 ` [OE-core][langdale 02/22] binutils: Add patch to fix CVE-2022-4285 Steve Sakoman
2022-12-30 16:43 ` [OE-core][langdale 03/22] opkg: upgrade to version 0.6.1 Steve Sakoman
2022-12-30 16:43 ` [OE-core][langdale 04/22] libpng: upgrade 1.6.38 -> 1.6.39 Steve Sakoman
2022-12-30 16:43 ` [OE-core][langdale 05/22] libnewt: update 0.52.21 -> 0.52.23 Steve Sakoman
2022-12-30 16:43 ` [OE-core][langdale 06/22] ruby: merge .inc into .bb Steve Sakoman
2022-12-30 16:43 ` [OE-core][langdale 07/22] ruby: update 3.1.2 -> 3.1.3 Steve Sakoman
2022-12-30 16:43 ` [OE-core][langdale 08/22] tzdata: update 2022d -> 2022g Steve Sakoman
2022-12-30 16:43 ` [OE-core][langdale 09/22] cmake: update 3.24.0 -> 3.24.2 Steve Sakoman
2022-12-30 16:44 ` [OE-core][langdale 10/22] help2man: upgrade 1.49.2 -> 1.49.3 Steve Sakoman
2022-12-30 16:44 ` [OE-core][langdale 11/22] gstreamer1.0: upgrade 1.20.4 -> 1.20.5 Steve Sakoman
2022-12-30 16:44 ` [OE-core][langdale 12/22] openssh: remove RRECOMMENDS to rng-tools for sshd package Steve Sakoman
2022-12-30 16:44 ` [OE-core][langdale 13/22] baremetal-image: Avoid overriding qemu variables from IMAGE_CLASSES Steve Sakoman
2022-12-30 16:44 ` [OE-core][langdale 14/22] go-crosssdk: avoid host contamination by GOCACHE Steve Sakoman
2022-12-30 16:44 ` [OE-core][langdale 15/22] libepoxy: remove upstreamed patch Steve Sakoman
2022-12-30 16:44 ` [OE-core][langdale 16/22] curl: Correct LICENSE from MIT-open-group to curl Steve Sakoman
2022-12-30 16:44 ` [OE-core][langdale 17/22] devtool/upgrade: correctly handle recipes where S is a subdir of upstream tree Steve Sakoman
2022-12-30 16:44 ` [OE-core][langdale 18/22] systemd: Make importd depend on glib-2.0 again Steve Sakoman
2022-12-30 16:44 ` [OE-core][langdale 19/22] libxml2: fix test data checksums Steve Sakoman
2022-12-30 16:44 ` [OE-core][langdale 20/22] qemuboot.bbclass: make sure runqemu boots bundled initramfs kernel image Steve Sakoman
2022-12-30 16:44 ` [OE-core][langdale 21/22] valgrind: skip the boost_thread test on arm Steve Sakoman
2022-12-30 16:44 ` [OE-core][langdale 22/22] oeqa/concurrencytest: Add number of failures to summary output Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2023-02-20 14:18 [OE-core][langdale 00/22] Patch review Steve Sakoman
2022-12-01 14:22 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.1672418540.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