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/27] Patch review
Date: Fri, 13 Oct 2023 11:52:24 -1000	[thread overview]
Message-ID: <cover.1697233866.git.steve@sakoman.com> (raw)

Please review this set of changes for mickledore and have comments back by
end of day Tuesday, October 17

Passed a-full on autobuilder:

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

The following changes since commit c451a9cb6adbc9480dacd81e935a0b9369f22e07:

  libgudev: explicitly disable tests and vapi (2023-10-11 08:01:07 -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

Alexander Kanavin (9):
  gzip: update 1.12 -> 1.13
  screen: update 4.9.0 -> 4.9.1
  runqemu: check permissions of available render nodes as well as their
    presence
  build-sysroots: target or native sysroot population need to be
    selected explicitly
  igt-gpu-tools: do not write shortened git commit hash into binaries
  ptest: report tests that were killed on timeout
  strace: parallelize ptest
  openssl: parallelize tests
  openssl: ensure all ptest fails are caught

Archana Polampalli (2):
  curl: fix CVE-2023-38545
  curl: fix CVE-2023-38546

Eilís 'pidge' Ní Fhlannagáin (1):
  nativesdk-intercept: Fix bad intercept chgrp/chown logic

Joe Slater (1):
  ghostscript: fix CVE-2023-43115

Khem Raj (1):
  libc-test: Run as non-root user

Mikko Rapeli (2):
  oeqa dnf_runtime.py: fix HTTP server IP address and port
  oeqa/selftest/context.py: check git command return values

Otavio Salvador (2):
  weston-init: remove misleading comment about udev rule
  weston-init: fix init code indentation

Peter Kjellerstedt (1):
  libsoup-2.4: Only specify --cross-file when building for target

Richard Purdie (1):
  oeqa/selftest/wic: Improve assertTrue calls

Ross Burton (1):
  avahi: handle invalid service types gracefully

Siddharth Doshi (1):
  vim: Upgrade 9.0.1894 -> 9.0.2009

Stefan Tauner (1):
  gdb: fix RDEPENDS for PACKAGECONFIG[tui]

Wang Mingyu (2):
  dbus: upgrade 1.14.8 -> 1.14.10
  wireless-regdb: upgrade 2023.05.03 -> 2023.09.01

Yogita Urade (2):
  tiff: fix CVE-2023-40745
  tiff: fix CVE-2023-41175

 .../lib/oeqa/runtime/cases/dnf_runtime.py     |   3 +-
 meta/files/ext-sdk-prepare.py                 |   2 +-
 meta/lib/oeqa/runtime/cases/ptest.py          |   2 +-
 meta/lib/oeqa/selftest/cases/meta_ide.py      |   5 +-
 meta/lib/oeqa/selftest/cases/wic.py           |  36 ++---
 meta/lib/oeqa/selftest/context.py             |   2 +-
 meta/recipes-connectivity/avahi/avahi_0.8.bb  |   1 +
 .../avahi/files/invalid-service.patch         |  29 ++++
 .../openssl/openssl/run-ptest                 |   2 +-
 .../dbus/{dbus_1.14.8.bb => dbus_1.14.10.bb}  |   2 +-
 meta/recipes-core/meta/build-sysroots.bb      |  12 +-
 .../musl/libc-test/run-libc-ptests            |  28 ++++
 meta/recipes-core/musl/libc-test/run-ptest    |  29 +---
 meta/recipes-core/musl/libc-test_git.bb       |   5 +
 meta/recipes-devtools/gdb/gdb-common.inc      |   3 +-
 meta/recipes-devtools/strace/strace/run-ptest |   2 +-
 .../ghostscript/CVE-2023-43115.patch          |  62 +++++++
 .../ghostscript/ghostscript_10.0.0.bb         |   1 +
 .../wrong-path-fix.patch                      |   0
 .../gzip/{gzip_1.12.bb => gzip_1.13.bb}       |   6 +-
 ...-Add-needed-system-headers-in-checks.patch | 151 ------------------
 .../screen/screen/signal-permission.patch     |  40 -----
 .../{screen_4.9.0.bb => screen_4.9.1.bb}      |   4 +-
 .../igt-gpu-tools/igt-gpu-tools_git.bb        |   2 +-
 meta/recipes-graphics/wayland/weston-init.bb  |   2 +-
 .../recipes-graphics/wayland/weston-init/init |   2 +-
 ....05.03.bb => wireless-regdb_2023.09.01.bb} |   2 +-
 .../libtiff/files/CVE-2023-40745.patch        |  35 ++++
 .../libtiff/files/CVE-2023-41175.patch        |  63 ++++++++
 meta/recipes-multimedia/libtiff/tiff_4.5.1.bb |   5 +-
 .../curl/curl/CVE-2023-38545.patch            | 133 +++++++++++++++
 .../curl/curl/CVE-2023-38546.patch            | 137 ++++++++++++++++
 meta/recipes-support/curl/curl_8.0.1.bb       |   2 +
 .../libsoup/libsoup-2.4_2.74.3.bb             |   2 +-
 meta/recipes-support/vim/vim.inc              |   4 +-
 scripts/lib/devtool/sdk.py                    |   3 +-
 scripts/nativesdk-intercept/chgrp             |   5 +-
 scripts/nativesdk-intercept/chown             |   5 +-
 scripts/runqemu                               |  14 +-
 39 files changed, 575 insertions(+), 268 deletions(-)
 create mode 100644 meta/recipes-connectivity/avahi/files/invalid-service.patch
 rename meta/recipes-core/dbus/{dbus_1.14.8.bb => dbus_1.14.10.bb} (98%)
 create mode 100644 meta/recipes-core/musl/libc-test/run-libc-ptests
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/CVE-2023-43115.patch
 rename meta/recipes-extended/gzip/{gzip-1.12 => gzip-1.13}/wrong-path-fix.patch (100%)
 rename meta/recipes-extended/gzip/{gzip_1.12.bb => gzip_1.13.bb} (88%)
 delete mode 100644 meta/recipes-extended/screen/screen/0001-configure-Add-needed-system-headers-in-checks.patch
 delete mode 100644 meta/recipes-extended/screen/screen/signal-permission.patch
 rename meta/recipes-extended/screen/{screen_4.9.0.bb => screen_4.9.1.bb} (89%)
 rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2023.05.03.bb => wireless-regdb_2023.09.01.bb} (94%)
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-40745.patch
 create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-41175.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2023-38545.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2023-38546.patch

