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][mickledore 00/30] Patch review
Date: Thu, 29 Jun 2023 16:28:36 -1000	[thread overview]
Message-ID: <cover.1688092011.git.steve@sakoman.com> (raw)

Please review this set of changes for mickledore and comments back by
end of day Monday.

Passed a-full on autobuilder:

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

The following changes since commit 4df0b835fae3af1dbde4a06568a652ce46d7af7a:

  maintainers.inc: update version for gcc-source (2023-06-27 12:12:05 -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

Alexander Kanavin (10):
  apr: upgrade 1.7.3 -> 1.7.4
  scripts/runqemu: split lock dir creation into a reusable function
  scripts/runqemu: allocate unfsd ports in a way that doesn't race or
    clash with unrelated processes
  qemu: a pending patch was submitted and accepted upstream
  maintainers.inc: unassign Adrian Bunk from wireless-regdb
  maintainers.inc: unassign Alistair Francis from opensbi
  maintainers.inc: unassign Chase Qi from libc-test
  maintainers.inc: unassign Oleksandr Kravchuk from python3 and all
    other items
  maintainers.inc: unassign Ricardo Neri from ovmf
  grub: submit determinism.patch upstream

Changqing Li (1):
  systemd: fix a dead link under /var/log

Charlie Wu (1):
  devtool: Fix the wrong variable in srcuri_entry

Fabien Mahot (2):
  useradd-example: package typo correction
  oeqa/selftest/bbtests: add non-existent prefile/postfile tests

Khem Raj (3):
  glibc: Pass linker choice via compiler flags
  babeltrace2: Always use BFD linker when building tests with ld-is-lld
    distro feature
  parted: Add missing libuuid to linker cmdline for
    libparted-fs-resize.so

Markus Volk (1):
  gtk4: upgrade 4.10.3 -> 4.10.4

Mikko Rapeli (1):
  useradd-staticids.bbclass: improve error message

Mingli Yu (1):
  python3-numpy: remove NPY_INLINE, use inline instead

Randolph Sapp (6):
  weston-init: make sure the render group exists
  weston-init: add weston user to the render group
  weston-init: add the weston user to the wayland group
  weston-init: fix the mixed indentation
  weston-init: guard against systemd configs
  weston-init: add profile to point users to global socket

Ross Burton (1):
  gobject-introspection: remove obsolete DEPENDS

Sakib Sajal (1):
  bno_plot.py, btt_plot.py: Ask for python3 specifically

Siddharth (1):
  tiff: Security fix for CVE-2023-25434 and CVE-2023-26965

Wang Mingyu (1):
  libxml2: upgrade 2.10.3 -> 2.10.4

 .../useradd/useradd-example.bb                |   2 +-
 meta/classes/useradd-staticids.bbclass        |   2 +-
 meta/conf/distro/include/maintainers.inc      |  44 ++---
 meta/lib/oeqa/selftest/cases/bbtests.py       |   8 +
 meta/recipes-bsp/grub/files/determinism.patch |   2 +-
 meta/recipes-core/glibc/glibc_2.37.bb         |   4 +-
 .../{libxml2_2.10.3.bb => libxml2_2.10.4.bb}  |   2 +-
 ...on-t-create-symlink-README-in-this-f.patch |  42 +++++
 meta/recipes-core/systemd/systemd_253.1.bb    |   1 +
 ....inc.src-Change-NPY_INLINE-to-inline.patch | 135 +++++++++++++++
 .../python/python3-numpy_1.24.2.bb            |   1 +
 ...lative-paths-for-line-preprocessor-d.patch |   2 +-
 ...o-linker-flags-for-libparted-fs-resi.patch |  34 ++++
 meta/recipes-extended/parted/parted_3.5.bb    |   1 +
 .../gobject-introspection_1.74.0.bb           |   2 +-
 .../gtk+/{gtk4_4.10.3.bb => gtk4_4.10.4.bb}   |   2 +-
 meta/recipes-graphics/wayland/weston-init.bb  |  46 ++---
 .../wayland/weston-init/weston-socket.sh      |  20 +++
 ...plot.py-Ask-for-python3-specifically.patch |  35 ++++
 meta/recipes-kernel/blktrace/blktrace_git.bb  |   4 +-
 .../recipes-kernel/lttng/babeltrace2_2.0.5.bb |   1 +
 .../libtiff/files/CVE-2023-25434.patch        | 159 ++++++++++++++++++
 .../libtiff/files/CVE-2023-26965.patch        |  99 +++++++++++
 meta/recipes-multimedia/libtiff/tiff_4.5.0.bb |   2 +
 .../apr/{apr_1.7.3.bb => apr_1.7.4.bb}        |   2 +-
 scripts/lib/devtool/standard.py               |   2 +-
 scripts/runqemu                               |  48 +++---
 27 files changed, 623 insertions(+), 79 deletions(-)
 rename meta/recipes-core/libxml/{libxml2_2.10.3.bb => libxml2_2.10.4.bb} (97%)
 create mode 100644 meta/recipes-core/systemd/systemd/0001-legacy.conf.in-Don-t-create-symlink-README-in-this-f.patch
 create mode 100644 meta/recipes-devtools/python/python3-numpy/0001-simd.inc.src-Change-NPY_INLINE-to-inline.patch
 create mode 100644 meta/recipes-extended/parted/files/0001-fs-Add-libuuid-to-linker-flags-for-libparted-fs-resi.patch
 rename meta/recipes-gnome/gtk+/{gtk4_4.10.3.bb => gtk4_4.10.4.bb} (98%)
 create mode 100755 meta/recipes-graphics/wayland/weston-init/weston-socket.sh
 create mode 100644 meta/recipes-kernel/blktrace/blktrace/0001-bno_plot.py-btt_plot.py-Ask-for-python3-specifically.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-25434.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-26965.patch
 rename meta/recipes-support/apr/{apr_1.7.3.bb => apr_1.7.4.bb} (98%)

-- 
2.34.1



             reply	other threads:[~2023-06-30  2:29 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-30  2:28 Steve Sakoman [this message]
2023-06-30  2:28 ` [OE-core][mickledore 01/30] tiff: Security fix for CVE-2023-25434 and CVE-2023-26965 Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 02/30] libxml2: upgrade 2.10.3 -> 2.10.4 Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 03/30] gtk4: upgrade 4.10.3 -> 4.10.4 Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 04/30] apr: upgrade 1.7.3 -> 1.7.4 Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 05/30] bno_plot.py, btt_plot.py: Ask for python3 specifically Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 06/30] python3-numpy: remove NPY_INLINE, use inline instead Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 07/30] systemd: fix a dead link under /var/log Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 08/30] weston-init: make sure the render group exists Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 09/30] weston-init: add weston user to the render group Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 10/30] weston-init: add the weston user to the wayland group Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 11/30] weston-init: fix the mixed indentation Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 12/30] weston-init: guard against systemd configs Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 13/30] weston-init: add profile to point users to global socket Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 14/30] glibc: Pass linker choice via compiler flags Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 15/30] useradd-example: package typo correction Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 16/30] scripts/runqemu: split lock dir creation into a reusable function Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 17/30] scripts/runqemu: allocate unfsd ports in a way that doesn't race or clash with unrelated processes Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 18/30] oeqa/selftest/bbtests: add non-existent prefile/postfile tests Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 19/30] qemu: a pending patch was submitted and accepted upstream Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 20/30] maintainers.inc: unassign Adrian Bunk from wireless-regdb Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 21/30] maintainers.inc: unassign Alistair Francis from opensbi Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 22/30] maintainers.inc: unassign Chase Qi from libc-test Steve Sakoman
2023-06-30  2:28 ` [OE-core][mickledore 23/30] maintainers.inc: unassign Oleksandr Kravchuk from python3 and all other items Steve Sakoman
2023-06-30  2:29 ` [OE-core][mickledore 24/30] maintainers.inc: unassign Ricardo Neri from ovmf Steve Sakoman
2023-06-30  2:29 ` [OE-core][mickledore 25/30] babeltrace2: Always use BFD linker when building tests with ld-is-lld distro feature Steve Sakoman
2023-06-30  2:29 ` [OE-core][mickledore 26/30] gobject-introspection: remove obsolete DEPENDS Steve Sakoman
2023-06-30  2:29 ` [OE-core][mickledore 27/30] parted: Add missing libuuid to linker cmdline for libparted-fs-resize.so Steve Sakoman
2023-06-30  2:29 ` [OE-core][mickledore 28/30] useradd-staticids.bbclass: improve error message Steve Sakoman
2023-06-30  2:29 ` [OE-core][mickledore 29/30] devtool: Fix the wrong variable in srcuri_entry Steve Sakoman
2023-06-30  2:29 ` [OE-core][mickledore 30/30] grub: submit determinism.patch upstream Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2023-07-04 15:29 [OE-core][mickledore 00/30] Patch review Steve Sakoman
2023-06-28  2:29 Steve Sakoman
2023-06-09 16:53 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.1688092011.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