All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][nanbield 00/14] Patch review
@ 2024-03-18  2:21 Steve Sakoman
  2024-03-18  2:21 ` [OE-core][nanbield 01/14] cve-check: Log if CVE_STATUS set but not reported for component Steve Sakoman
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Steve Sakoman @ 2024-03-18  2:21 UTC (permalink / raw)
  To: openembedded-core

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%)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-03-18  2:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-18  2:21 [OE-core][nanbield 00/14] Patch review Steve Sakoman
2024-03-18  2:21 ` [OE-core][nanbield 01/14] cve-check: Log if CVE_STATUS set but not reported for component Steve Sakoman
2024-03-18  2:21 ` [OE-core][nanbield 02/14] wpa-supplicant: Fix CVE-2023-52160 Steve Sakoman
2024-03-18  2:21 ` [OE-core][nanbield 03/14] cve-update-nvd2-native: Fix typo in comment Steve Sakoman
2024-03-18  2:21 ` [OE-core][nanbield 04/14] cve-update-nvd2-native: Add an age threshold for incremental update Steve Sakoman
2024-03-18  2:21 ` [OE-core][nanbield 05/14] cve-update-nvd2-native: Remove duplicated CVE_CHECK_DB_FILE definition Steve Sakoman
2024-03-18  2:21 ` [OE-core][nanbield 06/14] cve-update-nvd2-native: nvd_request_next: Improve comment Steve Sakoman
2024-03-18  2:21 ` [OE-core][nanbield 07/14] cve-update-nvd2-native: Fix CVE configuration update Steve Sakoman
2024-03-18  2:21 ` [OE-core][nanbield 08/14] cve-update-nvd2-native: Remove rejected CVE from database Steve Sakoman
2024-03-18  2:21 ` [OE-core][nanbield 09/14] openssl: upgrade to 3.1.5 Steve Sakoman
2024-03-18  2:21 ` [OE-core][nanbield 10/14] wireless-regdb: Upgrade 2023.09.01 -> 2024.01.23 Steve Sakoman
2024-03-18  2:21 ` [OE-core][nanbield 11/14] linux-firmware: upgrade 20231211 -> 20240220 Steve Sakoman
2024-03-18  2:21 ` [OE-core][nanbield 12/14] tzdata : Upgrade to 2024a Steve Sakoman
2024-03-18  2:21 ` [OE-core][nanbield 13/14] yocto-uninative: Update to 4.4 for glibc 2.39 Steve Sakoman
2024-03-18  2:21 ` [OE-core][nanbield 14/14] core-image-ptest: Increase disk size to 1.5G for strace ptest image Steve Sakoman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.