mbox

[nanbield,00/15] Patch review

Message ID cover.1706987549.git.steve@sakoman.com
State Not Applicable, archived
Headers show

Pull-request

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

Message

Steve Sakoman Feb. 3, 2024, 7:14 p.m. UTC
Please review this set of changes for nanbield and have comments back by
end of day Tuesday, February 6

Passed a-full on autobuilder:

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

The following changes since commit a27983e0b6bde730fe501c9931119bf18b2c376b:

  package.py: OEHasPackage: Add MLPREFIX to packagename (2024-01-26 04:58:49 -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

Alexander Kanavin (2):
  glibc-y2038-tests: do not run tests using 32 bit time APIs
  icon-naming-utils: take tarball from debian

Khem Raj (1):
  tcl: Fix prepending to run-ptest script

Ming Liu (2):
  grub: fs/fat: Don't error when mtime is 0
  qemu.bbclass: fix a python TypeError

Peter Marko (2):
  sqlite3: upgrade 3.43.1 -> 3.43.2
  sqlite: drop obsolete CVE ignore

Richard Purdie (1):
  curl: Disable test 1091 due to intermittent failures

Rodrigo M. Duarte (1):
  linux-firmware: Fix the linux-firmware-bcm4373 FILES variable

Simone Weiß (1):
  glibc: Set status for CVE-2023-5156 & CVE-2023-0687

Trevor Gamblin (1):
  scripts/runqemu: fix regex escape sequences

Wang Mingyu (2):
  gstreamer1.0: upgrade 1.22.7 -> 1.22.8
  aspell: upgrade 0.60.8 -> 0.60.8.1

William Lyu (1):
  elfutils: Update license information

Yang Xu (1):
  rootfs.py: check depmodwrapper execution result

 ...pell_0.60.8.bbappend => aspell_%.bbappend} |   0
 meta/classes-recipe/qemu.bbclass              |   2 +-
 meta/lib/oe/rootfs.py                         |   3 +-
 ...1-fs-fat-Don-t-error-when-mtime-is-0.patch |  70 ++++++++++++
 meta/recipes-bsp/grub/grub2.inc               |   1 +
 meta/recipes-core/glibc/glibc-version.inc     |   2 +
 meta/recipes-core/glibc/glibc/run-ptest       |  12 +--
 .../elfutils/elfutils_0.189.bb                |  19 ++--
 meta/recipes-devtools/tcltk/tcl_8.6.13.bb     |   2 +-
 .../linux-firmware/linux-firmware_20231030.bb |   1 +
 ...tools_1.22.7.bb => gst-devtools_1.22.8.bb} |   2 +-
 ...1.22.7.bb => gstreamer1.0-libav_1.22.8.bb} |   2 +-
 ...x_1.22.7.bb => gstreamer1.0-omx_1.22.8.bb} |   2 +-
 ....bb => gstreamer1.0-plugins-bad_1.22.8.bb} |   2 +-
 ...bb => gstreamer1.0-plugins-base_1.22.8.bb} |   2 +-
 ...bb => gstreamer1.0-plugins-good_1.22.8.bb} |   2 +-
 ...bb => gstreamer1.0-plugins-ugly_1.22.8.bb} |   2 +-
 ....22.7.bb => gstreamer1.0-python_1.22.8.bb} |   2 +-
 ....bb => gstreamer1.0-rtsp-server_1.22.8.bb} |   2 +-
 ...1.22.7.bb => gstreamer1.0-vaapi_1.22.8.bb} |   2 +-
 ...er1.0_1.22.7.bb => gstreamer1.0_1.22.8.bb} |   2 +-
 .../icon-naming-utils_0.8.90.bb               |   4 +-
 .../{aspell_0.60.8.bb => aspell_0.60.8.1.bb}  |   7 +-
 .../aspell/files/CVE-2019-25051.patch         | 101 ------------------
 meta/recipes-support/curl/curl/disable-tests  |   2 +
 .../{sqlite3_3.43.1.bb => sqlite3_3.43.2.bb}  |   5 +-
 scripts/runqemu                               |   8 +-
 27 files changed, 115 insertions(+), 146 deletions(-)
 rename meta-selftest/recipes-test/aspell/{aspell_0.60.8.bbappend => aspell_%.bbappend} (100%)
 create mode 100644 meta/recipes-bsp/grub/files/0001-fs-fat-Don-t-error-when-mtime-is-0.patch
 rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.22.7.bb => gst-devtools_1.22.8.bb} (95%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.22.7.bb => gstreamer1.0-libav_1.22.8.bb} (91%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.22.7.bb => gstreamer1.0-omx_1.22.8.bb} (95%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.22.7.bb => gstreamer1.0-plugins-bad_1.22.8.bb} (98%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.22.7.bb => gstreamer1.0-plugins-base_1.22.8.bb} (98%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.22.7.bb => gstreamer1.0-plugins-good_1.22.8.bb} (97%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.22.7.bb => gstreamer1.0-plugins-ugly_1.22.8.bb} (94%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.22.7.bb => gstreamer1.0-python_1.22.8.bb} (91%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.22.7.bb => gstreamer1.0-rtsp-server_1.22.8.bb} (90%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.22.7.bb => gstreamer1.0-vaapi_1.22.8.bb} (95%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.22.7.bb => gstreamer1.0_1.22.8.bb} (97%)
 rename meta/recipes-support/aspell/{aspell_0.60.8.bb => aspell_0.60.8.1.bb} (83%)
 delete mode 100644 meta/recipes-support/aspell/files/CVE-2019-25051.patch
 rename meta/recipes-support/sqlite/{sqlite3_3.43.1.bb => sqlite3_3.43.2.bb} (48%)