All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][mickledore 00/20] Patch review
Date: Wed, 30 Aug 2023 07:48:04 -1000	[thread overview]
Message-ID: <cover.1693417541.git.steve@sakoman.com> (raw)

Please review this set of patches for mickledore and have comments back by
end of day Friday, September 1.

Passed a-full on autobuilder:

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

The following changes since commit a46782c9f54bcb0389ea1016e37b6939aae79bfb:

  resulttool/report: Avoid divide by zero (2023-08-25 12:24:11 -1000)

are available in the Git repository at:

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

Anuj Mittal (1):
  gstreamer1.0: upgrade 1.22.4 -> 1.22.5

Bruce Ashfield (7):
  linux-yocto/6.1: update to v6.1.41
  linux-yocto/6.1: update to v6.1.43
  linux-yocto/6.1: update to v6.1.44
  linux-yocto/6.1: update to v6.1.45
  linux-yocto/6.1: fix uninitialized read in nohz_full/isolcpus setup
  linux-yocto/6.1: update to v6.1.46
  linux-yocto/6.1: fix IRQ-80 warnings

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

Narpat Mali (1):
  python3-pygments: fix for CVE-2022-40896

Ovidiu Panait (1):
  mdadm: skip running 04update-uuid and 07revert-inplace testcases

Poonam Jadhav (1):
  pixman: Remove duplication of license MIT

Richard Purdie (1):
  build-sysroots: Ensure dependency chains are minimal

Ross Burton (2):
  procps: backport fix for CVE-2023-4016
  graphene: fix runtime detection of IEEE754 behaviour

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

Yogita Urade (1):
  inetutils: fix CVE-2023-40303

 ...tpd-rcp-rlogin-rsh-rshd-uucpd-fix-ch.patch | 284 +++++++++++++++++
 ...03-Indent-changes-in-previous-commit.patch | 258 +++++++++++++++
 .../inetutils/inetutils_2.4.bb                |   2 +
 meta/recipes-core/meta/build-sysroots.bb      |   7 +-
 .../CVE-2022-40896-0001.patch                 |  49 +++
 .../CVE-2022-40896-0002.patch                 | 301 ++++++++++++++++++
 .../python/python3-pygments_2.14.0.bb         |   4 +
 meta/recipes-devtools/tcltk/tcl_8.6.13.bb     |   6 +
 ...n-files-for-04update-uuid-and-07reve.patch |  39 +++
 meta/recipes-extended/mdadm/mdadm_4.2.bb      |   1 +
 .../procps/procps/CVE-2023-4016.patch         |  73 +++++
 meta/recipes-extended/procps/procps_4.0.3.bb  |   1 +
 .../tar/tar/CVE-2022-48303.patch              |  43 ---
 .../tar/{tar_1.34.bb => tar_1.35.bb}          |   8 +-
 .../graphene/files/float-div.patch            |  28 ++
 .../graphene/graphene_1.10.8.bb               |   2 +
 .../xorg-lib/pixman_0.42.2.bb                 |   2 +-
 .../linux/linux-yocto-rt_6.1.bb               |   6 +-
 .../linux/linux-yocto-tiny_6.1.bb             |   6 +-
 meta/recipes-kernel/linux/linux-yocto_6.1.bb  |  28 +-
 ...tools_1.22.4.bb => gst-devtools_1.22.5.bb} |   2 +-
 ...1.22.4.bb => gstreamer1.0-libav_1.22.5.bb} |   2 +-
 ...x_1.22.4.bb => gstreamer1.0-omx_1.22.5.bb} |   2 +-
 ....bb => gstreamer1.0-plugins-bad_1.22.5.bb} |   2 +-
 ...bb => gstreamer1.0-plugins-base_1.22.5.bb} |   2 +-
 ...bb => gstreamer1.0-plugins-good_1.22.5.bb} |   2 +-
 ...bb => gstreamer1.0-plugins-ugly_1.22.5.bb} |   2 +-
 ....22.4.bb => gstreamer1.0-python_1.22.5.bb} |   2 +-
 ....bb => gstreamer1.0-rtsp-server_1.22.5.bb} |   2 +-
 ...1.22.4.bb => gstreamer1.0-vaapi_1.22.5.bb} |   2 +-
 ...er1.0_1.22.4.bb => gstreamer1.0_1.22.5.bb} |   2 +-
 meta/recipes-support/vim/vim.inc              |   5 +-
 scripts/lib/wic/partition.py                  |   2 +-
 33 files changed, 1092 insertions(+), 85 deletions(-)
 create mode 100644 meta/recipes-connectivity/inetutils/inetutils/0001-CVE-2023-40303-ftpd-rcp-rlogin-rsh-rshd-uucpd-fix-ch.patch
 create mode 100644 meta/recipes-connectivity/inetutils/inetutils/0002-CVE-2023-40303-Indent-changes-in-previous-commit.patch
 create mode 100644 meta/recipes-devtools/python/python3-pygments/CVE-2022-40896-0001.patch
 create mode 100644 meta/recipes-devtools/python/python3-pygments/CVE-2022-40896-0002.patch
 create mode 100644 meta/recipes-extended/mdadm/files/0001-tests-add-.broken-files-for-04update-uuid-and-07reve.patch
 create mode 100644 meta/recipes-extended/procps/procps/CVE-2023-4016.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%)
 create mode 100644 meta/recipes-graphics/graphene/files/float-div.patch
 rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.22.4.bb => gst-devtools_1.22.5.bb} (95%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.22.4.bb => gstreamer1.0-libav_1.22.5.bb} (91%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.22.4.bb => gstreamer1.0-omx_1.22.5.bb} (95%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.22.4.bb => gstreamer1.0-plugins-bad_1.22.5.bb} (98%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.22.4.bb => gstreamer1.0-plugins-base_1.22.5.bb} (97%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.22.4.bb => gstreamer1.0-plugins-good_1.22.5.bb} (97%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.22.4.bb => gstreamer1.0-plugins-ugly_1.22.5.bb} (94%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.22.4.bb => gstreamer1.0-python_1.22.5.bb} (91%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.22.4.bb => gstreamer1.0-rtsp-server_1.22.5.bb} (90%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.22.4.bb => gstreamer1.0-vaapi_1.22.5.bb} (95%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.22.4.bb => gstreamer1.0_1.22.5.bb} (97%)

