mbox

[nanbield,00/14] Patch review

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

Pull-request

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

Message

Steve Sakoman March 18, 2024, 2:21 a.m. UTC
Please review this set of changes for nanbield and have comments back by
end of day Tuesday, March 19

Passed a-full on autobuilder:

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

The following changes since commit f40a53370eac89df38b2fab47c411a61d4df4fc0:

  gnutls: Upgrade 3.8.2 -> 3.8.3 (2024-03-12 06:25:19 -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

Alex Kiernan (1):
  wireless-regdb: Upgrade 2023.09.01 -> 2024.01.23

Alexander Kanavin (1):
  linux-firmware: upgrade 20231211 -> 20240220

Claus Stovgaard (1):
  wpa-supplicant: Fix CVE-2023-52160

Khem Raj (1):
  core-image-ptest: Increase disk size to 1.5G for strace ptest image

Lee Chee Yang (1):
  openssl: upgrade to 3.1.5

Michael Halstead (1):
  yocto-uninative: Update to 4.4 for glibc 2.39

Priyal Doshi (1):
  tzdata : Upgrade to 2024a

Simone Weiß (1):
  cve-check: Log if CVE_STATUS set but not reported for component

Yoann Congal (6):
  cve-update-nvd2-native: Fix typo in comment
  cve-update-nvd2-native: Add an age threshold for incremental update
  cve-update-nvd2-native: Remove duplicated CVE_CHECK_DB_FILE definition
  cve-update-nvd2-native: nvd_request_next: Improve comment
  cve-update-nvd2-native: Fix CVE configuration update
  cve-update-nvd2-native: Remove rejected CVE from database

 meta/classes/cve-check.bbclass                |   3 +
 meta/conf/distro/include/yocto-uninative.inc  |  10 +-
 .../openssl/openssl/fix_random_labels.patch   |  22 --
 .../{openssl_3.1.4.bb => openssl_3.1.5.bb}    |   4 +-
 ...te-Phase-2-authentication-requiremen.patch | 213 ++++++++++++++++++
 .../wpa-supplicant/wpa-supplicant_2.10.bb     |   1 +
 meta/recipes-core/images/core-image-ptest.bb  |   2 +-
 .../meta/cve-update-nvd2-native.bb            |  35 ++-
 meta/recipes-extended/timezone/timezone.inc   |   6 +-
 ...20231211.bb => linux-firmware_20240220.bb} |   6 +-
 ....09.01.bb => wireless-regdb_2024.01.23.bb} |   4 +-
 11 files changed, 260 insertions(+), 46 deletions(-)
 delete mode 100644 meta/recipes-connectivity/openssl/openssl/fix_random_labels.patch
 rename meta/recipes-connectivity/openssl/{openssl_3.1.4.bb => openssl_3.1.5.bb} (98%)
 create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-PEAP-client-Update-Phase-2-authentication-requiremen.patch
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_20231211.bb => linux-firmware_20240220.bb} (99%)
 rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2023.09.01.bb => wireless-regdb_2024.01.23.bb} (88%)