Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][nanbield 00/25] Patch review
Date: Thu, 30 Nov 2023 10:57:08 -1000	[thread overview]
Message-ID: <cover.1701377676.git.steve@sakoman.com> (raw)

Please review this set of changes for nanbield and have comments back by
end of day Monday, December 3

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6265

The following changes since commit cce77e8e79c860f4ef0ac4a86b9375bf87507360:

  build-appliance-image: Update to nanbield head revision (2023-11-24 08:27:44 -1000)

are available in the Git repository at:

  https://git.openembedded.org/openembedded-core-contrib stable/nanbield-nut
  https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/nanbield-nut

Bastian Krause (1):
  linux-firmware: add new fw file to ${PN}-rtl8821

Chen Qi (1):
  systemd: fix DynamicUser issue

Dmitry Baryshkov (8):
  linux-firmware: upgrade 20230804 -> 20231030
  linux-firmware: add missing depenencies on license packages
  linux-firmware: add notice file to sdm845 modem firmware
  linux-firmware: add audio topology symlink to the X13's audio package
  linux-firmware: package firmware for Qualcomm Adreno a702
  linux-firmware: package firmware for Qualcomm QCM2290 / QRB4210
  linux-firmware: package Qualcomm Venus 6.0 firmware
  linux-firmware: package Robotics RB5 sensors DSP firmware

Fahad Arslan (1):
  linux-firmware: create separate packages

Jermain Horsman (2):
  lib/oe/buildcfg.py: Include missing import
  lib/oe/buildcfg.py: Remove unused parameter

Khem Raj (1):
  python3-urllib3: Upgrade to 2.0.7

Randy MacLeod (1):
  strace: backport fix for so_peerpidfd-test

Richard Purdie (1):
  qemu: Upgrade 8.1.0 -> 8.1.2

Ross Burton (1):
  xwayland: upgrade to 23.2.2

Tim Orling (1):
  lsb-release: use https for UPSTREAM_CHECK_URI

Vijay Anusuri (1):
  avahi: backport Debian patches to fix multiple CVE's

Vyacheslav Yurkov (1):
  lib/oe/path: Deploy files can start only with a dot

Wang Mingyu (4):
  base-passwd: upgrade 3.6.1 -> 3.6.2
  enchant2: upgrade 2.6.1 -> 2.6.2
  harfbuzz: upgrade 8.2.1 -> 8.2.2
  libjpeg-turbo: upgrade 3.0.0 -> 3.0.1

