From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][mickledore 00/24] Patch review
Date: Fri, 20 Oct 2023 05:51:02 -1000 [thread overview]
Message-ID: <cover.1697816789.git.steve@sakoman.com> (raw)
Please review this set of changes for mickledore and have comments back by
end of day Tuesday, October 24
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6075
with the exception of the meta-arm test which fails due to the linux-yocto 6.1
version bumps in this series. A patch to meta-arm is pending the merge of these
version bumps.
The following changes since commit 266944eb216912b7b2a935360aa51cd79847a071:
gdb: fix RDEPENDS for PACKAGECONFIG[tui] (2023-10-12 16:23:08 -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
Antoine Lubineau (1):
cve-check: add CVSS vector string to CVE database and reports
Bruce Ashfield (4):
linux-yocto/6.1: update to v6.1.55
linux-yocto/6.1: update to v6.1.56
linux-yocto/6.1: tiny: fix arm 32 boot
linux-yocto/6.1: update to v6.1.57
Daniel Semkowicz (1):
wic: bootimg-partition: Fix file name in debug message
Jan Garcia (1):
insane.bbclass: Count raw bytes in shebang-size
Lee Chee Yang (3):
cups: fix CVE-2023-4504
qemu: ignore RHEL specific CVE-2023-2680
python3-urllib3: 1.26.15 -> 1.26.17
Martijn de Gouw (1):
busybox: Set PATH in syslog initscript
Martin Jansa (1):
fontcache.bbclass: avoid native recipes depending on target fontconfig
Michael Opdenacker (2):
shadow: fix patch Upstream-Status
libevent: fix patch Upstream-Status
Peter Kjellerstedt (1):
packages.bbclass: Correct the check for conflicts with renamed
packages
Quentin Schulz (1):
uboot-extlinux-config.bbclass: fix missed override syntax migration
Richard Purdie (3):
oeqa/selftest: Fix broken symlink removal handling
oeqa/utils/gitarchive: Handle broken commit counts in results repo
oeqa/concurrencytest: Remove invalid buffering option
Ross Burton (2):
libx11: upgrade to 1.8.7
libxpm: upgrade to 3.5.17
Sean Nyekjaer (1):
dmidecode: fixup for CVE-2023-30630
Siddharth Doshi (1):
vim: Upgrade 9.0.2009 -> 9.0.2048
Steve Sakoman (1):
cve-exclusion_6.1.inc: update for 6.1.57
meta/classes-global/insane.bbclass | 3 +-
meta/classes-global/package.bbclass | 8 +-
meta/classes-recipe/fontcache.bbclass | 1 +
.../uboot-extlinux-config.bbclass | 2 +-
meta/classes/cve-check.bbclass | 5 +-
meta/lib/oeqa/core/utils/concurrencytest.py | 4 +-
meta/lib/oeqa/selftest/context.py | 2 +-
meta/lib/oeqa/utils/gitarchive.py | 10 +-
meta/recipes-core/busybox/files/syslog | 2 +
.../meta/cve-update-nvd2-native.bb | 11 +-
.../dmidecode/CVE-2023-30630_1a.patch | 236 ++++++++++++++++++
.../dmidecode/CVE-2023-30630_1b.patch | 197 +++++++++++++++
.../dmidecode/CVE-2023-30630_2.patch | 8 +-
.../dmidecode/CVE-2023-30630_3.patch | 55 ++--
.../dmidecode/CVE-2023-30630_4.patch | 143 +++++------
.../dmidecode/dmidecode_3.4.bb | 3 +-
..._1.26.15.bb => python3-urllib3_1.26.17.bb} | 2 +-
meta/recipes-devtools/qemu/qemu.inc | 4 +
meta/recipes-extended/cups/cups.inc | 1 +
.../cups/cups/CVE-2023-4504.patch | 42 ++++
.../0001-Fix-can-not-print-full-login.patch | 2 +-
.../{libx11_1.8.6.bb => libx11_1.8.7.bb} | 2 +-
.../{libxpm_3.5.16.bb => libxpm_3.5.17.bb} | 2 +-
.../linux/cve-exclusion_6.1.inc | 13 +-
.../linux/linux-yocto-rt_6.1.bb | 6 +-
.../linux/linux-yocto-tiny_6.1.bb | 6 +-
meta/recipes-kernel/linux/linux-yocto_6.1.bb | 28 +--
...ts-are-marked-failed-only-when-all-a.patch | 2 +-
meta/recipes-support/vim/vim.inc | 4 +-
.../wic/plugins/source/bootimg-partition.py | 2 +-
30 files changed, 654 insertions(+), 152 deletions(-)
create mode 100644 meta/recipes-devtools/dmidecode/dmidecode/CVE-2023-30630_1a.patch
create mode 100644 meta/recipes-devtools/dmidecode/dmidecode/CVE-2023-30630_1b.patch
rename meta/recipes-devtools/python/{python3-urllib3_1.26.15.bb => python3-urllib3_1.26.17.bb} (86%)
create mode 100644 meta/recipes-extended/cups/cups/CVE-2023-4504.patch
rename meta/recipes-graphics/xorg-lib/{libx11_1.8.6.bb => libx11_1.8.7.bb} (92%)
rename meta/recipes-graphics/xorg-lib/{libxpm_3.5.16.bb => libxpm_3.5.17.bb} (88%)
--
2.34.1
next reply other threads:[~2023-10-20 15:51 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-20 15:51 Steve Sakoman [this message]
2023-10-20 15:51 ` [OE-core][mickledore 01/24] cups: fix CVE-2023-4504 Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 02/24] dmidecode: fixup for CVE-2023-30630 Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 03/24] qemu: ignore RHEL specific CVE-2023-2680 Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 04/24] cve-check: add CVSS vector string to CVE database and reports Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 05/24] python3-urllib3: 1.26.15 -> 1.26.17 Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 06/24] libx11: upgrade to 1.8.7 Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 07/24] libxpm: upgrade to 3.5.17 Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 08/24] linux-yocto/6.1: update to v6.1.55 Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 09/24] linux-yocto/6.1: update to v6.1.56 Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 10/24] linux-yocto/6.1: tiny: fix arm 32 boot Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 11/24] linux-yocto/6.1: update to v6.1.57 Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 12/24] cve-exclusion_6.1.inc: update for 6.1.57 Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 13/24] vim: Upgrade 9.0.2009 -> 9.0.2048 Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 14/24] uboot-extlinux-config.bbclass: fix missed override syntax migration Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 15/24] shadow: fix patch Upstream-Status Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 16/24] libevent: " Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 17/24] fontcache.bbclass: avoid native recipes depending on target fontconfig Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 18/24] insane.bbclass: Count raw bytes in shebang-size Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 19/24] oeqa/selftest: Fix broken symlink removal handling Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 20/24] oeqa/utils/gitarchive: Handle broken commit counts in results repo Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 21/24] wic: bootimg-partition: Fix file name in debug message Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 22/24] oeqa/concurrencytest: Remove invalid buffering option Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 23/24] packages.bbclass: Correct the check for conflicts with renamed packages Steve Sakoman
2023-10-20 15:51 ` [OE-core][mickledore 24/24] busybox: Set PATH in syslog initscript Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2023-06-16 14:36 [OE-core][mickledore 00/24] 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.1697816789.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