Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 00/20] Patch review
Date: Wed, 20 Sep 2023 12:30:37 -1000	[thread overview]
Message-ID: <cover.1695248921.git.steve@sakoman.com> (raw)

Please review this set of changes for kirkstone and have comments back by
end of day Friday, September 22.

Passed a-full on autobuilder:

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

The following changes since commit 26309ba6ef5b776d6bc45b984261b91e6c8c5a94:

  yocto-uninative: Update to 4.3 (2023-09-12 12:47:53 -1000)

are available in the Git repository at:

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

Alexander Kanavin (1):
  cargo.bbclass: set up cargo environment in common do_compile

Alexis Lothoré (1):
  oeqa/utils/gitarchive: fix tag computation when creating archive

Archana Polampalli (1):
  vim: upgrade 9.0.1592 -> 9.0.1664

Etienne Cordonnier (1):
  vim: update obsolete comment

Khem Raj (1):
  build-sysroots: Add SUMMARY field

Markus Niebel (1):
  wic: fix wrong attempt to create file system in upartitioned regions

Martin Jansa (1):
  tcl: prevent installing another copy of tzdata

Michael Opdenacker (1):
  scripts/create-pull-request: update URLs to git repositories

Pavel Zhukov (1):
  dbus: Specify runstatedir configure option

Peter Suti (1):
  externalsrc: fix dependency chain issues

Richard Purdie (3):
  vim: Upgrade 9.0.1664 -> 9.0.1894
  pseudo: Fix to work with glibc 2.38
  resulttool/report: Avoid divide by zero

Ross Burton (1):
  gcc: Fix -fstack-protector issue on aarch64

Sanjana (3):
  binutils: Fix CVE-2022-48065
  glibc: stable 2.35 branch updates
  binutils: stable 2.38 branch updates

Soumya Sambu (1):
  go: Fix CVE-2023-39319

Wang Mingyu (1):
  tar: upgrade 1.34 -> 1.35

Yogita Urade (1):
  cups: fix CVE-2023-32360

 meta/classes/cargo.bbclass                    |    1 -
 meta/classes/cargo_common.bbclass             |    4 +
 meta/classes/externalsrc.bbclass              |    7 +-
 meta/lib/oeqa/utils/gitarchive.py             |    6 +-
 meta/recipes-core/dbus/dbus_1.14.8.bb         |    3 +-
 meta/recipes-core/glibc/glibc-version.inc     |    2 +-
 meta/recipes-core/meta/build-sysroots.bb      |    3 +-
 .../binutils/binutils-2.38.inc                |    5 +-
 .../binutils/0029-CVE-2022-48065-1.patch      |   31 +
 .../binutils/0029-CVE-2022-48065-2.patch      |  115 +
 .../binutils/0029-CVE-2022-48065-3.patch      |  122 +
 meta/recipes-devtools/gcc/gcc-11.4.inc        |    1 +
 .../gcc/gcc/CVE-2023-4039.patch               | 2893 +++++++++++++++++
 meta/recipes-devtools/go/go-1.17.13.inc       |    3 +-
 .../go/go-1.20/CVE-2023-39319.patch           |  254 ++
 .../pseudo/files/glibc238.patch               |   72 +
 meta/recipes-devtools/pseudo/pseudo_git.bb    |    1 +
 meta/recipes-devtools/tcltk/tcl_8.6.11.bb     |    6 +
 meta/recipes-extended/cups/cups.inc           |    1 +
 .../cups/cups/CVE-2023-32360.patch            |   35 +
 .../tar/tar/CVE-2022-48303.patch              |   43 -
 .../tar/{tar_1.34.bb => tar_1.35.bb}          |    8 +-
 meta/recipes-support/vim/vim.inc              |   11 +-
 scripts/create-pull-request                   |    7 +-
 scripts/lib/resulttool/report.py              |    5 +-
 scripts/lib/wic/partition.py                  |    2 +-
 26 files changed, 3568 insertions(+), 73 deletions(-)
 create mode 100644 meta/recipes-devtools/binutils/binutils/0029-CVE-2022-48065-1.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/0029-CVE-2022-48065-2.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/0029-CVE-2022-48065-3.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc/CVE-2023-4039.patch
 create mode 100644 meta/recipes-devtools/go/go-1.20/CVE-2023-39319.patch
 create mode 100644 meta/recipes-devtools/pseudo/files/glibc238.patch
 create mode 100644 meta/recipes-extended/cups/cups/CVE-2023-32360.patch
 delete mode 100644 meta/recipes-extended/tar/tar/CVE-2022-48303.patch
 rename meta/recipes-extended/tar/{tar_1.34.bb => tar_1.35.bb} (87%)

-- 
2.34.1



             reply	other threads:[~2023-09-20 22:31 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-20 22:30 Steve Sakoman [this message]
2023-09-20 22:30 ` [OE-core][kirkstone 01/20] go: Fix CVE-2023-39319 Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 02/20] cups: fix CVE-2023-32360 Steve Sakoman
2023-09-26 20:37   ` [kirkstone " Claus Stovgaard
2023-09-20 22:30 ` [OE-core][kirkstone 03/20] binutils: Fix CVE-2022-48065 Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 04/20] gcc: Fix -fstack-protector issue on aarch64 Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 05/20] glibc: stable 2.35 branch updates Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 06/20] binutils: stable 2.38 " Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 07/20] tar: upgrade 1.34 -> 1.35 Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 08/20] vim: update obsolete comment Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 09/20] vim: upgrade 9.0.1592 -> 9.0.1664 Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 10/20] vim: Upgrade 9.0.1664 -> 9.0.1894 Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 11/20] pseudo: Fix to work with glibc 2.38 Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 12/20] externalsrc: fix dependency chain issues Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 13/20] scripts/create-pull-request: update URLs to git repositories Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 14/20] oeqa/utils/gitarchive: fix tag computation when creating archive Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 15/20] resulttool/report: Avoid divide by zero Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 16/20] build-sysroots: Add SUMMARY field Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 17/20] wic: fix wrong attempt to create file system in upartitioned regions Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 18/20] tcl: prevent installing another copy of tzdata Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 19/20] dbus: Specify runstatedir configure option Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 20/20] cargo.bbclass: set up cargo environment in common do_compile Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2022-06-13 14:21 [OE-core][kirkstone 00/20] Patch review Steve Sakoman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1695248921.git.steve@sakoman.com \
    --to=steve@sakoman.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox