From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/15] Patch review
Date: Mon, 4 Oct 2021 04:18:28 -1000 [thread overview]
Message-ID: <cover.1633356813.git.steve@sakoman.com> (raw)
Please review this next set of patches for dunfell and have comments back by end
of day Wednesday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2677
The following changes since commit 8e7c8e43260682efafabc50c757b9c2daff98f13:
connman: add CVE_PRODUCT (2021-09-24 04:27:46 -1000)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib stable/dunfell-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-nut
Minjae Kim (1):
vim: fix CVE-2021-3778
Ranjitsinh Rathod (1):
systemd: Add fix for systemd-networkd crash during free
Richard Purdie (7):
mtd-utils: upgrade 2.1.1 -> 2.1.2
pybootchart: Avoid divide by zero
oeqa/qemurunner: Use oe._exit(), not sys.exit()
libc_package/buildstats: Fix python regex quoting warnings
oeqa/selftest/gotoolchain: Fix temp file cleanup
oeqa/buildproject: Ensure temp directories are cleaned up
glew: Stop polluting /tmp during builds
Robert P. J. Day (1):
common-licenses: add "Unlicense" license file
Stefano Babic (1):
mtd-utils: upgrade 2.1.2 -> 2.1.3
Tom Pollard (2):
bzip2: Update soname for libbz2 1.0.8
libsamplerate0: Set correct soname for 0.1.9
William A. Kennington III (1):
rm_work.bbclass: Fix for files starting with -
sana kazi (1):
openssh: Fix CVE-2021-28041
meta/classes/libc-package.bbclass | 2 +-
meta/classes/rm_work.bbclass | 8 +-
meta/files/common-licenses/Unlicense | 24 ++
meta/lib/buildstats.py | 4 +-
meta/lib/oeqa/selftest/cases/gotoolchain.py | 6 +
meta/lib/oeqa/utils/buildproject.py | 3 +
meta/lib/oeqa/utils/qemurunner.py | 2 +-
meta/lib/oeqa/utils/targetbuild.py | 4 +-
.../openssh/openssh/CVE-2021-28041.patch | 20 ++
.../openssh/openssh_8.2p1.bb | 1 +
...-info-for-ordered-set-new-and-introd.patch | 78 +++++
...dered_set_clear-free-with-destructor.patch | 35 +++
...etwork-add-skeleton-of-request-queue.patch | 285 ++++++++++++++++++
...quests-when-link-enters-linger-state.patch | 50 +++
...ork-fix-Link-reference-counter-issue.patch | 278 +++++++++++++++++
...nk_drop-and-link_detach_from_manager.patch | 67 ++++
meta/recipes-core/systemd/systemd_244.5.bb | 6 +
...-utils-Fix-return-value-of-ubiformat.patch | 62 ----
meta/recipes-devtools/mtd/mtd-utils_git.bb | 9 +-
meta/recipes-extended/bzip2/bzip2/Makefile.am | 2 +-
.../glew/glew/notempdir.patch | 19 ++
meta/recipes-graphics/glew/glew_2.2.0.bb | 1 +
.../libsamplerate0/shared_version_info.patch | 13 +
.../libsamplerate/libsamplerate0_0.1.9.bb | 1 +
.../vim/files/CVE-2021-3778.patch | 49 +++
meta/recipes-support/vim/vim.inc | 1 +
scripts/pybootchartgui/pybootchartgui/draw.py | 5 +-
27 files changed, 956 insertions(+), 79 deletions(-)
create mode 100644 meta/files/common-licenses/Unlicense
create mode 100644 meta/recipes-connectivity/openssh/openssh/CVE-2021-28041.patch
create mode 100644 meta/recipes-core/systemd/systemd/basic-pass-allocation-info-for-ordered-set-new-and-introd.patch
create mode 100644 meta/recipes-core/systemd/systemd/introduce-ordered_set_clear-free-with-destructor.patch
create mode 100644 meta/recipes-core/systemd/systemd/network-add-skeleton-of-request-queue.patch
create mode 100644 meta/recipes-core/systemd/systemd/network-also-drop-requests-when-link-enters-linger-state.patch
create mode 100644 meta/recipes-core/systemd/systemd/network-fix-Link-reference-counter-issue.patch
create mode 100644 meta/recipes-core/systemd/systemd/network-merge-link_drop-and-link_detach_from_manager.patch
delete mode 100644 meta/recipes-devtools/mtd/mtd-utils/0001-mtd-utils-Fix-return-value-of-ubiformat.patch
create mode 100644 meta/recipes-graphics/glew/glew/notempdir.patch
create mode 100644 meta/recipes-multimedia/libsamplerate/libsamplerate0/shared_version_info.patch
create mode 100644 meta/recipes-support/vim/files/CVE-2021-3778.patch
--
2.25.1
next reply other threads:[~2021-10-04 14:20 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-04 14:18 Steve Sakoman [this message]
2021-10-04 14:18 ` [OE-core][dunfell 01/15] vim: fix CVE-2021-3778 Steve Sakoman
2021-10-04 14:18 ` [OE-core][dunfell 02/15] openssh: Fix CVE-2021-28041 Steve Sakoman
2021-10-04 14:18 ` [OE-core][dunfell 03/15] mtd-utils: upgrade 2.1.1 -> 2.1.2 Steve Sakoman
2021-10-04 14:18 ` [OE-core][dunfell 04/15] mtd-utils: upgrade 2.1.2 -> 2.1.3 Steve Sakoman
2021-10-04 14:18 ` [OE-core][dunfell 05/15] systemd: Add fix for systemd-networkd crash during free Steve Sakoman
2021-10-04 14:18 ` [OE-core][dunfell 06/15] common-licenses: add "Unlicense" license file Steve Sakoman
2021-10-04 14:18 ` [OE-core][dunfell 07/15] bzip2: Update soname for libbz2 1.0.8 Steve Sakoman
2021-10-04 14:18 ` [OE-core][dunfell 08/15] libsamplerate0: Set correct soname for 0.1.9 Steve Sakoman
2021-10-04 14:18 ` [OE-core][dunfell 09/15] pybootchart: Avoid divide by zero Steve Sakoman
2021-10-04 14:18 ` [OE-core][dunfell 10/15] oeqa/qemurunner: Use oe._exit(), not sys.exit() Steve Sakoman
2021-10-04 14:18 ` [OE-core][dunfell 11/15] libc_package/buildstats: Fix python regex quoting warnings Steve Sakoman
2021-10-04 14:18 ` [OE-core][dunfell 12/15] rm_work.bbclass: Fix for files starting with - Steve Sakoman
2021-10-04 14:18 ` [OE-core][dunfell 13/15] oeqa/selftest/gotoolchain: Fix temp file cleanup Steve Sakoman
2021-10-04 14:18 ` [OE-core][dunfell 14/15] oeqa/buildproject: Ensure temp directories are cleaned up Steve Sakoman
2021-10-04 14:18 ` [OE-core][dunfell 15/15] glew: Stop polluting /tmp during builds Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2023-11-11 15:02 [OE-core][dunfell 00/15] Patch review Steve Sakoman
2021-04-01 15:27 Steve Sakoman
2020-07-13 14:16 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.1633356813.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.