public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 00/21] Patch review
Date: Fri, 17 Mar 2023 12:42:14 -1000	[thread overview]
Message-ID: <cover.1679092796.git.steve@sakoman.com> (raw)

Please review this set of patches for kirkstone and have comments back by
end of day Tuesday.

Passed a-full on autobuilder:

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

The following changes since commit 8b41b5d2e423636942e34723ad940f6f143640c9:

  vala: Fix install conflict when enable multilib. (2023-03-14 05:40:43 -1000)

are available in the Git repository at:

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

Hongxu Jia (1):
  pkgconf: fix CVE-2023-24056

Joe Slater (1):
  python3: fix CVE-2023-24329

Kai Kang (1):
  python3-git: fix indent error

Kenfe-Mickael Laventure (3):
  buildtools-tarball: Handle spaces within user $PATH
  toolchain-scripts: Handle spaces within user $PATH
  populate_sdk_ext: Handle spaces within user $PATH

Michael Halstead (1):
  selftest/runtime_test/virgl: Disable for all Rocky Linux

Mingli Yu (3):
  mdadm: Fix testcase 06wrmostly
  mdadm: fix tests/02lineargrow
  mdadm: Fix raid0 tests

Richard Purdie (5):
  staging: Separate out different multiconfig manifests
  staging/multilib: Fix manifest corruption
  glibc: Add missing binutils dependency
  selftest/recipetool: Stop test corrupting tinfoil class
  base-files: Drop localhost.localdomain from hosts file

Ross Burton (2):
  vim: upgrade to 9.0.1403
  vim: set modified-by to the recipe MAINTAINER

Trevor Woerner (3):
  cups: use BUILDROOT instead of DESTDIR
  cups: check PACKAGECONFIG for pam feature
  cups: add/fix web interface packaging

Wang Mingyu (1):
  dhcpcd: Fix install conflict when enable multilib.

 meta/classes/multilib.bbclass                 |   1 +
 meta/classes/populate_sdk_ext.bbclass         |   2 +-
 meta/classes/staging.bbclass                  |   4 +
 meta/classes/toolchain-scripts.bbclass        |   2 +-
 meta/lib/oeqa/selftest/cases/recipetool.py    |   5 +-
 meta/lib/oeqa/selftest/cases/runtime_test.py  |   3 +-
 .../dhcpcd/dhcpcd_9.4.1.bb                    |   1 +
 ...-conflict-error-when-enable-multilib.patch |  46 ++++++++
 meta/recipes-core/base-files/base-files/hosts |   2 +-
 meta/recipes-core/glibc/glibc.inc             |   4 +-
 meta/recipes-core/meta/buildtools-tarball.bb  |   2 +-
 ...nd-stop-string-processing-on-truncat.patch |  75 +++++++++++++
 .../recipes-devtools/pkgconf/pkgconf_1.8.0.bb |   1 +
 ...-git-CVE-2022-24439-fix-from-PR-1521.patch |   2 +-
 .../python/python3/cve-2023-24329.patch       |  50 +++++++++
 .../recipes-devtools/python/python3_3.10.9.bb |   1 +
 meta/recipes-extended/cups/cups.inc           |  16 ++-
 ...-Fix-optional-write-behind-parameter.patch |  45 ++++++++
 ...d-a-test-that-validates-raid0-with-l.patch |  41 +++++++
 ...-Run-udevadm-settle-before-setting-r.patch |  39 +++++++
 ...ow-clear-the-superblock-at-every-ite.patch |  33 ++++++
 ...metadata-avoid-passing-chunk-size-to.patch |  41 +++++++
 ...ts-fix-raid0-tests-for-0.90-metadata.patch | 102 ++++++++++++++++++
 meta/recipes-extended/mdadm/mdadm_4.2.bb      |   6 ++
 meta/recipes-support/vim/vim.inc              |   8 +-
 25 files changed, 511 insertions(+), 21 deletions(-)
 create mode 100644 meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch
 create mode 100644 meta/recipes-devtools/pkgconf/pkgconf/0001-tuple-test-for-and-stop-string-processing-on-truncat.patch
 create mode 100644 meta/recipes-devtools/python/python3/cve-2023-24329.patch
 create mode 100644 meta/recipes-extended/mdadm/files/0001-mdadm-Fix-optional-write-behind-parameter.patch
 create mode 100644 meta/recipes-extended/mdadm/files/0001-tests-00raid0-add-a-test-that-validates-raid0-with-l.patch
 create mode 100644 meta/recipes-extended/mdadm/files/0001-tests-00readonly-Run-udevadm-settle-before-setting-r.patch
 create mode 100644 meta/recipes-extended/mdadm/files/0001-tests-02lineargrow-clear-the-superblock-at-every-ite.patch
 create mode 100644 meta/recipes-extended/mdadm/files/0001-tests-04update-metadata-avoid-passing-chunk-size-to.patch
 create mode 100644 meta/recipes-extended/mdadm/files/0001-tests-fix-raid0-tests-for-0.90-metadata.patch

-- 
2.34.1



             reply	other threads:[~2023-03-17 22:42 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-17 22:42 Steve Sakoman [this message]
2023-03-17 22:42 ` [OE-core][kirkstone 01/21] pkgconf: fix CVE-2023-24056 Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 02/21] python3: fix CVE-2023-24329 Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 03/21] python3-git: fix indent error Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 04/21] vim: upgrade to 9.0.1403 Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 05/21] vim: set modified-by to the recipe MAINTAINER Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 06/21] mdadm: Fix testcase 06wrmostly Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 07/21] mdadm: fix tests/02lineargrow Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 08/21] mdadm: Fix raid0 tests Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 09/21] staging: Separate out different multiconfig manifests Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 10/21] staging/multilib: Fix manifest corruption Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 11/21] glibc: Add missing binutils dependency Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 12/21] selftest/runtime_test/virgl: Disable for all Rocky Linux Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 13/21] selftest/recipetool: Stop test corrupting tinfoil class Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 14/21] cups: use BUILDROOT instead of DESTDIR Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 15/21] cups: check PACKAGECONFIG for pam feature Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 16/21] cups: add/fix web interface packaging Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 17/21] buildtools-tarball: Handle spaces within user $PATH Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 18/21] toolchain-scripts: " Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 19/21] populate_sdk_ext: " Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 20/21] dhcpcd: Fix install conflict when enable multilib Steve Sakoman
2023-03-17 22:42 ` [OE-core][kirkstone 21/21] base-files: Drop localhost.localdomain from hosts file Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2023-04-02 16:41 [OE-core][kirkstone 00/21] Patch review Steve Sakoman
2023-05-26  2:28 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.1679092796.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