mbox

[walnascar,00/17] Patch review

Message ID cover.1746804035.git.steve@sakoman.com
State Not Applicable, archived
Delegated to: Steve Sakoman
Headers show

Pull-request

https://git.openembedded.org/openembedded-core-contrib stable/walnascar-nut

Message

Steve Sakoman May 9, 2025, 3:23 p.m. UTC
Please review this set of changes for walnascar and have comments back by
end of day Tuesday, May 13

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/1556

The following changes since commit 6ec2c52b938302b894f119f701ffcf0a847eee85:

  systemd: always depend on the explicit serial console units (2025-04-23 19:47:34 +0100)

are available in the Git repository at:

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

Changqing Li (6):
  libsoup-2.4: fix CVE-2025-32911
  patch.py: set commituser and commitemail for addNote
  initscripts: add function
    log_success_msg/log_failure_msg/log_warning_msg
  buildtools-tarball: move setting of envvars to respective envfile
  buildtools-tarball: add envvars into BB_ENV_PASSTHROUGH_ADDITIONS
  buildtools-tarball: Make buildtools respects host CA certificates

Guðni Már Gilbert (1):
  bluez5: add missing tools to noinst-tools package

Haixiao Yan (1):
  glibc: Add single-threaded fast path to rand()

Hongxu Jia (2):
  cdrtools-native: fix booting EFI ISO live failed
  syslinux: improve isohybrid to process extra sector count for ISO 9660
    image

Jiaying Song (1):
  gobject-introspection: Fix wrong PN used in MULTILIB_SCRIPTS

Khem Raj (1):
  webkitgtk: Use WTF_CPU_UNKNOWN when building for riscv64

Madhu Marri (1):
  qemu 8.2.7: ignore CVE-2023-1386

Peter Kjellerstedt (2):
  insane.bbclass: Move test for invalid PACKAGECONFIGs to do_recipe_qa
  insane.bbclass: Report all invalid PACKAGECONFIGs for a recipe at once

Praveen Kumar (1):
  connman :fix CVE-2025-32743

Priyal Doshi (1):
  tzdata/tzcode-native: upgrade 2025a -> 2025b

 meta/classes-global/insane.bbclass            |  20 ++--
 meta/lib/oe/patch.py                          |  14 ++-
 .../bluez5/bluez5_5.79.bb                     |   8 +-
 .../connman/connman/CVE-2025-32743.patch      |  48 ++++++++
 .../connman/connman_1.43.bb                   |   1 +
 .../openssl/files/environment.d-openssl.sh    |  24 +++-
 ...dd-single-threaded-fast-path-to-rand.patch |  47 ++++++++
 meta/recipes-core/glibc/glibc_2.41.bb         |   1 +
 .../initscripts/initscripts-1.0/functions     |  21 ++++
 .../initscripts/initscripts_1.0.bb            |   1 -
 meta/recipes-core/meta/buildtools-tarball.bb  |  29 +++--
 .../cdrtools/cdrtools-native_3.01.bb          |   1 +
 ...ix-nsectors-exceeds-0xffff-situation.patch |  69 ++++++++++++
 .../git/git/environment.d-git.sh              |  19 ++++
 meta/recipes-devtools/git/git_2.49.0.bb       |   9 ++
 .../environment.d-python3-requests.sh         |  11 ++
 .../python/python3-requests_2.32.3.bb         |  11 ++
 meta/recipes-devtools/qemu/qemu.inc           |   2 +
 ...-count-from-section-entry-for-EFI-ca.patch | 104 ++++++++++++++++++
 .../syslinux/syslinux_6.04-pre2.bb            |   1 +
 meta/recipes-extended/timezone/timezone.inc   |   6 +-
 .../gobject-introspection_1.84.0.bb           |   2 +-
 .../webkit/webkitgtk/fix-ftbfs-riscv64.patch  |  38 +++++++
 meta/recipes-sato/webkit/webkitgtk_2.48.0.bb  |   1 +
 .../curl/curl/environment.d-curl.sh           |  19 ++++
 meta/recipes-support/curl/curl_8.12.1.bb      |   9 ++
 .../libsoup-2.4/0001-CVE-2025-32911.patch     |  74 +++++++++++++
 .../libsoup/libsoup-2.4_2.74.3.bb             |   3 +-
 28 files changed, 560 insertions(+), 33 deletions(-)
 create mode 100644 meta/recipes-connectivity/connman/connman/CVE-2025-32743.patch
 create mode 100644 meta/recipes-core/glibc/glibc/0001-stdlib-Add-single-threaded-fast-path-to-rand.patch
 create mode 100644 meta/recipes-devtools/cdrtools/cdrtools/0001-fix-nsectors-exceeds-0xffff-situation.patch
 create mode 100644 meta/recipes-devtools/git/git/environment.d-git.sh
 create mode 100644 meta/recipes-devtools/python/python3-requests/environment.d-python3-requests.sh
 create mode 100644 meta/recipes-devtools/syslinux/syslinux/0001-Add-extra-sector-count-from-section-entry-for-EFI-ca.patch
 create mode 100644 meta/recipes-sato/webkit/webkitgtk/fix-ftbfs-riscv64.patch
 create mode 100644 meta/recipes-support/curl/curl/environment.d-curl.sh
 create mode 100644 meta/recipes-support/libsoup/libsoup-2.4/0001-CVE-2025-32911.patch