From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][nanbield 00/41] Patch review
Date: Fri, 29 Dec 2023 05:44:14 -1000 [thread overview]
Message-ID: <cover.1703864512.git.steve@sakoman.com> (raw)
Please review this set of changes for nanbield and have comments back by
end of day Wednesday, January 3
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6386
The following changes since commit 1a14503ff5b4bc8192ae1b0d22622b8aefb718be:
testimage: Exclude wtmp from target-dumper commands (2023-12-21 05:25:02 -1000)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/nanbield-nut
https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/nanbield-nut
Adam Johnston (1):
useradd_base: Fix sed command line for passwd-expire
Alexander Kanavin (1):
cmake: upgrade 3.27.5 -> 3.27.7
Anuj Mittal (1):
gstreamer1.0: upgrade 1.22.6 -> 1.22.7
Bruce Ashfield (7):
linux-yocto/6.1: drop removed IMA option
linux-yocto-rt/6.1: update to -rt18
linux-yocto/6.1: update to v6.1.66
linux-yocto/6.1: update to v6.1.67
linux-yocto/6.1: update to v6.1.68
linux-yocto/6.5: drop removed IMA option
linux-yocto/6.5: fix AB-INT: QEMU kernel panic: No irq handler for
vector
Deepthi Hemraj (1):
rust: Fix CVE-2023-40030
Dhairya Nagodra (2):
cve-update-nvd2-native: faster requests with API keys
cve-update-nvd2-native: increase the delay between subsequent request
failures
Javier Tia (1):
kernel-arch: use ccache only for compiler
Joakim Tjernlund (1):
sed -i destroys symlinks
Julien Stephan (2):
devtool: fix update-recipe dry-run mode
devtool: finish/update-recipe: restrict mode srcrev to recipes fetched
from SCM
Marco Felsch (1):
json-c: fix icecc compilation
Markus Volk (3):
gtk: Add rdepend on printbackend for cups
bluez5: fix connection for ps5/dualshock controllers
cups: Add root,sys,wheel to system groups
Massimiliano Minella (1):
systemd: update LICENSE statement
Michael Opdenacker (1):
systemd-compat-units.bb: fix postinstall script
Peter Marko (2):
cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT
cve-update-nvd2-native: make number of fetch attemtps configurable
Richard Purdie (3):
linux/cve-exclusion6.1: Update to latest kernel point release
package_ipk: Fix Source: field variable dependency
testimage: Drop target_dumper and most of monitor_dumper
Ross Burton (4):
linux-yocto: update CVE exclusions
lib/oe/patch: ensure os.chdir restoring always happens
tcl: skip timing-dependent tests in run-ptest
tcl: skip async and event tests in run-ptest
Trevor Gamblin (2):
python3-ptest: skip test_storlines
patchtest: shorten patch signed-off-by test output
Viswanath Kraleti (1):
systemd-boot: Fix build issues on armv7a-linux
Wang Mingyu (6):
libsolv: upgrade 0.7.25 -> 0.7.26
bind: upgrade 9.18.19 -> 9.18.20
ell: upgrade 0.59 -> 0.60
libgcrypt: upgrade 1.10.2 -> 1.10.3
libxslt: upgrade 1.1.38 -> 1.1.39
log4cplus: upgrade 2.1.0 -> 2.1.1
meta/classes-global/package_ipk.bbclass | 6 +-
meta/classes-recipe/kernel-arch.bbclass | 6 +-
.../rootfs-postcommands.bbclass | 4 +-
meta/classes-recipe/testimage.bbclass | 16 -
meta/classes/useradd_base.bbclass | 2 +-
meta/lib/oe/patch.py | 7 +-
meta/lib/oeqa/core/target/qemu.py | 10 -
meta/lib/oeqa/core/target/ssh.py | 20 +-
meta/lib/oeqa/targetcontrol.py | 2 -
meta/lib/patchtest/tests/test_patch.py | 3 +-
.../bind/{bind_9.18.19.bb => bind_9.18.20.bb} | 2 +-
meta/recipes-connectivity/bluez5/bluez5.inc | 1 +
...e_probe-failing-if-SDP-record-is-not.patch | 313 +++++++++++++
.../ell/{ell_0.59.bb => ell_0.60.bb} | 2 +-
.../meta/cve-update-nvd2-native.bb | 27 +-
.../systemd/systemd-boot_254.4.bb | 4 +
.../systemd/systemd-compat-units.bb | 3 +-
meta/recipes-core/systemd/systemd.inc | 3 +-
...n-Pass-all-static-pie-args-to-linker.patch | 35 ++
...ative_3.27.5.bb => cmake-native_3.27.7.bb} | 0
meta/recipes-devtools/cmake/cmake.inc | 2 +-
.../{cmake_3.27.5.bb => cmake_3.27.7.bb} | 0
meta/recipes-devtools/json-c/json-c_0.17.bb | 3 +
...{log4cplus_2.1.0.bb => log4cplus_2.1.1.bb} | 2 +-
...orlines-skip-due-to-load-variability.patch | 32 ++
.../recipes-devtools/python/python3_3.11.5.bb | 1 +
.../rust/files/0002-CVE-2023-40030.patch | 412 ++++++++++++++++++
meta/recipes-devtools/rust/rust-source.inc | 1 +
meta/recipes-devtools/tcltk/tcl/run-ptest | 6 +-
meta/recipes-extended/cups/cups.inc | 2 +-
.../{libsolv_0.7.25.bb => libsolv_0.7.26.bb} | 2 +-
meta/recipes-gnome/gtk+/gtk+3.inc | 2 +-
meta/recipes-gnome/gtk+/gtk4_4.12.3.bb | 2 +-
.../linux/cve-exclusion_6.1.inc | 6 +-
.../linux/cve-exclusion_6.5.inc | 2 +-
.../linux/linux-yocto-rt_6.1.bb | 6 +-
.../linux/linux-yocto-rt_6.5.bb | 4 +-
.../linux/linux-yocto-tiny_6.1.bb | 6 +-
.../linux/linux-yocto-tiny_6.5.bb | 4 +-
meta/recipes-kernel/linux/linux-yocto_6.1.bb | 28 +-
meta/recipes-kernel/linux/linux-yocto_6.5.bb | 24 +-
...tools_1.22.6.bb => gst-devtools_1.22.7.bb} | 2 +-
...1.22.6.bb => gstreamer1.0-libav_1.22.7.bb} | 2 +-
...x_1.22.6.bb => gstreamer1.0-omx_1.22.7.bb} | 2 +-
....bb => gstreamer1.0-plugins-bad_1.22.7.bb} | 2 +-
...bb => gstreamer1.0-plugins-base_1.22.7.bb} | 2 +-
...bb => gstreamer1.0-plugins-good_1.22.7.bb} | 2 +-
...bb => gstreamer1.0-plugins-ugly_1.22.7.bb} | 2 +-
....22.6.bb => gstreamer1.0-python_1.22.7.bb} | 2 +-
....bb => gstreamer1.0-rtsp-server_1.22.7.bb} | 2 +-
...1.22.6.bb => gstreamer1.0-vaapi_1.22.7.bb} | 2 +-
...er1.0_1.22.6.bb => gstreamer1.0_1.22.7.bb} | 2 +-
...ibgcrypt_1.10.2.bb => libgcrypt_1.10.3.bb} | 2 +-
.../{libxslt_1.1.38.bb => libxslt_1.1.39.bb} | 2 +-
scripts/lib/devtool/standard.py | 15 +-
55 files changed, 918 insertions(+), 136 deletions(-)
rename meta/recipes-connectivity/bind/{bind_9.18.19.bb => bind_9.18.20.bb} (97%)
create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0002-input-Fix-.device_probe-failing-if-SDP-record-is-not.patch
rename meta/recipes-core/ell/{ell_0.59.bb => ell_0.60.bb} (89%)
create mode 100644 meta/recipes-core/systemd/systemd/0030-meson-Pass-all-static-pie-args-to-linker.patch
rename meta/recipes-devtools/cmake/{cmake-native_3.27.5.bb => cmake-native_3.27.7.bb} (100%)
rename meta/recipes-devtools/cmake/{cmake_3.27.5.bb => cmake_3.27.7.bb} (100%)
rename meta/recipes-devtools/log4cplus/{log4cplus_2.1.0.bb => log4cplus_2.1.1.bb} (90%)
create mode 100644 meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch
create mode 100644 meta/recipes-devtools/rust/files/0002-CVE-2023-40030.patch
rename meta/recipes-extended/libsolv/{libsolv_0.7.25.bb => libsolv_0.7.26.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.22.6.bb => gst-devtools_1.22.7.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.22.6.bb => gstreamer1.0-libav_1.22.7.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.22.6.bb => gstreamer1.0-omx_1.22.7.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.22.6.bb => gstreamer1.0-plugins-bad_1.22.7.bb} (98%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.22.6.bb => gstreamer1.0-plugins-base_1.22.7.bb} (98%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.22.6.bb => gstreamer1.0-plugins-good_1.22.7.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.22.6.bb => gstreamer1.0-plugins-ugly_1.22.7.bb} (94%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.22.6.bb => gstreamer1.0-python_1.22.7.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.22.6.bb => gstreamer1.0-rtsp-server_1.22.7.bb} (90%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.22.6.bb => gstreamer1.0-vaapi_1.22.7.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.22.6.bb => gstreamer1.0_1.22.7.bb} (97%)
rename meta/recipes-support/libgcrypt/{libgcrypt_1.10.2.bb => libgcrypt_1.10.3.bb} (96%)
rename meta/recipes-support/libxslt/{libxslt_1.1.38.bb => libxslt_1.1.39.bb} (95%)
--
2.34.1
next reply other threads:[~2023-12-29 15:45 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-29 15:44 Steve Sakoman [this message]
2023-12-29 15:44 ` [OE-core][nanbield 01/41] cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 02/41] cve-update-nvd2-native: make number of fetch attemtps configurable Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 03/41] cve-update-nvd2-native: faster requests with API keys Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 04/41] cve-update-nvd2-native: increase the delay between subsequent request failures Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 05/41] rust: Fix CVE-2023-40030 Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 06/41] linux-yocto: update CVE exclusions Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 07/41] linux-yocto/6.1: drop removed IMA option Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 08/41] linux-yocto-rt/6.1: update to -rt18 Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 09/41] linux-yocto/6.1: update to v6.1.66 Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 10/41] linux-yocto/6.1: update to v6.1.67 Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 11/41] linux-yocto/6.1: update to v6.1.68 Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 12/41] linux/cve-exclusion6.1: Update to latest kernel point release Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 13/41] linux-yocto/6.5: drop removed IMA option Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 14/41] linux-yocto/6.5: fix AB-INT: QEMU kernel panic: No irq handler for vector Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 15/41] libsolv: upgrade 0.7.25 -> 0.7.26 Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 16/41] gstreamer1.0: upgrade 1.22.6 -> 1.22.7 Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 17/41] bind: upgrade 9.18.19 -> 9.18.20 Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 18/41] ell: upgrade 0.59 -> 0.60 Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 19/41] libgcrypt: upgrade 1.10.2 -> 1.10.3 Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 20/41] libxslt: upgrade 1.1.38 -> 1.1.39 Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 21/41] log4cplus: upgrade 2.1.0 -> 2.1.1 Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 22/41] cmake: upgrade 3.27.5 -> 3.27.7 Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 23/41] systemd: update LICENSE statement Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 24/41] sed -i destroys symlinks Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 25/41] gtk: Add rdepend on printbackend for cups Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 26/41] useradd_base: Fix sed command line for passwd-expire Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 27/41] lib/oe/patch: ensure os.chdir restoring always happens Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 28/41] kernel-arch: use ccache only for compiler Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 29/41] package_ipk: Fix Source: field variable dependency Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 30/41] systemd-compat-units.bb: fix postinstall script Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 31/41] devtool: fix update-recipe dry-run mode Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 32/41] python3-ptest: skip test_storlines Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 33/41] devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCM Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 34/41] bluez5: fix connection for ps5/dualshock controllers Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 35/41] cups: Add root,sys,wheel to system groups Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 36/41] json-c: fix icecc compilation Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 37/41] systemd-boot: Fix build issues on armv7a-linux Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 38/41] patchtest: shorten patch signed-off-by test output Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 39/41] testimage: Drop target_dumper and most of monitor_dumper Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 40/41] tcl: skip timing-dependent tests in run-ptest Steve Sakoman
2023-12-29 15:44 ` [OE-core][nanbield 41/41] tcl: skip async and event " 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.1703864512.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.