mbox

[mickledore,00/11] Patch review

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

Pull-request

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

Message

Steve Sakoman July 22, 2023, 6:56 p.m. UTC
Please review this set of patches for mickledore and have comments back by
end of day Tuesday.

Passed a-full on autobuilder:

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

The following changes since commit 8d1bc34cffdd9f054e51db4e880747c79bf834fe:

  testimage/oeqa: Drop testimage_dump_host functionality (2023-07-14 06:06:00 -1000)

are available in the Git repository at:

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

Archana Polampalli (1):
  qemu: fix CVE-2023-0330

Bruce Ashfield (2):
  linux-yocto/5.15: update to v5.15.119
  linux-yocto/5.15: update to v5.15.120

Kai Kang (1):
  webkitgtk: 2.38.5 -> 2.38.6

Mingli Yu (1):
  acpica: Update SRC_URI

Richard Purdie (1):
  gcc-testsuite: Fix ppc cpu specification

Ross Burton (3):
  tiff: upgrade to 4.5.1
  gcc: don't pass --enable-standard-branch-protection
  machine/arch-arm64: add -mbranch-protection=standard

Sakib Sajal (1):
  go: fix CVE-2023-24531

Trevor Gamblin (1):
  vim: upgrade 9.0.1527 -> 9.0.1592

 meta/conf/machine/include/arm/arch-arm64.inc  |   5 +
 .../gcc/gcc-configure-common.inc              |   1 -
 meta/recipes-devtools/gcc/gcc-testsuite.inc   |   5 +-
 meta/recipes-devtools/go/go-1.20.5.inc        |   2 +
 .../go/go/CVE-2023-24531_1.patch              | 266 ++++++++++++++++++
 .../go/go/CVE-2023-24531_2.patch              |  47 ++++
 meta/recipes-devtools/qemu/qemu.inc           |   1 +
 .../qemu/qemu/CVE-2023-0330.patch             |  75 +++++
 .../acpica/acpica_20220331.bb                 |   2 +-
 .../linux/linux-yocto-rt_5.15.bb              |   6 +-
 .../linux/linux-yocto-tiny_5.15.bb            |   6 +-
 meta/recipes-kernel/linux/linux-yocto_5.15.bb |  26 +-
 .../libtiff/files/CVE-2022-48281.patch        |  29 --
 .../libtiff/files/CVE-2023-25434.patch        | 159 -----------
 .../libtiff/files/CVE-2023-26965.patch        |  99 -------
 .../libtiff/files/CVE-2023-2731.patch         |  39 ---
 .../libtiff/{tiff_4.5.0.bb => tiff_4.5.1.bb}  |  14 +-
 ...ebkitgtk_2.38.5.bb => webkitgtk_2.38.6.bb} |   2 +-
 meta/recipes-support/vim/vim.inc              |   4 +-
 19 files changed, 424 insertions(+), 364 deletions(-)
 create mode 100644 meta/recipes-devtools/go/go/CVE-2023-24531_1.patch
 create mode 100644 meta/recipes-devtools/go/go/CVE-2023-24531_2.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2023-0330.patch
 delete mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2022-48281.patch
 delete mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-25434.patch
 delete mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-26965.patch
 delete mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-2731.patch
 rename meta/recipes-multimedia/libtiff/{tiff_4.5.0.bb => tiff_4.5.1.bb} (81%)
 rename meta/recipes-sato/webkit/{webkitgtk_2.38.5.bb => webkitgtk_2.38.6.bb} (98%)