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/27] Patch review
Date: Wed, 20 Apr 2022 04:07:48 -1000	[thread overview]
Message-ID: <cover.1650463004.git.steve@sakoman.com> (raw)

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

Passed a-full on autobuilder:

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

The following changes since commit d2ba3b8850d461bc7b773240cdf15b22b31a3f9e:

  lua: fix CVE-2022-28805 (2022-04-19 14:02:08 +0100)

are available in the Git repository at:

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

Alexander Kanavin (1):
  webkitgtk: adjust patch status

Davide Gardenal (1):
  create-spdx: fix error when symlink cannot be created

Ferry Toth (2):
  apt: add apt selftest to test signed package feeds
  package_manager: fix missing dependency on gnupg when signing deb
    package feeds

Jon Mason (1):
  qemuarm64: use virtio pci interfaces

Kai Kang (1):
  update_udev_hwdb: fix multilib issue with systemd

Khem Raj (5):
  babeltrace: Disable warnings as errors
  xserver-xorg: Fix build with gcc12
  systemtap: Fix build with gcc-12
  gnupg: Disable FORTIFY_SOURCES on mips
  mdadm: Drop clang specific cflags

Konrad Weihmann (2):
  git: correct license
  ncurses: use COPYING file

Martin Jansa (1):
  systemd-boot: remove outdated EFI_LD comment

Paulo Neves (1):
  selftest/lic_checksum: Add test for filename containing space

Peter Kjellerstedt (2):
  u-boot: Correct the SRC_URI
  u-boot: Inherit pkgconfig

Richard Purdie (1):
  buildtools-tarball: Only add cert envvars if certs are included

Ross Burton (1):
  zlib: upgrade to 1.2.12

wangmy (5):
  linux-firmware: upgrade 20220310 -> 20220411
  libsoup: upgrade 3.0.5 -> 3.0.6
  apt: upgrade 2.4.3 -> 2.4.4
  libusb1: upgrade 1.0.25 -> 1.0.26
  libgit2: upgrade 1.4.2 -> 1.4.3

zhengruoqin (3):
  wireless-regdb: upgrade 2022.02.18 -> 2022.04.08
  git: upgrade 2.35.2 -> 2.35.3
  ruby: upgrade 3.1.1 -> 3.1.2

 meta/classes/create-spdx.bbclass              |  10 +-
 meta/classes/sign_package_feed.bbclass        |   1 +
 meta/conf/machine/qemuarm64.conf              |   8 +-
 meta/lib/oeqa/runtime/cases/apt.py            |  38 +-
 meta/lib/oeqa/selftest/cases/lic_checksum.py  |  18 +
 meta/lib/oeqa/selftest/cases/runtime_test.py  |  38 ++
 meta/recipes-bsp/u-boot/u-boot-common.inc     |   6 +-
 meta/recipes-core/meta/buildtools-tarball.bb  |   6 +-
 meta/recipes-core/ncurses/ncurses.inc         |   2 +-
 .../systemd/systemd-boot_250.4.bb             |   1 -
 meta/recipes-core/systemd/systemd_250.4.bb    |   5 -
 meta/recipes-core/udev/eudev_3.2.10.bb        |   4 -
 ...configure-Pass-LDFLAGS-to-link-tests.patch |  25 +-
 .../zlib/zlib/CVE-2018-25032.patch            | 347 ------------------
 meta/recipes-core/zlib/zlib/cc.patch          |  27 ++
 .../zlib/{zlib_1.2.11.bb => zlib_1.2.12.bb}   |   7 +-
 .../apt/{apt_2.4.3.bb => apt_2.4.4.bb}        |   2 +-
 .../git/{git_2.35.2.bb => git_2.35.3.bb}      |  15 +-
 .../ruby/{ruby_3.1.1.bb => ruby_3.1.2.bb}     |   2 +-
 meta/recipes-extended/mdadm/mdadm_4.2.bb      |   2 -
 .../0001-render-Fix-build-with-gcc-12.patch   |  90 +++++
 .../xorg-xserver/xserver-xorg_21.1.3.bb       |   1 +
 ...20220310.bb => linux-firmware_20220411.bb} |   4 +-
 .../recipes-kernel/lttng/babeltrace2_2.0.4.bb |   2 +-
 ...ility-re-tweak-for-rhel6-use-functio.patch |  49 +++
 .../recipes-kernel/systemtap/systemtap_git.bb |   3 +-
 ....02.18.bb => wireless-regdb_2022.04.08.bb} |   2 +-
 ...spection.cmake-prefix-variables-obta.patch |   5 +-
 meta/recipes-support/gnupg/gnupg_2.3.4.bb     |   3 +
 .../{libgit2_1.4.2.bb => libgit2_1.4.3.bb}    |   2 +-
 .../{libsoup_3.0.5.bb => libsoup_3.0.6.bb}    |   2 +-
 .../{libusb1_1.0.25.bb => libusb1_1.0.26.bb}  |   2 +-
 scripts/postinst-intercepts/update_udev_hwdb  |   5 +-
 33 files changed, 322 insertions(+), 412 deletions(-)
 delete mode 100644 meta/recipes-core/zlib/zlib/CVE-2018-25032.patch
 create mode 100644 meta/recipes-core/zlib/zlib/cc.patch
 rename meta/recipes-core/zlib/{zlib_1.2.11.bb => zlib_1.2.12.bb} (83%)
 rename meta/recipes-devtools/apt/{apt_2.4.3.bb => apt_2.4.4.bb} (97%)
 rename meta/recipes-devtools/git/{git_2.35.2.bb => git_2.35.3.bb} (86%)
 rename meta/recipes-devtools/ruby/{ruby_3.1.1.bb => ruby_3.1.2.bb} (97%)
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-render-Fix-build-with-gcc-12.patch
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_20220310.bb => linux-firmware_20220411.bb} (99%)
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-gcc12-c-compatibility-re-tweak-for-rhel6-use-functio.patch
 rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2022.02.18.bb => wireless-regdb_2022.04.08.bb} (94%)
 rename meta/recipes-support/libgit2/{libgit2_1.4.2.bb => libgit2_1.4.3.bb} (91%)
 rename meta/recipes-support/libsoup/{libsoup_3.0.5.bb => libsoup_3.0.6.bb} (94%)
 rename meta/recipes-support/libusb/{libusb1_1.0.25.bb => libusb1_1.0.26.bb} (94%)

