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/29] Patch review
Date: Wed, 28 Jun 2023 04:12:25 -1000	[thread overview]
Message-ID: <cover.1687961326.git.steve@sakoman.com> (raw)

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

Passed a-full on autobuilder:

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

The following changes since commit 7949e786cf8e50f716ff1f1c4797136637205e0c:

  build-appliance-image: Update to kirkstone head revision (2023-06-23 04:17:20 -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

Alexander Kanavin (5):
  maintaines.inc: unassign Richard Weinberger from erofs-utils entry
  maintainers.inc: unassign Andreas Müller from itstool entry
  maintainers.inc: unassign Pascal Bach from cmake entry
  maintainers.inc: correct unassigned entries
  maintainers.inc: correct Carlos Rafael Giani's email address

Archana Polampalli (3):
  go: fix CVE-2023-29404
  go: fix CVE-2023-29405
  go: fix CVE-2023-29402

Bruce Ashfield (5):
  linux-yocto/5.10: update to v5.10.182
  linux-yocto/5.10: update to v5.10.183
  linux-yocto/5.10: update to v5.10.184
  linux-yocto/5.10: update to v5.10.185
  linux-yocto/5.10: cfg: fix DECNET configuration warning

Frieder Schrempf (1):
  psmisc: Set ALTERNATIVE for pstree to resolve conflict with busybox

Hitendra Prajapati (1):
  libcap: CVE-2023-2602 Memory Leak on pthread_create() Error

Kai Kang (1):
  pm-utils: fix multilib conflictions

Marc Ferland (1):
  connman: fix warning by specifying runstatedir at configure time

Martin Jansa (2):
  minicom: remove unused patch files
  kmod: remove unused ptest.patch

Richard Purdie (2):
  selftest/license: Exclude from world
  layer.conf: Add missing dependency exclusion

Ross Burton (1):
  ninja: ignore CVE-2021-4336, wrong ninja

Sakib Sajal (1):
  blktrace: ask for python3 specifically

Wang Mingyu (5):
  babeltrace2: upgrade 2.0.4 -> 2.0.5
  fribidi: upgrade 1.0.12 -> 1.0.13
  libxpm: upgrade 3.5.15 -> 3.5.16
  xdpyinfo: upgrade 1.3.3 -> 1.3.4
  mobile-broadband-provider-info: upgrade 20221107 -> 20230416

Xiangyu Chen (1):
  dbus: upgrade 1.14.6 -> 1.14.8

 .../license/incompatible-license-alias.bb     |   2 +
 .../license/incompatible-license.bb           |   2 +
 .../license/incompatible-licenses.bb          |   2 +
 .../license/incompatible-nonspdx-license.bb   |   2 +
 meta/conf/distro/include/maintainers.inc      |  18 +-
 meta/conf/layer.conf                          |   1 +
 meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb   |   5 +-
 meta/recipes-connectivity/connman/connman.inc |   1 +
 .../mobile-broadband-provider-info_git.bb     |   4 +-
 .../dbus/{dbus_1.14.6.bb => dbus_1.14.8.bb}   |   2 +-
 meta/recipes-devtools/go/go-1.17.13.inc       |   3 +
 .../go/go-1.19/CVE-2023-29402.patch           | 194 ++++++++++++++++++
 .../go/go-1.19/CVE-2023-29404.patch           |  78 +++++++
 .../go/go-1.19/CVE-2023-29405.patch           | 109 ++++++++++
 meta/recipes-devtools/ninja/ninja_1.10.2.bb   |   3 +
 ...erfluous-global-variable-definitions.patch |  35 ----
 ...erfluous-global-variable-definitions.patch |  37 ----
 ...erfluous-global-variable-definitions.patch |  42 ----
 meta/recipes-extended/psmisc/psmisc.inc       |   2 +
 .../{xdpyinfo_1.3.3.bb => xdpyinfo_1.3.4.bb}  |   2 +-
 .../{libxpm_3.5.15.bb => libxpm_3.5.16.bb}    |   3 +-
 ...plot.py-Ask-for-python3-specifically.patch |  35 ++++
 meta/recipes-kernel/blktrace/blktrace_git.bb  |   4 +-
 meta/recipes-kernel/kmod/kmod/ptest.patch     |  25 ---
 .../linux/linux-yocto-rt_5.10.bb              |   6 +-
 .../linux/linux-yocto-tiny_5.10.bb            |   8 +-
 meta/recipes-kernel/linux/linux-yocto_5.10.bb |  24 +--
 ...eltrace2_2.0.4.bb => babeltrace2_2.0.5.bb} |   2 +-
 .../{fribidi_1.0.12.bb => fribidi_1.0.13.bb}  |   2 +-
 .../libcap/files/CVE-2023-2602.patch          |  45 ++++
 meta/recipes-support/libcap/libcap_2.66.bb    |   1 +
 31 files changed, 522 insertions(+), 177 deletions(-)
 rename meta/recipes-core/dbus/{dbus_1.14.6.bb => dbus_1.14.8.bb} (98%)
 create mode 100644 meta/recipes-devtools/go/go-1.19/CVE-2023-29402.patch
 create mode 100644 meta/recipes-devtools/go/go-1.19/CVE-2023-29404.patch
 create mode 100644 meta/recipes-devtools/go/go-1.19/CVE-2023-29405.patch
 delete mode 100644 meta/recipes-extended/minicom/minicom/0001-Drop-superfluous-global-variable-definitions.patch
 delete mode 100644 meta/recipes-extended/minicom/minicom/0002-Drop-superfluous-global-variable-definitions.patch
 delete mode 100644 meta/recipes-extended/minicom/minicom/0003-Drop-superfluous-global-variable-definitions.patch
 rename meta/recipes-graphics/xorg-app/{xdpyinfo_1.3.3.bb => xdpyinfo_1.3.4.bb} (88%)
 rename meta/recipes-graphics/xorg-lib/{libxpm_3.5.15.bb => libxpm_3.5.16.bb} (83%)
 create mode 100644 meta/recipes-kernel/blktrace/blktrace/0001-bno_plot.py-btt_plot.py-Ask-for-python3-specifically.patch
 delete mode 100644 meta/recipes-kernel/kmod/kmod/ptest.patch
 rename meta/recipes-kernel/lttng/{babeltrace2_2.0.4.bb => babeltrace2_2.0.5.bb} (98%)
 rename meta/recipes-support/fribidi/{fribidi_1.0.12.bb => fribidi_1.0.13.bb} (90%)
 create mode 100644 meta/recipes-support/libcap/files/CVE-2023-2602.patch

