From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][langdale 00/23] Patch review
Date: Thu, 16 Mar 2023 11:44:57 -1000 [thread overview]
Message-ID: <cover.1679003014.git.steve@sakoman.com> (raw)
Please review this set of patches for langdale and have comments back by
end of day Monday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5058
The following changes since commit 21e8a662e6232e7fdd642b1d86d4f8f980be1a09:
vala: Fix install conflict when enable multilib. (2023-03-10 05:54:34 -1000)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/langdale-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/langdale-nut
Alexander Kanavin (4):
sudo: update 1.9.12p2 -> 1.9.13p2
libdnf: update 0.69.0 -> 0.70.0
pango: upgrade 1.50.12 -> 1.50.13
apt: re-enable version check
Kenfe-Mickael Laventure (3):
buildtools-tarball: Handle spaces within user $PATH
toolchain-scripts: Handle spaces within user $PATH
populate_sdk_ext: Handle spaces within user $PATH
Michael Halstead (1):
selftest/runtime_test/virgl: Disable for all Rocky Linux
Richard Purdie (5):
staging: Separate out different multiconfig manifests
staging/multilib: Fix manifest corruption
glibc: Add missing binutils dependency
selftest/recipetool: Stop test corrupting tinfoil class
base-files: Drop localhost.localdomain from hosts file
Ross Burton (3):
vim: upgrade to 9.0.1403
vim: set modified-by to the recipe MAINTAINER
meson: remove obsolete RPATH stripping patch
Siddharth (1):
harfbuzz: Security fix for CVE-2023-25193
Trevor Woerner (3):
cups: use BUILDROOT instead of DESTDIR
cups: check PACKAGECONFIG for pam feature
cups: add/fix web interface packaging
Wang Mingyu (1):
dhcpcd: Fix install conflict when enable multilib.
Xiangyu Chen (1):
sudo: update 1.9.13p2 -> 1.9.13p3
Zoltan Boszormenyi (1):
piglit: Fix build time dependency
meta/classes-global/staging.bbclass | 4 +
meta/classes-recipe/populate_sdk_ext.bbclass | 2 +-
meta/classes-recipe/toolchain-scripts.bbclass | 2 +-
meta/classes/multilib.bbclass | 1 +
meta/lib/oeqa/selftest/cases/recipetool.py | 5 +-
meta/lib/oeqa/selftest/cases/runtime_test.py | 3 +-
.../dhcpcd/dhcpcd_9.4.1.bb | 1 +
...-conflict-error-when-enable-multilib.patch | 46 +++++
meta/recipes-core/base-files/base-files/hosts | 2 +-
meta/recipes-core/glibc/glibc.inc | 4 +-
meta/recipes-core/meta/buildtools-tarball.bb | 2 +-
meta/recipes-devtools/apt/apt_2.4.5.bb | 2 -
...xt.cpp-do-not-try-to-access-BDB-data.patch | 37 ----
.../{libdnf_0.69.0.bb => libdnf_0.70.0.bb} | 3 +-
.../meson/meson/disable-rpath-handling.patch | 37 ----
meta/recipes-devtools/meson/meson_0.63.3.bb | 1 -
meta/recipes-extended/cups/cups.inc | 16 +-
...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 +-
.../harfbuzz/CVE-2023-25193-pre1.patch | 135 ++++++++++++
.../harfbuzz/harfbuzz/CVE-2023-25193.patch | 192 ++++++++++++++++++
.../harfbuzz/harfbuzz_5.1.0.bb | 2 +
.../{pango_1.50.12.bb => pango_1.50.13.bb} | 2 +-
meta/recipes-graphics/piglit/piglit_git.bb | 2 +-
meta/recipes-support/vim/vim.inc | 8 +-
26 files changed, 421 insertions(+), 113 deletions(-)
create mode 100644 meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch
delete mode 100644 meta/recipes-devtools/libdnf/libdnf/0001-libdnf-dnf-context.cpp-do-not-try-to-access-BDB-data.patch
rename meta/recipes-devtools/libdnf/{libdnf_0.69.0.bb => libdnf_0.70.0.bb} (93%)
delete mode 100644 meta/recipes-devtools/meson/meson/disable-rpath-handling.patch
rename meta/recipes-extended/sudo/{sudo_1.9.12p2.bb => sudo_1.9.13p3.bb} (96%)
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
rename meta/recipes-graphics/pango/{pango_1.50.12.bb => pango_1.50.13.bb} (94%)
--
2.34.1
next reply other threads:[~2023-03-16 21:45 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-16 21:44 Steve Sakoman [this message]
2023-03-16 21:44 ` [OE-core][langdale 01/23] harfbuzz: Security fix for CVE-2023-25193 Steve Sakoman
2023-03-16 21:44 ` [OE-core][langdale 02/23] sudo: update 1.9.12p2 -> 1.9.13p2 Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 03/23] sudo: update 1.9.13p2 -> 1.9.13p3 Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 04/23] libdnf: update 0.69.0 -> 0.70.0 Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 05/23] pango: upgrade 1.50.12 -> 1.50.13 Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 06/23] vim: upgrade to 9.0.1403 Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 07/23] vim: set modified-by to the recipe MAINTAINER Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 08/23] staging: Separate out different multiconfig manifests Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 09/23] staging/multilib: Fix manifest corruption Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 10/23] glibc: Add missing binutils dependency Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 11/23] selftest/runtime_test/virgl: Disable for all Rocky Linux Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 12/23] selftest/recipetool: Stop test corrupting tinfoil class Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 13/23] meson: remove obsolete RPATH stripping patch Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 14/23] cups: use BUILDROOT instead of DESTDIR Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 15/23] cups: check PACKAGECONFIG for pam feature Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 16/23] cups: add/fix web interface packaging Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 17/23] piglit: Fix build time dependency Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 18/23] apt: re-enable version check Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 19/23] buildtools-tarball: Handle spaces within user $PATH Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 20/23] toolchain-scripts: " Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 21/23] populate_sdk_ext: " Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 22/23] dhcpcd: Fix install conflict when enable multilib Steve Sakoman
2023-03-16 21:45 ` [OE-core][langdale 23/23] base-files: Drop localhost.localdomain from hosts file 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.1679003014.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.