-- 
2.34.1



             reply	other threads:[~2023-08-30 17:48 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-30 17:48 Steve Sakoman [this message]
2023-08-30 17:48 ` [OE-core][mickledore 01/20] inetutils: fix CVE-2023-40303 Steve Sakoman
2023-08-30 17:48 ` [OE-core][mickledore 02/20] python3-pygments: fix for CVE-2022-40896 Steve Sakoman
2023-08-30 17:48 ` [OE-core][mickledore 03/20] procps: backport fix for CVE-2023-4016 Steve Sakoman
2023-08-30 17:48 ` [OE-core][mickledore 04/20] tar: upgrade 1.34 -> 1.35 Steve Sakoman
2023-08-30 17:48 ` [OE-core][mickledore 05/20] gstreamer1.0: upgrade 1.22.4 -> 1.22.5 Steve Sakoman
2023-08-30 17:48 ` [OE-core][mickledore 06/20] linux-yocto/6.1: update to v6.1.41 Steve Sakoman
2023-08-30 17:48 ` [OE-core][mickledore 07/20] linux-yocto/6.1: update to v6.1.43 Steve Sakoman
2023-08-30 17:48 ` [OE-core][mickledore 08/20] linux-yocto/6.1: update to v6.1.44 Steve Sakoman
2023-08-30 17:48 ` [OE-core][mickledore 09/20] linux-yocto/6.1: update to v6.1.45 Steve Sakoman
2023-08-30 17:48 ` [OE-core][mickledore 10/20] linux-yocto/6.1: fix uninitialized read in nohz_full/isolcpus setup Steve Sakoman
2023-08-30 17:48 ` [OE-core][mickledore 11/20] linux-yocto/6.1: update to v6.1.46 Steve Sakoman
2023-08-30 17:48 ` [OE-core][mickledore 12/20] linux-yocto/6.1: fix IRQ-80 warnings Steve Sakoman
2023-08-30 17:48 ` [OE-core][mickledore 13/20] graphene: fix runtime detection of IEEE754 behaviour Steve Sakoman
2023-08-30 17:48 ` [OE-core][mickledore 14/20] build-sysroots: Add SUMMARY field Steve Sakoman
2023-08-30 17:48 ` [OE-core][mickledore 15/20] pixman: Remove duplication of license MIT Steve Sakoman
2023-08-30 17:48 ` [OE-core][mickledore 16/20] tcl: prevent installing another copy of tzdata Steve Sakoman
2023-08-30 17:48 ` [OE-core][mickledore 17/20] wic: fix wrong attempt to create file system in upartitioned regions Steve Sakoman
2023-08-30 17:48 ` [OE-core][mickledore 18/20] mdadm: skip running 04update-uuid and 07revert-inplace testcases Steve Sakoman
2023-08-30 17:48 ` [OE-core][mickledore 19/20] build-sysroots: Ensure dependency chains are minimal Steve Sakoman
2023-08-30 17:48 ` [OE-core][mickledore 20/20] vim: update obsolete comment Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2023-10-11  0:01 [OE-core][mickledore 00/20] Patch review Steve Sakoman
2023-08-26 15:38 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.1693417541.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.