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][kirkstone 00/22] Patch review
Date: Wed, 15 Mar 2023 04:00:51 -1000	[thread overview]
Message-ID: <cover.1678888649.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/5050

The following changes since commit 9e8cbf46fe6e4e257b76b228de56d4a891199896:

  nghttp2: never build python bindings (2023-03-06 04:10:00 -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

Bruce Ashfield (3):
  linux-yocto/5.15: update to v5.15.94
  linux-yocto/5.15: update to v5.15.96
  linux-yocto-rt/5.15: update to -rt59

Chee Yang Lee (1):
  tiff: fix multiple CVEs

Ming Liu (1):
  linux: inherit pkgconfig in kernel.bbclass

Narpat Mali (1):
  libmicrohttpd: upgrade 0.9.75 -> 0.9.76

Peter Marko (1):
  systemd: add group sgx to udev package

Poonam (1):
  python3-setuptools-rust-native: Add direct dependency of native
    python3 modules

Richard Purdie (2):
  binutils: Fix nativesdk ld.so search
  oeqa/selftest/prservice: Improve debug output for failure

Ross Burton (2):
  shadow: ignore CVE-2016-15024
  vim: add missing pkgconfig inherit

Shubham Kulkarni (1):
  glibc: Security fix for CVE-2023-0687

Siddharth Doshi (2):
  epiphany: Security fix for CVE-2023-26081
  harfbuzz: Security fix for CVE-2023-25193

Tom Hochstein (2):
  meson: Fix wrapper handling of implicit setup command
  oeqa/sdk: Improve Meson test

Vivek Kumbhar (1):
  gnutls: fix CVE-2023-0361 timing side-channel in the TLS RSA key
    exchange code

Wang Mingyu (3):
  iso-codes: upgrade 4.12.0 -> 4.13.0
  lua: Fix install conflict when enable multilib.
  vala: Fix install conflict when enable multilib.

Xiangyu Chen (1):
  sudo: update 1.9.12p2 -> 1.9.13p3

 meta-selftest/files/static-group              |   1 +
 meta/classes/kernel.bbclass                   |   2 +-
 meta/lib/oeqa/sdk/cases/buildepoxy.py         |   2 +-
 meta/lib/oeqa/selftest/cases/prservice.py     |   2 +-
 .../glibc/glibc/CVE-2023-0687.patch           |  82 ++++++++
 meta/recipes-core/glibc/glibc_2.35.bb         |   1 +
 meta/recipes-core/systemd/systemd_250.5.bb    |   2 +-
 ...dk-Search-for-alternative-ld.so.conf.patch |   2 +-
 meta/recipes-devtools/lua/lua_5.4.4.bb        |   3 +
 .../meson/meson/meson-wrapper                 |  17 +-
 .../python3-setuptools-rust-native_1.1.2.bb   |   4 +-
 meta/recipes-devtools/vala/vala.inc           |   5 +-
 meta/recipes-extended/shadow/shadow_4.11.1.bb |   3 +
 ...o.conf.in-fix-conflict-with-multilib.patch |  21 +-
 meta/recipes-extended/sudo/sudo.inc           |   2 +-
 .../{sudo_1.9.12p2.bb => sudo_1.9.13p3.bb}    |   2 +-
 meta/recipes-gnome/epiphany/epiphany_42.4.bb  |   1 +
 .../epiphany/files/CVE-2023-26081.patch       |  90 +++++++++
 .../harfbuzz/CVE-2023-25193-pre1.patch        | 135 +++++++++++++
 .../harfbuzz/harfbuzz/CVE-2023-25193.patch    | 185 ++++++++++++++++++
 .../harfbuzz/harfbuzz_4.0.1.bb                |   4 +-
 meta/recipes-kernel/linux/linux-yocto-dev.bb  |   2 -
 .../linux/linux-yocto-rt_5.15.bb              |   6 +-
 .../linux/linux-yocto-tiny_5.15.bb            |   6 +-
 meta/recipes-kernel/linux/linux-yocto.inc     |   1 -
 meta/recipes-kernel/linux/linux-yocto_5.15.bb |  26 +--
 .../libtiff/tiff/CVE-2022-48281.patch         |  26 +++
 .../CVE-2023-0800_0801_0802_0803_0804.patch   | 128 ++++++++++++
 meta/recipes-multimedia/libtiff/tiff_4.3.0.bb |   2 +
 .../gnutls/gnutls/CVE-2023-0361.patch         |  85 ++++++++
 meta/recipes-support/gnutls/gnutls_3.7.4.bb   |   1 +
 ...so-codes_4.12.0.bb => iso-codes_4.13.0.bb} |   2 +-
 ...ttpd_0.9.75.bb => libmicrohttpd_0.9.76.bb} |   2 +-
 meta/recipes-support/vim/vim.inc              |   2 +-
 34 files changed, 799 insertions(+), 56 deletions(-)
 create mode 100644 meta/recipes-core/glibc/glibc/CVE-2023-0687.patch
 rename meta/recipes-extended/sudo/{sudo_1.9.12p2.bb => sudo_1.9.13p3.bb} (96%)
 create mode 100644 meta/recipes-gnome/epiphany/files/CVE-2023-26081.patch
 create mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz/CVE-2023-25193-pre1.patch
 create mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz/CVE-2023-25193.patch
 create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2022-48281.patch
 create mode 100644 meta/recipes-multimedia/libtiff/tiff/CVE-2023-0800_0801_0802_0803_0804.patch
 create mode 100644 meta/recipes-support/gnutls/gnutls/CVE-2023-0361.patch
 rename meta/recipes-support/iso-codes/{iso-codes_4.12.0.bb => iso-codes_4.13.0.bb} (94%)
 rename meta/recipes-support/libmicrohttpd/{libmicrohttpd_0.9.75.bb => libmicrohttpd_0.9.76.bb} (91%)

