From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][langdale 00/21] Patch review
Date: Wed, 22 Mar 2023 04:21:19 -1000 [thread overview]
Message-ID: <cover.1679494378.git.steve@sakoman.com> (raw)
Please review this set of patches for langdale and have comments back by
end of day Friday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5076
The following changes since commit 61f268be804795fadafbc918b465561819b592ec:
base-files: Drop localhost.localdomain from hosts file (2023-03-16 04:35:11 -1000)
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
Alexander Kanavin (1):
devtool/upgrade: do not delete the workspace/recipes directory
Chee Yang Lee (3):
git: ignore CVE-2023-22743
tiff: Fix CVE-2023-0795 CVE-2023-0796 CVE-2023-0797 CVE-2023-0798
CVE-2023-0799
go: upgrade to 1.19.7
Frederic Martinsons (1):
cargo.bbclass: use offline mode for building
Khem Raj (1):
systemd.bbclass: Add /usr/lib/systemd to searchpaths as well
Martin Jansa (3):
timezone: use 'tz' subdir instead of ${WORKDIR} directly
tzdata: use separate B instead of WORKDIR for zic output
tzcode-native: fix build with gcc-13 on host
Mikko Rapeli (1):
oeqa rtc.py: skip if read-only-rootfs
Mingli Yu (3):
mdadm: Fix testcase 06wrmostly
mdadm: fix tests/02lineargrow
mdadm: Fix raid0 tests
Piotr Łobacz (1):
systemd: fix wrong nobody-group assignment
Richard Purdie (2):
pybootchartui: Fix python syntax issue
pybootchart: Fix extents handling to account for cpu/io/mem pressure
changes
Romuald JEANNE (1):
image_types: fix vname var init in multiubi_mkfs() function
Romuald Jeanne (1):
image_types: fix multiubi var init
Ross Burton (1):
lib/resulttool: fix typo breaking resulttool log --ptest
Sudip Mukherjee (1):
libgit2: update license information
Tim Orling (1):
cracklib: update github branch to 'main'
meta/classes-recipe/cargo.bbclass | 2 +-
meta/classes-recipe/image_types.bbclass | 16 +-
meta/classes-recipe/systemd.bbclass | 1 +
meta/lib/oeqa/runtime/cases/rtc.py | 8 +-
meta/recipes-core/systemd/systemd_251.8.bb | 2 +-
meta/recipes-devtools/git/git_2.37.6.bb | 2 +
.../go/{go-1.19.4.inc => go-1.19.7.inc} | 2 +-
...e_1.19.4.bb => go-binary-native_1.19.7.bb} | 4 +-
..._1.19.4.bb => go-cross-canadian_1.19.7.bb} | 0
...{go-cross_1.19.4.bb => go-cross_1.19.7.bb} | 0
...osssdk_1.19.4.bb => go-crosssdk_1.19.7.bb} | 0
...o-native_1.19.4.bb => go-native_1.19.7.bb} | 0
...runtime_1.19.4.bb => go-runtime_1.19.7.bb} | 0
.../go/{go_1.19.4.bb => go_1.19.7.bb} | 0
.../cracklib/cracklib_2.9.8.bb | 2 +-
...-Fix-optional-write-behind-parameter.patch | 45 +++
...d-a-test-that-validates-raid0-with-l.patch | 41 +++
...-Run-udevadm-settle-before-setting-r.patch | 39 +++
...ow-clear-the-superblock-at-every-ite.patch | 33 ++
...metadata-avoid-passing-chunk-size-to.patch | 41 +++
...ts-fix-raid0-tests-for-0.90-metadata.patch | 102 ++++++
meta/recipes-extended/mdadm/mdadm_4.2.bb | 6 +
meta/recipes-extended/timezone/timezone.inc | 6 +-
.../timezone/tzcode-native.bb | 3 +-
...0001-Fix-C23-related-conformance-bug.patch | 301 ++++++++++++++++++
meta/recipes-extended/timezone/tzdata.bb | 16 +-
.../CVE-2023-0795_0796_0797_0798_0799.patch | 154 +++++++++
meta/recipes-multimedia/libtiff/tiff_4.4.0.bb | 1 +
meta/recipes-support/libgit2/libgit2_1.5.1.bb | 2 +-
scripts/lib/devtool/upgrade.py | 3 -
scripts/lib/resulttool/resultutils.py | 2 +-
scripts/pybootchartgui/pybootchartgui/draw.py | 6 +
.../pybootchartgui/pybootchartgui/parsing.py | 2 +-
33 files changed, 810 insertions(+), 32 deletions(-)
rename meta/recipes-devtools/go/{go-1.19.4.inc => go-1.19.7.inc} (89%)
rename meta/recipes-devtools/go/{go-binary-native_1.19.4.bb => go-binary-native_1.19.7.bb} (84%)
rename meta/recipes-devtools/go/{go-cross-canadian_1.19.4.bb => go-cross-canadian_1.19.7.bb} (100%)
rename meta/recipes-devtools/go/{go-cross_1.19.4.bb => go-cross_1.19.7.bb} (100%)
rename meta/recipes-devtools/go/{go-crosssdk_1.19.4.bb => go-crosssdk_1.19.7.bb} (100%)
rename meta/recipes-devtools/go/{go-native_1.19.4.bb => go-native_1.19.7.bb} (100%)
rename meta/recipes-devtools/go/{go-runtime_1.19.4.bb => go-runtime_1.19.7.bb} (100%)
rename meta/recipes-devtools/go/{go_1.19.4.bb => go_1.19.7.bb} (100%)
create mode 100644 meta/recipes-extended/mdadm/files/0001-mdadm-Fix-optional-write-behind-parameter.patch
create mode 100644 meta/recipes-extended/mdadm/files/0001-tests-00raid0-add-a-test-that-validates-raid0-with-l.patch
create mode 100644 meta/recipes-extended/mdadm/files/0001-tests-00readonly-Run-udevadm-settle-before-setting-r.patch
create mode 100644 meta/recipes-extended/mdadm/files/0001-tests-02lineargrow-clear-the-superblock-at-every-ite.patch
create mode 100644 meta/recipes-extended/mdadm/files/0001-tests-04update-metadata-avoid-passing-chunk-size-to.patch
create mode 100644 meta/recipes-extended/mdadm/files/0001-tests-fix-raid0-tests-for-0.90-metadata.patch
create mode 100644 meta/recipes-extended/timezone/tzcode/0001-Fix-C23-related-conformance-bug.patch
create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-0795_0796_0797_0798_0799.patch
--
2.34.1
next reply other threads:[~2023-03-22 14:21 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-22 14:21 Steve Sakoman [this message]
2023-03-22 14:21 ` [OE-core][langdale 01/21] git: ignore CVE-2023-22743 Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 02/21] tiff: Fix CVE-2023-0795 CVE-2023-0796 CVE-2023-0797 CVE-2023-0798 CVE-2023-0799 Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 03/21] go: upgrade to 1.19.7 Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 04/21] libgit2: update license information Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 05/21] image_types: fix vname var init in multiubi_mkfs() function Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 06/21] devtool/upgrade: do not delete the workspace/recipes directory Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 07/21] systemd.bbclass: Add /usr/lib/systemd to searchpaths as well Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 08/21] image_types: fix multiubi var init Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 09/21] oeqa rtc.py: skip if read-only-rootfs Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 10/21] lib/resulttool: fix typo breaking resulttool log --ptest Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 11/21] timezone: use 'tz' subdir instead of ${WORKDIR} directly Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 12/21] tzdata: use separate B instead of WORKDIR for zic output Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 13/21] tzcode-native: fix build with gcc-13 on host Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 14/21] pybootchartui: Fix python syntax issue Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 15/21] pybootchart: Fix extents handling to account for cpu/io/mem pressure changes Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 16/21] mdadm: Fix testcase 06wrmostly Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 17/21] mdadm: fix tests/02lineargrow Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 18/21] mdadm: Fix raid0 tests Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 19/21] cracklib: update github branch to 'main' Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 20/21] cargo.bbclass: use offline mode for building Steve Sakoman
2023-03-22 14:21 ` [OE-core][langdale 21/21] systemd: fix wrong nobody-group assignment 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.1679494378.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