-- 
2.25.1



             reply	other threads:[~2022-04-21 16:46 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-20 14:07 Steve Sakoman [this message]
2022-04-20 14:07 ` [OE-core][kirkstone 01/27] systemd-boot: remove outdated EFI_LD comment Steve Sakoman
2022-04-20 14:07 ` [OE-core][kirkstone 02/27] qemuarm64: use virtio pci interfaces Steve Sakoman
2022-04-20 14:07 ` [OE-core][kirkstone 03/27] selftest/lic_checksum: Add test for filename containing space Steve Sakoman
2022-04-20 14:07 ` [OE-core][kirkstone 04/27] buildtools-tarball: Only add cert envvars if certs are included Steve Sakoman
2022-04-20 14:07 ` [OE-core][kirkstone 05/27] babeltrace: Disable warnings as errors Steve Sakoman
2022-04-20 14:07 ` [OE-core][kirkstone 06/27] xserver-xorg: Fix build with gcc12 Steve Sakoman
2022-04-20 14:07 ` [OE-core][kirkstone 07/27] systemtap: Fix build with gcc-12 Steve Sakoman
2022-04-20 14:07 ` [OE-core][kirkstone 08/27] gnupg: Disable FORTIFY_SOURCES on mips Steve Sakoman
2022-04-20 14:07 ` [OE-core][kirkstone 09/27] mdadm: Drop clang specific cflags Steve Sakoman
2022-04-20 14:07 ` [OE-core][kirkstone 10/27] apt: add apt selftest to test signed package feeds Steve Sakoman
2022-04-20 14:07 ` [OE-core][kirkstone 11/27] package_manager: fix missing dependency on gnupg when signing deb " Steve Sakoman
2022-04-20 14:08 ` [OE-core][kirkstone 12/27] git: correct license Steve Sakoman
2022-04-20 14:08 ` [OE-core][kirkstone 13/27] ncurses: use COPYING file Steve Sakoman
2022-04-20 14:08 ` [OE-core][kirkstone 14/27] webkitgtk: adjust patch status Steve Sakoman
2022-04-20 14:08 ` [OE-core][kirkstone 15/27] create-spdx: fix error when symlink cannot be created Steve Sakoman
2022-04-20 14:08 ` [OE-core][kirkstone 16/27] u-boot: Correct the SRC_URI Steve Sakoman
2022-04-20 14:08 ` [OE-core][kirkstone 17/27] u-boot: Inherit pkgconfig Steve Sakoman
2022-04-20 14:08 ` [OE-core][kirkstone 18/27] update_udev_hwdb: fix multilib issue with systemd Steve Sakoman
2022-04-20 14:08 ` [OE-core][kirkstone 19/27] linux-firmware: upgrade 20220310 -> 20220411 Steve Sakoman
2022-04-20 14:08 ` [OE-core][kirkstone 20/27] wireless-regdb: upgrade 2022.02.18 -> 2022.04.08 Steve Sakoman
2022-04-20 14:08 ` [OE-core][kirkstone 21/27] zlib: upgrade to 1.2.12 Steve Sakoman
2022-04-20 14:08 ` [OE-core][kirkstone 22/27] libsoup: upgrade 3.0.5 -> 3.0.6 Steve Sakoman
2022-04-20 14:08 ` [OE-core][kirkstone 23/27] apt: upgrade 2.4.3 -> 2.4.4 Steve Sakoman
2022-04-20 14:08 ` [OE-core][kirkstone 24/27] libusb1: upgrade 1.0.25 -> 1.0.26 Steve Sakoman
2022-04-20 14:08 ` [OE-core][kirkstone 25/27] libgit2: upgrade 1.4.2 -> 1.4.3 Steve Sakoman
2022-04-20 14:08 ` [OE-core][kirkstone 26/27] git: upgrade 2.35.2 -> 2.35.3 Steve Sakoman
2022-04-20 14:08 ` [OE-core][kirkstone 27/27] ruby: upgrade 3.1.1 -> 3.1.2 Steve Sakoman
     [not found] ` <16E7A00E9A382042.23874@lists.openembedded.org>
2022-04-20 14:50   ` [OE-core][kirkstone 21/27] zlib: upgrade to 1.2.12 Steve Sakoman
     [not found] <16E7A00050A35F84.23874@lists.openembedded.org>
2022-04-20 14:53 ` [OE-core][kirkstone 00/27] Patch review Steve Sakoman
2022-04-20 15:05   ` Khem Raj
2022-04-21  5:14   ` Randy MacLeod
2022-04-21 14:00     ` Steve Sakoman
2022-04-21 14:27       ` Randy MacLeod
  -- strict thread matches above, loose matches on Subject: below --
2022-07-14  4:35 Steve Sakoman
2023-02-12 21:10 Steve Sakoman
2023-07-18 14:25 Steve Sakoman
2025-06-17 21:19 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.1650463004.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