-- 
2.34.1



             reply	other threads:[~2023-06-28 14:13 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-28 14:12 Steve Sakoman [this message]
2023-06-28 14:12 ` [OE-core][kirkstone 01/29] go: fix CVE-2023-29404 Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 02/29] go: fix CVE-2023-29405 Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 03/29] libcap: CVE-2023-2602 Memory Leak on pthread_create() Error Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 04/29] ninja: ignore CVE-2021-4336, wrong ninja Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 05/29] go: fix CVE-2023-29402 Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 06/29] babeltrace2: upgrade 2.0.4 -> 2.0.5 Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 07/29] fribidi: upgrade 1.0.12 -> 1.0.13 Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 08/29] libxpm: upgrade 3.5.15 -> 3.5.16 Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 09/29] xdpyinfo: upgrade 1.3.3 -> 1.3.4 Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 10/29] mobile-broadband-provider-info: upgrade 20221107 -> 20230416 Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 11/29] dbus: upgrade 1.14.6 -> 1.14.8 Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 12/29] linux-yocto/5.10: update to v5.10.182 Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 13/29] linux-yocto/5.10: update to v5.10.183 Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 14/29] linux-yocto/5.10: update to v5.10.184 Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 15/29] linux-yocto/5.10: update to v5.10.185 Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 16/29] linux-yocto/5.10: cfg: fix DECNET configuration warning Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 17/29] psmisc: Set ALTERNATIVE for pstree to resolve conflict with busybox Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 18/29] minicom: remove unused patch files Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 19/29] kmod: remove unused ptest.patch Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 20/29] pm-utils: fix multilib conflictions Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 21/29] maintaines.inc: unassign Richard Weinberger from erofs-utils entry Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 22/29] maintainers.inc: unassign Andreas Müller from itstool entry Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 23/29] maintainers.inc: unassign Pascal Bach from cmake entry Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 24/29] maintainers.inc: correct unassigned entries Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 25/29] connman: fix warning by specifying runstatedir at configure time Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 26/29] selftest/license: Exclude from world Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 27/29] maintainers.inc: correct Carlos Rafael Giani's email address Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 28/29] layer.conf: Add missing dependency exclusion Steve Sakoman
2023-06-28 14:12 ` [OE-core][kirkstone 29/29] blktrace: ask for python3 specifically Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2023-03-03 16:16 [OE-core][kirkstone 00/29] Patch review Steve Sakoman
2023-01-01 17:37 Steve Sakoman
2022-07-29 14:46 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.1687961326.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