From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 00/24] Patch review
Date: Sat, 27 Aug 2022 08:25:24 -1000 [thread overview]
Message-ID: <cover.1661624569.git.steve@sakoman.com> (raw)
Please review this set of patches for kirkstone and have comments back by
end of day Tuesday.
Pass a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4141
The following changes since commit 7709a8c1c1b2dcf05678f1a2a1fd579a95e492f2:
packagegroup-self-hosted: update for strace (2022-08-23 04:23:01 -1000)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/kirkstone-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-nut
Alexander Kanavin (10):
tzdata: upgrade 2022a -> 2022b
xz: update 5.2.5 -> 5.2.6
gdk-pixbuf: upgrade 2.42.6 -> 2.42.8
gdk-pixbuf: update 2.42.8 -> 2.42.9
epiphany: upgrade 42.3 -> 42.4
glib-networking: upgrade 2.72.1 -> 2.72.2
libjpeg-turbo: upgrade 2.1.3 -> 2.1.4
libwebp: upgrade 1.2.3 -> 1.2.4
wireless-regdb: upgrade 2022.06.06 -> 2022.08.12
wpebackend-fdo: upgrade 1.12.0 -> 1.12.1
Awais Belal (1):
kernel-fitimage.bbclass: only package unique DTBs
Bertrand Marquis (1):
sysvinit-inittab/start_getty: Fix respawn too fast
Hitendra Prajapati (1):
Revert "gdk-pixbuf: CVE-2021-46829 a heap-based buffer overflow"
Jon Mason (1):
oeqa/parselogs: add qemuarmv5 arm-charlcd masking
Pavel Zhukov (1):
package_rpm: Do not replace square brackets in %files
Richard Purdie (1):
vim: Upgrade 9.0.0115 -> 9.0.0242
Ross Burton (7):
oeqa/qemurunner: add run_serial() comment
oeqa/selftest: rename git.py to intercept.py
oeqa/gotoolchain: put writable files in the Go module cache
oeqa/gotoolchain: set CGO_ENABLED=1
wic: add target tools to PATH when executing native commands
wic/bootimg-efi: use cross objcopy when building unified kernel image
wic: depend on cross-binutils
Shubham Kulkarni (1):
sanity: add a comment to ensure CONNECTIVITY_CHECK_URIS is correct
meta/classes/image_types_wic.bbclass | 2 +
meta/classes/kernel-fitimage.bbclass | 8 ++
meta/classes/package_rpm.bbclass | 6 --
meta/classes/sanity.bbclass | 1 +
meta/lib/oeqa/runtime/cases/parselogs.py | 1 +
meta/lib/oeqa/selftest/cases/gotoolchain.py | 8 +-
.../selftest/cases/{git.py => intercept.py} | 0
.../oeqa/selftest/cases/oelib/buildhistory.py | 6 +-
meta/lib/oeqa/utils/qemurunner.py | 2 +
...ng_2.72.1.bb => glib-networking_2.72.2.bb} | 2 +-
meta/recipes-core/meta/wic-tools.bb | 3 +-
.../sysvinit/sysvinit-inittab/start_getty | 3 +
meta/recipes-extended/timezone/timezone.inc | 6 +-
.../xz/xz/CVE-2022-1271.patch | 96 -------------------
.../xz/{xz_5.2.5.bb => xz_5.2.6.bb} | 7 +-
.../{epiphany_42.3.bb => epiphany_42.4.bb} | 2 +-
.../0001-Add-use_prebuilt_tools-option.patch | 18 ++--
.../gdk-pixbuf/CVE-2021-46829.patch | 61 ------------
.../gdk-pixbuf/gdk-pixbuf/fatal-loader.patch | 20 ++--
...-pixbuf_2.42.6.bb => gdk-pixbuf_2.42.9.bb} | 19 ++--
...-turbo_2.1.3.bb => libjpeg-turbo_2.1.4.bb} | 2 +-
....06.06.bb => wireless-regdb_2022.08.12.bb} | 2 +-
.../{libwebp_1.2.3.bb => libwebp_1.2.4.bb} | 2 +-
...fdo_1.12.0.bb => wpebackend-fdo_1.12.1.bb} | 2 +-
meta/recipes-support/vim/vim.inc | 4 +-
scripts/lib/wic/misc.py | 7 +-
scripts/lib/wic/plugins/source/bootimg-efi.py | 25 +++--
27 files changed, 84 insertions(+), 231 deletions(-)
rename meta/lib/oeqa/selftest/cases/{git.py => intercept.py} (100%)
rename meta/recipes-core/glib-networking/{glib-networking_2.72.1.bb => glib-networking_2.72.2.bb} (93%)
delete mode 100644 meta/recipes-extended/xz/xz/CVE-2022-1271.patch
rename meta/recipes-extended/xz/{xz_5.2.5.bb => xz_5.2.6.bb} (88%)
rename meta/recipes-gnome/epiphany/{epiphany_42.3.bb => epiphany_42.4.bb} (94%)
delete mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/CVE-2021-46829.patch
rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.42.6.bb => gdk-pixbuf_2.42.9.bb} (87%)
rename meta/recipes-graphics/jpeg/{libjpeg-turbo_2.1.3.bb => libjpeg-turbo_2.1.4.bb} (97%)
rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2022.06.06.bb => wireless-regdb_2022.08.12.bb} (94%)
rename meta/recipes-multimedia/webp/{libwebp_1.2.3.bb => libwebp_1.2.4.bb} (95%)
rename meta/recipes-sato/webkit/{wpebackend-fdo_1.12.0.bb => wpebackend-fdo_1.12.1.bb} (90%)
--
2.25.1
next reply other threads:[~2022-08-27 18:26 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-27 18:25 Steve Sakoman [this message]
2022-08-27 18:25 ` [OE-core][kirkstone 01/24] vim: Upgrade 9.0.0115 -> 9.0.0242 Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 02/24] tzdata: upgrade 2022a -> 2022b Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 03/24] xz: update 5.2.5 -> 5.2.6 Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 04/24] Revert "gdk-pixbuf: CVE-2021-46829 a heap-based buffer overflow" Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 05/24] gdk-pixbuf: upgrade 2.42.6 -> 2.42.8 Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 06/24] gdk-pixbuf: update 2.42.8 -> 2.42.9 Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 07/24] epiphany: upgrade 42.3 -> 42.4 Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 08/24] glib-networking: upgrade 2.72.1 -> 2.72.2 Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 09/24] libjpeg-turbo: upgrade 2.1.3 -> 2.1.4 Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 10/24] libwebp: upgrade 1.2.3 -> 1.2.4 Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 11/24] wireless-regdb: upgrade 2022.06.06 -> 2022.08.12 Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 12/24] wpebackend-fdo: upgrade 1.12.0 -> 1.12.1 Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 13/24] sysvinit-inittab/start_getty: Fix respawn too fast Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 14/24] kernel-fitimage.bbclass: only package unique DTBs Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 15/24] oeqa/parselogs: add qemuarmv5 arm-charlcd masking Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 16/24] package_rpm: Do not replace square brackets in %files Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 17/24] sanity: add a comment to ensure CONNECTIVITY_CHECK_URIS is correct Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 18/24] oeqa/qemurunner: add run_serial() comment Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 19/24] oeqa/selftest: rename git.py to intercept.py Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 20/24] oeqa/gotoolchain: put writable files in the Go module cache Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 21/24] oeqa/gotoolchain: set CGO_ENABLED=1 Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 22/24] wic: add target tools to PATH when executing native commands Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 23/24] wic/bootimg-efi: use cross objcopy when building unified kernel image Steve Sakoman
2022-08-27 18:25 ` [OE-core][kirkstone 24/24] wic: depend on cross-binutils Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2022-09-07 14:20 [OE-core][kirkstone 00/24] Patch review Steve Sakoman
2025-10-09 19:30 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.1661624569.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