From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][scarthgap 00/14] Patch review
Date: Wed, 4 Sep 2024 14:32:41 -0700 [thread overview]
Message-ID: <cover.1725456307.git.steve@sakoman.com> (raw)
Please review this set of changes for scarthgap and have comments back by
end of day Friday, September 6
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7306
The following changes since commit 553f31396a5d966ab827f1c4b807ef46649080d0:
linux-firmware: add a package for ath12k firmware (2024-08-28 05:15:47 -0700)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/scarthgap-nut
https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/scarthgap-nut
Alexander Kanavin (1):
apr: drop
0007-explicitly-link-libapr-against-phtread-to-make-gold-.patch
Benjamin Szőke (1):
mc: fix source URL
Dmitry Baryshkov (1):
xserver-xorg: fix CVE-2023-5574 status
Jon Mason (2):
oeqa/runtime/ssh: increase the number of attempts
openssh: add backported header file include
Siddharth Doshi (1):
wpa-supplicant: Upgrade 2.10 -> 2.11
Soumya Sambu (3):
python3-setuptools: Fix CVE-2024-6345
python3: Fix CVE-2024-7592
python3: Fix CVE-2024-8088
Vijay Anusuri (1):
apr: upgrade 1.7.4 -> 1.7.5
Wang Mingyu (4):
cups: upgrade 2.4.9 -> 2.4.10
libadwaita: upgrade 1.5.1 -> 1.5.2
libdnf: upgrade 0.73.1 -> 0.73.2
wireless-regdb: upgrade 2024.05.08 -> 2024.07.04
meta/lib/oeqa/runtime/cases/ssh.py | 2 +-
...sing-header-for-systemd-notification.patch | 27 ++
.../openssh/openssh_9.6p1.bb | 1 +
...all-wpa_passphrase-when-not-disabled.patch | 33 --
...te-Phase-2-authentication-requiremen.patch | 213 ------------
...options-for-libwpa_client.so-and-wpa.patch | 73 ----
...oval-of-wpa_passphrase-on-make-clean.patch | 26 --
...plicant_2.10.bb => wpa-supplicant_2.11.bb} | 10 +-
.../{libdnf_0.73.1.bb => libdnf_0.73.2.bb} | 2 +-
.../python3-setuptools/CVE-2024-6345.patch | 312 ++++++++++++++++++
.../python/python3-setuptools_69.1.1.bb | 4 +-
.../python/python3/CVE-2024-7592.patch | 143 ++++++++
.../python/python3/CVE-2024-8088.patch | 128 +++++++
.../recipes-devtools/python/python3_3.12.4.bb | 2 +
.../cups/0001-use-echo-only-in-init.patch | 11 +-
...-don-t-try-to-run-generated-binaries.patch | 16 +-
...-fix-multilib-install-file-conflicts.patch | 12 +-
.../cups/{cups_2.4.9.bb => cups_2.4.10.bb} | 2 +-
meta/recipes-extended/mc/mc_4.8.31.bb | 2 +-
...ibadwaita_1.5.1.bb => libadwaita_1.5.2.bb} | 2 +-
.../xorg-xserver/xserver-xorg.inc | 2 +-
....05.08.bb => wireless-regdb_2024.07.04.bb} | 2 +-
...-runtime-test-for-mmap-that-can-map-.patch | 2 +-
...libapr-against-phtread-to-make-gold-.patch | 50 ---
.../apr/{apr_1.7.4.bb => apr_1.7.5.bb} | 3 +-
25 files changed, 642 insertions(+), 438 deletions(-)
create mode 100644 meta/recipes-connectivity/openssh/openssh/0001-Fix-missing-header-for-systemd-notification.patch
delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-Install-wpa_passphrase-when-not-disabled.patch
delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-PEAP-client-Update-Phase-2-authentication-requiremen.patch
delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-build-Re-enable-options-for-libwpa_client.so-and-wpa.patch
delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0002-Fix-removal-of-wpa_passphrase-on-make-clean.patch
rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant_2.10.bb => wpa-supplicant_2.11.bb} (90%)
rename meta/recipes-devtools/libdnf/{libdnf_0.73.1.bb => libdnf_0.73.2.bb} (97%)
create mode 100644 meta/recipes-devtools/python/python3-setuptools/CVE-2024-6345.patch
create mode 100644 meta/recipes-devtools/python/python3/CVE-2024-7592.patch
create mode 100644 meta/recipes-devtools/python/python3/CVE-2024-8088.patch
rename meta/recipes-extended/cups/{cups_2.4.9.bb => cups_2.4.10.bb} (51%)
rename meta/recipes-gnome/libadwaita/{libadwaita_1.5.1.bb => libadwaita_1.5.2.bb} (88%)
rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2024.05.08.bb => wireless-regdb_2024.07.04.bb} (94%)
delete mode 100644 meta/recipes-support/apr/apr/0007-explicitly-link-libapr-against-phtread-to-make-gold-.patch
rename meta/recipes-support/apr/{apr_1.7.4.bb => apr_1.7.5.bb} (96%)
--
2.34.1
next reply other threads:[~2024-09-04 21:33 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-04 21:32 Steve Sakoman [this message]
2024-09-04 21:32 ` [OE-core][scarthgap 01/14] python3-setuptools: Fix CVE-2024-6345 Steve Sakoman
2024-09-04 21:32 ` [OE-core][scarthgap 02/14] python3: Fix CVE-2024-7592 Steve Sakoman
2024-09-04 21:32 ` [OE-core][scarthgap 03/14] python3: Fix CVE-2024-8088 Steve Sakoman
2024-09-04 21:32 ` [OE-core][scarthgap 04/14] xserver-xorg: fix CVE-2023-5574 status Steve Sakoman
2024-09-04 21:32 ` [OE-core][scarthgap 05/14] apr: drop 0007-explicitly-link-libapr-against-phtread-to-make-gold-.patch Steve Sakoman
2024-09-04 21:32 ` [OE-core][scarthgap 06/14] apr: upgrade 1.7.4 -> 1.7.5 Steve Sakoman
2024-09-04 21:32 ` [OE-core][scarthgap 07/14] cups: upgrade 2.4.9 -> 2.4.10 Steve Sakoman
2024-09-04 21:32 ` [OE-core][scarthgap 08/14] wpa-supplicant: Upgrade 2.10 -> 2.11 Steve Sakoman
2024-09-04 21:32 ` [OE-core][scarthgap 09/14] libadwaita: upgrade 1.5.1 -> 1.5.2 Steve Sakoman
2024-09-04 21:32 ` [OE-core][scarthgap 10/14] libdnf: upgrade 0.73.1 -> 0.73.2 Steve Sakoman
2024-09-04 21:32 ` [OE-core][scarthgap 11/14] wireless-regdb: upgrade 2024.05.08 -> 2024.07.04 Steve Sakoman
2024-09-04 21:32 ` [OE-core][scarthgap 12/14] oeqa/runtime/ssh: increase the number of attempts Steve Sakoman
2024-09-04 21:32 ` [OE-core][scarthgap 13/14] openssh: add backported header file include Steve Sakoman
2024-09-04 21:32 ` [OE-core][scarthgap 14/14] mc: fix source URL Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2025-01-22 3:02 [OE-core][scarthgap 00/14] Patch review Steve Sakoman
2025-02-11 20:08 Steve Sakoman
2025-04-23 13:20 Steve Sakoman
2025-05-30 21:21 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.1725456307.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