-- 
2.34.1



             reply	other threads:[~2023-03-15 14:01 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-15 14:00 Steve Sakoman [this message]
2023-03-15 14:00 ` [OE-core][kirkstone 01/22] epiphany: Security fix for CVE-2023-26081 Steve Sakoman
2023-03-15 14:00 ` [OE-core][kirkstone 02/22] glibc: Security fix for CVE-2023-0687 Steve Sakoman
2023-03-15 14:00 ` [OE-core][kirkstone 03/22] gnutls: fix CVE-2023-0361 timing side-channel in the TLS RSA key exchange code Steve Sakoman
2023-03-15 14:00 ` [OE-core][kirkstone 04/22] harfbuzz: Security fix for CVE-2023-25193 Steve Sakoman
2023-03-15 14:00 ` [OE-core][kirkstone 05/22] tiff: fix multiple CVEs Steve Sakoman
2023-03-15 14:00 ` [OE-core][kirkstone 06/22] shadow: ignore CVE-2016-15024 Steve Sakoman
2023-03-15 14:00 ` [OE-core][kirkstone 07/22] libmicrohttpd: upgrade 0.9.75 -> 0.9.76 Steve Sakoman
2023-03-15 14:00 ` [OE-core][kirkstone 08/22] sudo: update 1.9.12p2 -> 1.9.13p3 Steve Sakoman
2023-03-15 14:01 ` [OE-core][kirkstone 09/22] linux-yocto/5.15: update to v5.15.94 Steve Sakoman
2023-03-15 14:01 ` [OE-core][kirkstone 10/22] linux-yocto/5.15: update to v5.15.96 Steve Sakoman
2023-03-15 14:01 ` [OE-core][kirkstone 11/22] linux-yocto-rt/5.15: update to -rt59 Steve Sakoman
2023-03-15 14:01 ` [OE-core][kirkstone 12/22] iso-codes: upgrade 4.12.0 -> 4.13.0 Steve Sakoman
2023-03-15 14:01 ` [OE-core][kirkstone 13/22] binutils: Fix nativesdk ld.so search Steve Sakoman
2023-03-15 14:01 ` [OE-core][kirkstone 14/22] python3-setuptools-rust-native: Add direct dependency of native python3 modules Steve Sakoman
2023-03-15 14:01 ` [OE-core][kirkstone 15/22] oeqa/selftest/prservice: Improve debug output for failure Steve Sakoman
2023-03-15 14:01 ` [OE-core][kirkstone 16/22] systemd: add group sgx to udev package Steve Sakoman
2023-03-15 14:01 ` [OE-core][kirkstone 17/22] vim: add missing pkgconfig inherit Steve Sakoman
2023-03-15 14:01 ` [OE-core][kirkstone 18/22] meson: Fix wrapper handling of implicit setup command Steve Sakoman
2023-03-15 14:01 ` [OE-core][kirkstone 19/22] oeqa/sdk: Improve Meson test Steve Sakoman
2023-03-15 14:01 ` [OE-core][kirkstone 20/22] linux: inherit pkgconfig in kernel.bbclass Steve Sakoman
2023-03-15 14:01 ` [OE-core][kirkstone 21/22] lua: Fix install conflict when enable multilib Steve Sakoman
2023-03-15 14:01 ` [OE-core][kirkstone 22/22] vala: " Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2025-02-25 14:29 [OE-core][kirkstone 00/22] Patch review Steve Sakoman
2024-09-11 23:22 Steve Sakoman
2024-02-25 21:52 Steve Sakoman
2022-06-08 14:39 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.1678888649.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.