From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 00/24] Patch review
Date: Wed, 7 Sep 2022 04:20:01 -1000 [thread overview]
Message-ID: <cover.1662559557.git.steve@sakoman.com> (raw)
Please review this set of patches for kirkstone and have comments back by
end of day Friday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4192
The following changes since commit 2363d69d687fc8e53a7c97bf5300e59c9a04f22e:
gcr: Define _GNU_SOURCE (2022-09-03 13:09:42 +0100)
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
Alex Stewart (1):
maintainers: update opkg maintainer
Chee Yang Lee (1):
sqlite: add CVE-2022-35737 patch to SRC_URI
Enrico Scholz (5):
npm: replace 'npm pack' call by 'tar czf'
npm: return content of 'package.json' in 'npm_pack'
npm: take 'version' directly from 'package.json'
lib:npm_registry: initial checkin
npm: use npm_registry to cache package
Joshua Watt (1):
classes: cve-check: Get shared database lock
Khem Raj (1):
apr: Cache configure tests which use AC_TRY_RUN
LUIS ENRIQUEZ (1):
kernel-fitimage.bbclass: add padding algorithm property in config
nodes
Ming Liu (1):
meta: introduce UBOOT_MKIMAGE_KERNEL_TYPE
Rasmus Villemoes (1):
bitbake.conf: set BB_DEFAULT_UMASK using ??=
Richard Purdie (2):
vim: Upgrade 9.0.0242 -> 9.0.0341
pseudo: Update to include recent upstream minor fixes
Robert Joslyn (1):
curl: Backport patch for CVE-2022-35252
Ross Burton (1):
cve-check: close cursors as soon as possible
Ulrich Ölmann (1):
scripts/runqemu.README: fix typos and trailing whitespaces
Yang Xu (1):
insane.bbclass: Skip patches not in oe-core by full path
pgowda (1):
binutils : CVE-2022-38533
wangmy (5):
libtasn1: upgrade 4.18.0 -> 4.19.0
liburcu: upgrade 0.13.1 -> 0.13.2
libwpe: upgrade 1.12.2 -> 1.12.3
libatomic-ops: upgrade 7.6.12 -> 7.6.14
lz4: upgrade 1.9.3 -> 1.9.4
meta/classes/cve-check.bbclass | 36 ++--
meta/classes/insane.bbclass | 3 +-
meta/classes/kernel-fitimage.bbclass | 4 +-
meta/classes/kernel-uboot.bbclass | 3 +
meta/classes/kernel-uimage.bbclass | 2 +-
meta/classes/npm.bbclass | 63 ++++---
meta/classes/uboot-sign.bbclass | 3 +
meta/conf/bitbake.conf | 2 +-
meta/conf/distro/include/maintainers.inc | 8 +-
meta/lib/oe/npm_registry.py | 169 ++++++++++++++++++
meta/lib/oeqa/selftest/cases/fitimage.py | 4 +-
.../recipes-core/meta/cve-update-db-native.bb | 51 +++---
.../binutils/binutils-2.38.inc | 1 +
.../binutils/0015-CVE-2022-38533.patch | 36 ++++
meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +-
...ure-due-to-libc-using-libc-functions.patch | 42 -----
.../{libwpe_1.12.2.bb => libwpe_1.12.3.bb} | 6 +-
...-runtime-test-for-mmap-that-can-map-.patch | 62 +++++++
meta/recipes-support/apr/apr_1.7.0.bb | 15 +-
.../curl/curl/CVE-2022-35252.patch | 72 ++++++++
meta/recipes-support/curl/curl_7.82.0.bb | 1 +
...{libtasn1_4.18.0.bb => libtasn1_4.19.0.bb} | 2 +-
...-ops_7.6.12.bb => libatomic-ops_7.6.14.bb} | 4 +-
.../{liburcu_0.13.1.bb => liburcu_0.13.2.bb} | 2 +-
.../lz4/files/CVE-2021-3520.patch | 27 ---
.../lz4/{lz4_1.9.3.bb => lz4_1.9.4.bb} | 10 +-
meta/recipes-support/sqlite/sqlite3_3.38.5.bb | 4 +-
meta/recipes-support/vim/vim.inc | 4 +-
scripts/runqemu.README | 16 +-
29 files changed, 489 insertions(+), 165 deletions(-)
create mode 100644 meta/lib/oe/npm_registry.py
create mode 100644 meta/recipes-devtools/binutils/binutils/0015-CVE-2022-38533.patch
delete mode 100644 meta/recipes-sato/webkit/libwpe/0001-Fix-build-failure-due-to-libc-using-libc-functions.patch
rename meta/recipes-sato/webkit/{libwpe_1.12.2.bb => libwpe_1.12.3.bb} (72%)
create mode 100644 meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch
create mode 100644 meta/recipes-support/curl/curl/CVE-2022-35252.patch
rename meta/recipes-support/gnutls/{libtasn1_4.18.0.bb => libtasn1_4.19.0.bb} (90%)
rename meta/recipes-support/libatomic-ops/{libatomic-ops_7.6.12.bb => libatomic-ops_7.6.14.bb} (80%)
rename meta/recipes-support/liburcu/{liburcu_0.13.1.bb => liburcu_0.13.2.bb} (91%)
delete mode 100644 meta/recipes-support/lz4/files/CVE-2021-3520.patch
rename meta/recipes-support/lz4/{lz4_1.9.3.bb => lz4_1.9.4.bb} (78%)
--
2.25.1
next reply other threads:[~2022-09-07 14:20 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-07 14:20 Steve Sakoman [this message]
2022-09-07 14:20 ` [OE-core][kirkstone 01/24] sqlite: add CVE-2022-35737 patch to SRC_URI Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 02/24] curl: Backport patch for CVE-2022-35252 Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 03/24] binutils : CVE-2022-38533 Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 04/24] classes: cve-check: Get shared database lock Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 05/24] cve-check: close cursors as soon as possible Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 06/24] vim: Upgrade 9.0.0242 -> 9.0.0341 Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 07/24] libtasn1: upgrade 4.18.0 -> 4.19.0 Steve Sakoman
2022-09-14 0:37 ` Randy MacLeod
2022-09-14 2:19 ` Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 08/24] liburcu: upgrade 0.13.1 -> 0.13.2 Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 09/24] libwpe: upgrade 1.12.2 -> 1.12.3 Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 10/24] libatomic-ops: upgrade 7.6.12 -> 7.6.14 Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 11/24] lz4: upgrade 1.9.3 -> 1.9.4 Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 12/24] insane.bbclass: Skip patches not in oe-core by full path Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 13/24] maintainers: update opkg maintainer Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 14/24] apr: Cache configure tests which use AC_TRY_RUN Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 15/24] bitbake.conf: set BB_DEFAULT_UMASK using ??= Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 16/24] pseudo: Update to include recent upstream minor fixes Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 17/24] scripts/runqemu.README: fix typos and trailing whitespaces Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 18/24] meta: introduce UBOOT_MKIMAGE_KERNEL_TYPE Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 19/24] kernel-fitimage.bbclass: add padding algorithm property in config nodes Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 20/24] npm: replace 'npm pack' call by 'tar czf' Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 21/24] npm: return content of 'package.json' in 'npm_pack' Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 22/24] npm: take 'version' directly from 'package.json' Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 23/24] lib:npm_registry: initial checkin Steve Sakoman
2022-09-07 14:20 ` [OE-core][kirkstone 24/24] npm: use npm_registry to cache package Steve Sakoman
2022-09-13 15:40 ` Martin Jansa
-- strict thread matches above, loose matches on Subject: below --
2025-10-09 19:30 [OE-core][kirkstone 00/24] Patch review Steve Sakoman
2022-08-27 18:25 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.1662559557.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