From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 00/29] Patch review
Date: Fri, 3 Mar 2023 06:16:58 -1000 [thread overview]
Message-ID: <cover.1677859897.git.steve@sakoman.com> (raw)
Please review this set of patches for kirkstone and have comments back by
end of day Tuesday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4995
The following changes since commit b20e2134daec33fbb8ce358d984751d887752bd5:
build-appliance-image: Update to kirkstone head revision (2023-02-27 23:39:05 +0000)
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 (4):
vim: update 9.0.1211 -> 9.0.1293 to resolve open CVEs
dbus: upgrade 1.14.4 -> 1.14.6
linux-firmware: upgrade 20230117 -> 20230210
wireless-regdb: upgrade 2022.08.12 -> 2023.02.13
Alexis Lothoré (1):
oeqa/selftest/resulttooltests: fix minor typo
Bruce Ashfield (1):
lttng-modules: fix for kernel 6.2+
Changqing Li (1):
libsdl2: fix CVE-2022-4743
Dmitry Baryshkov (2):
linux-firmware: properly set license for all Qualcomm firmware
linux-firmware: add yamato fw files to qcom-adreno-a2xx package
Federico Pellegrin (1):
curl: fix dependencies when building with ldap/ldaps
Hitendra Prajapati (1):
less: backport the fix for CVE-2022-46663
Joe Slater (1):
nghttp2: never build python bindings
Kai Kang (1):
xserver-xorg: 21.1.6 -> 21.1.7
Mateusz Marciniec (1):
sstatesig: Improve output hash calculation
Mikko Rapeli (2):
oeqa ssh.py: fix hangs in run()
runqemu: kill qemu if it hangs
Narpat Mali (1):
libseccomp: fix for the ptest result format
Pavel Zhukov (1):
wic: Fix usage of fstype=none in wic
Richard Purdie (1):
libssh2: Clean up ptest patch/coverage
Ross Burton (1):
lib/buildstats: handle tasks that never finished
Saul Wold (2):
package.bbclase: Add check for /build in copydebugsources()
busybox: Fix depmod patch
Siddharth Doshi (1):
openssl: Upgrade 3.0.7 -> 3.0.8
Ulrich Ölmann (1):
kernel-yocto: fix kernel-meta data detection
Vivek Kumbhar (1):
harfbuzz: fix CVE-2023-25193 allows attackers to trigger O(n^2) growth
via consecutive marks
Wang Mingyu (2):
libjpeg-turbo: upgrade 2.1.5 -> 2.1.5.1
xwayland: upgrade 22.1.7 -> 22.1.8
Xiangyu Chen (1):
dhcpcd: fix dhcpcd start failure on qemuppc64
Yash Shinde (1):
binutils : Fix CVE-2023-22608
meta/classes/kernel-yocto.bbclass | 2 +-
meta/classes/package.bbclass | 7 +
meta/lib/oe/sstatesig.py | 4 +
meta/lib/oeqa/core/target/ssh.py | 39 +-
.../oeqa/selftest/cases/resulttooltests.py | 2 +-
.../dhcpcd/dhcpcd_9.4.1.bb | 1 +
...x-SECCOMP_AUDIT_ARCH-missing-ppc64le.patch | 34 ++
.../openssl/openssl/CVE-2022-3996.patch | 43 --
.../{openssl_3.0.7.bb => openssl_3.0.8.bb} | 3 +-
...001-depmod-Ignore-.debug-directories.patch | 2 +-
.../dbus/{dbus_1.14.4.bb => dbus_1.14.6.bb} | 4 +-
.../binutils/binutils-2.38.inc | 3 +
.../binutils/0020-CVE-2023-22608-1.patch | 506 ++++++++++++++++++
.../binutils/0020-CVE-2023-22608-2.patch | 210 ++++++++
.../binutils/0020-CVE-2023-22608-3.patch | 32 ++
.../less/less/CVE-2022-46663.patch | 31 ++
meta/recipes-extended/less/less_600.bb | 1 +
.../harfbuzz/harfbuzz/CVE-2023-25193.patch | 71 +++
.../harfbuzz/harfbuzz_4.0.1.bb | 4 +-
...urbo_2.1.5.bb => libjpeg-turbo_2.1.5.1.bb} | 2 +-
...ial-memory-leak-in-GLES_CreateTextur.patch | 40 ++
.../libsdl2/libsdl2_2.0.20.bb | 1 +
...-xorg_21.1.6.bb => xserver-xorg_21.1.7.bb} | 2 +-
...{xwayland_22.1.7.bb => xwayland_22.1.8.bb} | 2 +-
...20230117.bb => linux-firmware_20230210.bb} | 41 +-
...ccessor-helpers-into-accessors.h-v6..patch | 45 ++
.../lttng/lttng-modules_2.13.8.bb | 1 +
....08.12.bb => wireless-regdb_2023.02.13.bb} | 2 +-
meta/recipes-support/curl/curl_7.82.0.bb | 4 +-
.../libseccomp/files/run-ptest | 3 +
...nviroment-to-decide-if-a-test-is-bui.patch | 44 --
.../libssh2/libssh2/fix-ssh2-test.patch | 23 +
.../libssh2/{files => libssh2}/run-ptest | 3 +-
.../recipes-support/libssh2/libssh2_1.10.0.bb | 3 +-
.../recipes-support/nghttp2/nghttp2_1.47.0.bb | 4 +
meta/recipes-support/vim/vim.inc | 4 +-
scripts/lib/buildstats.py | 33 +-
scripts/lib/wic/partition.py | 5 +
scripts/runqemu | 24 +-
39 files changed, 1149 insertions(+), 136 deletions(-)
create mode 100644 meta/recipes-connectivity/dhcpcd/files/0001-privsep-linux-fix-SECCOMP_AUDIT_ARCH-missing-ppc64le.patch
delete mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2022-3996.patch
rename meta/recipes-connectivity/openssl/{openssl_3.0.7.bb => openssl_3.0.8.bb} (98%)
rename meta/recipes-core/dbus/{dbus_1.14.4.bb => dbus_1.14.6.bb} (98%)
create mode 100644 meta/recipes-devtools/binutils/binutils/0020-CVE-2023-22608-1.patch
create mode 100644 meta/recipes-devtools/binutils/binutils/0020-CVE-2023-22608-2.patch
create mode 100644 meta/recipes-devtools/binutils/binutils/0020-CVE-2023-22608-3.patch
create mode 100644 meta/recipes-extended/less/less/CVE-2022-46663.patch
create mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz/CVE-2023-25193.patch
rename meta/recipes-graphics/jpeg/{libjpeg-turbo_2.1.5.bb => libjpeg-turbo_2.1.5.1.bb} (97%)
create mode 100644 meta/recipes-graphics/libsdl2/libsdl2/0001-Fix-potential-memory-leak-in-GLES_CreateTextur.patch
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_21.1.6.bb => xserver-xorg_21.1.7.bb} (92%)
rename meta/recipes-graphics/xwayland/{xwayland_22.1.7.bb => xwayland_22.1.8.bb} (95%)
rename meta/recipes-kernel/linux-firmware/{linux-firmware_20230117.bb => linux-firmware_20230210.bb} (96%)
create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-btrfs-move-accessor-helpers-into-accessors.h-v6..patch
rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2022.08.12.bb => wireless-regdb_2023.02.13.bb} (94%)
delete mode 100644 meta/recipes-support/libssh2/files/0001-Don-t-let-host-enviroment-to-decide-if-a-test-is-bui.patch
create mode 100644 meta/recipes-support/libssh2/libssh2/fix-ssh2-test.patch
rename meta/recipes-support/libssh2/{files => libssh2}/run-ptest (67%)
--
2.34.1
next reply other threads:[~2023-03-03 16:17 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-03 16:16 Steve Sakoman [this message]
2023-03-03 16:16 ` [OE-core][kirkstone 01/29] binutils : Fix CVE-2023-22608 Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 02/29] harfbuzz: fix CVE-2023-25193 allows attackers to trigger O(n^2) growth via consecutive marks Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 03/29] libsdl2: fix CVE-2022-4743 Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 04/29] less: backport the fix for CVE-2022-46663 Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 05/29] package.bbclase: Add check for /build in copydebugsources() Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 06/29] xserver-xorg: 21.1.6 -> 21.1.7 Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 07/29] vim: update 9.0.1211 -> 9.0.1293 to resolve open CVEs Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 08/29] libjpeg-turbo: upgrade 2.1.5 -> 2.1.5.1 Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 09/29] xwayland: upgrade 22.1.7 -> 22.1.8 Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 10/29] dbus: upgrade 1.14.4 -> 1.14.6 Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 11/29] openssl: Upgrade 3.0.7 -> 3.0.8 Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 12/29] linux-firmware: properly set license for all Qualcomm firmware Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 13/29] linux-firmware: add yamato fw files to qcom-adreno-a2xx package Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 14/29] linux-firmware: upgrade 20230117 -> 20230210 Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 15/29] wireless-regdb: upgrade 2022.08.12 -> 2023.02.13 Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 16/29] curl: fix dependencies when building with ldap/ldaps Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 17/29] wic: Fix usage of fstype=none in wic Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 18/29] busybox: Fix depmod patch Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 19/29] sstatesig: Improve output hash calculation Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 20/29] dhcpcd: fix dhcpcd start failure on qemuppc64 Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 21/29] lttng-modules: fix for kernel 6.2+ Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 22/29] libssh2: Clean up ptest patch/coverage Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 23/29] oeqa/selftest/resulttooltests: fix minor typo Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 24/29] lib/buildstats: handle tasks that never finished Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 25/29] kernel-yocto: fix kernel-meta data detection Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 26/29] libseccomp: fix for the ptest result format Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 27/29] oeqa ssh.py: fix hangs in run() Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 28/29] runqemu: kill qemu if it hangs Steve Sakoman
2023-03-03 16:17 ` [OE-core][kirkstone 29/29] nghttp2: never build python bindings Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2023-06-28 14:12 [OE-core][kirkstone 00/29] Patch review Steve Sakoman
2023-01-01 17:37 Steve Sakoman
2022-07-29 14:46 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.1677859897.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.