-- 
2.34.1



             reply	other threads:[~2023-10-13 21:53 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-13 21:52 Steve Sakoman [this message]
2023-10-13 21:52 ` [OE-core][mickledore 01/27] tiff: fix CVE-2023-40745 Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 02/27] tiff: fix CVE-2023-41175 Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 03/27] ghostscript: fix CVE-2023-43115 Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 04/27] curl: fix CVE-2023-38545 Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 05/27] curl: fix CVE-2023-38546 Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 06/27] dbus: upgrade 1.14.8 -> 1.14.10 Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 07/27] wireless-regdb: upgrade 2023.05.03 -> 2023.09.01 Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 08/27] gzip: update 1.12 -> 1.13 Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 09/27] screen: update 4.9.0 -> 4.9.1 Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 10/27] vim: Upgrade 9.0.1894 -> 9.0.2009 Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 11/27] nativesdk-intercept: Fix bad intercept chgrp/chown logic Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 12/27] avahi: handle invalid service types gracefully Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 13/27] runqemu: check permissions of available render nodes as well as their presence Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 14/27] build-sysroots: target or native sysroot population need to be selected explicitly Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 15/27] weston-init: remove misleading comment about udev rule Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 16/27] weston-init: fix init code indentation Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 17/27] libc-test: Run as non-root user Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 18/27] oeqa dnf_runtime.py: fix HTTP server IP address and port Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 19/27] oeqa/selftest/context.py: check git command return values Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 20/27] igt-gpu-tools: do not write shortened git commit hash into binaries Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 21/27] ptest: report tests that were killed on timeout Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 22/27] strace: parallelize ptest Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 23/27] openssl: parallelize tests Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 24/27] openssl: ensure all ptest fails are caught Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 25/27] libsoup-2.4: Only specify --cross-file when building for target Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 26/27] oeqa/selftest/wic: Improve assertTrue calls Steve Sakoman
2023-10-13 21:52 ` [OE-core][mickledore 27/27] gdb: fix RDEPENDS for PACKAGECONFIG[tui] Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2023-07-27 19:43 [OE-core][mickledore 00/27] Patch review 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.1697233866.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.