From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 00/11] Patch review
Date: Sun, 11 Jun 2023 06:02:33 -1000 [thread overview]
Message-ID: <cover.1686499221.git.steve@sakoman.com> (raw)
Please review this set of changes for kirkstone and have comments back by
end of day Tuesday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5438
The following changes since commit 717b9f18a51e9c9fd5a471238aa2ea4de439ef17:
kernel-devicetree: recursively search for dtbs (2023-05-30 04:06:12 -1000)
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
C. Andy Martin (1):
systemd-networkd: backport fix for rm unmanaged wifi
Hitendra Prajapati (1):
sysstat: Fix CVE-2023-33204
Michael Halstead (2):
uninative: Upgrade to 3.10 to support gcc 13
uninative: Upgrade to 4.0 to include latest gcc 13.1.1
Narpat Mali (1):
python3-requests: fix for CVE-2023-32681
Omkar Patil (1):
curl: Correction for CVE-2023-27536
Peter Marko (1):
openssl: Upgrade 3.0.8 -> 3.0.9
Richard Purdie (1):
selftest/reproducible: Allow native/cross reuse in test
Riyaz Khan (1):
openssh: Remove BSD-4-clause contents completely from codebase
Soumya (1):
perl: fix CVE-2023-31484
Vivek Kumbhar (1):
go: fix CVE-2023-24539 html/template improper sanitization of CSS
values
meta/conf/distro/include/yocto-uninative.inc | 8 +-
meta/lib/oeqa/selftest/cases/reproducible.py | 4 +-
...401bdd77ca54be6867a154cc01e0d72612e0.patch | 984 ++++++++++++++++++
.../openssh/openssh_8.9p1.bb | 1 +
...1-Configure-do-not-tweak-mips-cflags.patch | 2 +-
.../openssl/openssl/CVE-2023-0464.patch | 225 ----
.../openssl/openssl/CVE-2023-0465.patch | 56 -
.../openssl/openssl/CVE-2023-0466.patch | 50 -
.../{openssl_3.0.8.bb => openssl_3.0.9.bb} | 5 +-
...nly-managed-configs-on-reconfigure-o.patch | 358 +++++++
meta/recipes-core/systemd/systemd_250.5.bb | 1 +
meta/recipes-devtools/go/go-1.17.13.inc | 1 +
.../go/go-1.18/CVE-2023-24539.patch | 53 +
.../perl/files/CVE-2023-31484.patch | 29 +
meta/recipes-devtools/perl/perl_5.34.1.bb | 1 +
.../python3-requests/CVE-2023-32681.patch | 63 ++
.../python/python3-requests_2.27.1.bb | 2 +
.../sysstat/sysstat/CVE-2023-33204.patch | 80 ++
.../sysstat/sysstat_12.4.5.bb | 5 +-
.../curl/curl/CVE-2023-27536.patch | 3 +-
20 files changed, 1586 insertions(+), 345 deletions(-)
create mode 100644 meta/recipes-connectivity/openssh/openssh/7280401bdd77ca54be6867a154cc01e0d72612e0.patch
delete mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2023-0464.patch
delete mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2023-0465.patch
delete mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2023-0466.patch
rename meta/recipes-connectivity/openssl/{openssl_3.0.8.bb => openssl_3.0.9.bb} (97%)
create mode 100644 meta/recipes-core/systemd/systemd/0001-network-remove-only-managed-configs-on-reconfigure-o.patch
create mode 100644 meta/recipes-devtools/go/go-1.18/CVE-2023-24539.patch
create mode 100644 meta/recipes-devtools/perl/files/CVE-2023-31484.patch
create mode 100644 meta/recipes-devtools/python/python3-requests/CVE-2023-32681.patch
create mode 100644 meta/recipes-extended/sysstat/sysstat/CVE-2023-33204.patch
--
2.34.1
next reply other threads:[~2023-06-11 16:02 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-11 16:02 Steve Sakoman [this message]
2023-06-11 16:02 ` [OE-core][kirkstone 01/11] sysstat: Fix CVE-2023-33204 Steve Sakoman
2023-06-11 16:02 ` [OE-core][kirkstone 02/11] go: fix CVE-2023-24539 html/template improper sanitization of CSS values Steve Sakoman
2023-06-11 16:02 ` [OE-core][kirkstone 03/11] curl: Correction for CVE-2023-27536 Steve Sakoman
2023-06-11 16:02 ` [OE-core][kirkstone 04/11] perl: fix CVE-2023-31484 Steve Sakoman
2023-06-11 16:02 ` [OE-core][kirkstone 05/11] openssl: Upgrade 3.0.8 -> 3.0.9 Steve Sakoman
2023-06-11 16:02 ` [OE-core][kirkstone 06/11] python3-requests: fix for CVE-2023-32681 Steve Sakoman
2023-06-11 16:02 ` [OE-core][kirkstone 07/11] openssh: Remove BSD-4-clause contents completely from codebase Steve Sakoman
2023-06-11 16:02 ` [OE-core][kirkstone 08/11] systemd-networkd: backport fix for rm unmanaged wifi Steve Sakoman
2023-06-11 16:02 ` [OE-core][kirkstone 09/11] selftest/reproducible: Allow native/cross reuse in test Steve Sakoman
2023-06-11 16:02 ` [OE-core][kirkstone 10/11] uninative: Upgrade to 3.10 to support gcc 13 Steve Sakoman
2023-06-11 16:02 ` [OE-core][kirkstone 11/11] uninative: Upgrade to 4.0 to include latest gcc 13.1.1 Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2025-07-09 15:19 [OE-core][kirkstone 00/11] Patch review Steve Sakoman
2025-01-15 14:37 Steve Sakoman
2024-08-13 12:16 Steve Sakoman
2024-03-04 15:23 Steve Sakoman
2023-12-21 2:09 Steve Sakoman
2023-01-12 2:33 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.1686499221.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