William Lyu (1):
  openssl: improve handshake test error reporting

 meta/lib/oe/buildcfg.py                       |  11 +-
 meta/lib/oe/path.py                           |   3 +-
 meta/recipes-connectivity/avahi/avahi_0.8.bb  |   8 +
 .../avahi/files/CVE-2023-1981.patch           |  58 +++
 .../avahi/files/CVE-2023-38469-1.patch        |  48 +++
 .../avahi/files/CVE-2023-38469-2.patch        |  65 +++
 .../avahi/files/CVE-2023-38470-1.patch        |  57 +++
 .../avahi/files/CVE-2023-38470-2.patch        |  52 +++
 .../avahi/files/CVE-2023-38471-1.patch        |  73 ++++
 .../avahi/files/CVE-2023-38471-2.patch        |  52 +++
 .../avahi/files/CVE-2023-38472.patch          |  45 +++
 .../avahi/files/CVE-2023-38473.patch          | 109 +++++
 ...ke-history-reporting-when-test-fails.patch | 374 ++++++++++++++++++
 .../openssl/openssl_3.1.4.bb                  |   1 +
 ...-to-configure-whether-to-use-SELinux.patch |  35 --
 ...e-passwd_3.6.1.bb => base-passwd_3.6.2.bb} |   3 +-
 meta/recipes-core/systemd/systemd_254.4.bb    |  30 +-
 ...lib3_2.0.6.bb => python3-urllib3_2.0.7.bb} |   2 +-
 ...u-native_8.1.0.bb => qemu-native_8.1.2.bb} |   0
 ...e_8.1.0.bb => qemu-system-native_8.1.2.bb} |   0
 meta/recipes-devtools/qemu/qemu.inc           |   5 +-
 ...t-data-in-bounds-in-iotlb_to_section.patch |  42 --
 ...u-Use-async_run_on_cpu-in-tcg_commit.patch | 157 --------
 .../qemu/qemu/CVE-2023-42467.patch            |  49 ---
 .../qemu/{qemu_8.1.0.bb => qemu_8.1.2.bb}     |   0
 .../skip-test-so_peerpidfd.gen.test.patch     |  25 --
 .../strace/tests-fix-so_peerpidfd-test.patch  |  32 ++
 meta/recipes-devtools/strace/strace_6.5.bb    |   2 +-
 meta/recipes-extended/lsb/lsb-release_1.4.bb  |   3 +-
 .../{harfbuzz_8.2.1.bb => harfbuzz_8.2.2.bb}  |   2 +-
 ...-turbo_3.0.0.bb => libjpeg-turbo_3.0.1.bb} |   2 +-
 ...{xwayland_23.2.1.bb => xwayland_23.2.2.bb} |   2 +-
 ...20230804.bb => linux-firmware_20231030.bb} | 288 +++++++++++++-
 .../{enchant2_2.6.1.bb => enchant2_2.6.2.bb}  |   2 +-
 34 files changed, 1292 insertions(+), 345 deletions(-)
 create mode 100644 meta/recipes-connectivity/avahi/files/CVE-2023-1981.patch
 create mode 100644 meta/recipes-connectivity/avahi/files/CVE-2023-38469-1.patch
 create mode 100644 meta/recipes-connectivity/avahi/files/CVE-2023-38469-2.patch
 create mode 100644 meta/recipes-connectivity/avahi/files/CVE-2023-38470-1.patch
 create mode 100644 meta/recipes-connectivity/avahi/files/CVE-2023-38470-2.patch
 create mode 100644 meta/recipes-connectivity/avahi/files/CVE-2023-38471-1.patch
 create mode 100644 meta/recipes-connectivity/avahi/files/CVE-2023-38471-2.patch
 create mode 100644 meta/recipes-connectivity/avahi/files/CVE-2023-38472.patch
 create mode 100644 meta/recipes-connectivity/avahi/files/CVE-2023-38473.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl/0001-Added-handshake-history-reporting-when-test-fails.patch
 delete mode 100644 meta/recipes-core/base-passwd/base-passwd/0006-Make-it-possible-to-configure-whether-to-use-SELinux.patch
 rename meta/recipes-core/base-passwd/{base-passwd_3.6.1.bb => base-passwd_3.6.2.bb} (96%)
 rename meta/recipes-devtools/python/{python3-urllib3_2.0.6.bb => python3-urllib3_2.0.7.bb} (87%)
 rename meta/recipes-devtools/qemu/{qemu-native_8.1.0.bb => qemu-native_8.1.2.bb} (100%)
 rename meta/recipes-devtools/qemu/{qemu-system-native_8.1.0.bb => qemu-system-native_8.1.2.bb} (100%)
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0001-softmmu-Assert-data-in-bounds-in-iotlb_to_section.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0001-softmmu-Use-async_run_on_cpu-in-tcg_commit.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2023-42467.patch
 rename meta/recipes-devtools/qemu/{qemu_8.1.0.bb => qemu_8.1.2.bb} (100%)
 delete mode 100644 meta/recipes-devtools/strace/strace/skip-test-so_peerpidfd.gen.test.patch
 create mode 100644 meta/recipes-devtools/strace/strace/tests-fix-so_peerpidfd-test.patch
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_8.2.1.bb => harfbuzz_8.2.2.bb} (95%)
 rename meta/recipes-graphics/jpeg/{libjpeg-turbo_3.0.0.bb => libjpeg-turbo_3.0.1.bb} (97%)
 rename meta/recipes-graphics/xwayland/{xwayland_23.2.1.bb => xwayland_23.2.2.bb} (95%)
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_20230804.bb => linux-firmware_20231030.bb} (83%)
 rename meta/recipes-support/enchant/{enchant2_2.6.1.bb => enchant2_2.6.2.bb} (92%)

-- 
2.34.1



             reply	other threads:[~2023-11-30 20:57 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-30 20:57 Steve Sakoman [this message]
2023-11-30 20:57 ` [OE-core][nanbield 01/25] avahi: backport Debian patches to fix multiple CVE's Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 02/25] base-passwd: upgrade 3.6.1 -> 3.6.2 Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 03/25] enchant2: upgrade 2.6.1 -> 2.6.2 Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 04/25] harfbuzz: upgrade 8.2.1 -> 8.2.2 Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 05/25] libjpeg-turbo: upgrade 3.0.0 -> 3.0.1 Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 06/25] python3-urllib3: Upgrade to 2.0.7 Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 07/25] qemu: Upgrade 8.1.0 -> 8.1.2 Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 08/25] xwayland: upgrade to 23.2.2 Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 09/25] linux-firmware: create separate packages Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 10/25] linux-firmware: add new fw file to ${PN}-rtl8821 Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 11/25] linux-firmware: upgrade 20230804 -> 20231030 Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 12/25] linux-firmware: add missing depenencies on license packages Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 13/25] linux-firmware: add notice file to sdm845 modem firmware Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 14/25] linux-firmware: add audio topology symlink to the X13's audio package Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 15/25] linux-firmware: package firmware for Qualcomm Adreno a702 Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 16/25] linux-firmware: package firmware for Qualcomm QCM2290 / QRB4210 Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 17/25] linux-firmware: package Qualcomm Venus 6.0 firmware Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 18/25] linux-firmware: package Robotics RB5 sensors DSP firmware Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 19/25] lsb-release: use https for UPSTREAM_CHECK_URI Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 20/25] strace: backport fix for so_peerpidfd-test Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 21/25] openssl: improve handshake test error reporting Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 22/25] systemd: fix DynamicUser issue Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 23/25] lib/oe/buildcfg.py: Include missing import Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 24/25] lib/oe/buildcfg.py: Remove unused parameter Steve Sakoman
2023-11-30 20:57 ` [OE-core][nanbield 25/25] lib/oe/path: Deploy files can start only with a dot 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.1701377676.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