From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][mickledore 00/27] Patch review
Date: Thu, 27 Jul 2023 09:43:18 -1000 [thread overview]
Message-ID: <cover.1690486929.git.steve@sakoman.com> (raw)
Please review this set of changes for mickledore and have comments back by
end of day Monday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5657
The following changes since commit 4724b382d183a2b3b8426c77c23b368f509411e7:
acpica: Update SRC_URI (2023-07-21 07:41:18 -1000)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/mickledore-nut
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/mickledore-nut
Benjamin Bouvier (1):
util-linux: add alternative links for ipcs,ipcrm
Bruce Ashfield (3):
linux-yocto/6.1: update to v6.1.36
linux-yocto/6.1: update to v6.1.37
linux-yocto/6.1: update to v6.1.38
Jose Quaresma (3):
kernel-module-split add systemd modulesloaddir and modprobedir config
openssl: add PERLEXTERNAL path to test its existence
openssl: use a glob on the PERLEXTERNAL to track updates on the path
Khem Raj (1):
meson.bbclass: Point to llvm-config from native sysroot
Mingli Yu (2):
cups: Fix CVE-2023-34241
ruby: Fix CVE-2023-36617
Ovidiu Panait (5):
mdadm: fix util-linux ptest dependency
mdadm: fix 07revert-inplace ptest
mdadm: fix segfaults when running ptests
mdadm: skip running known broken ptests
mdadm: re-add mdadm-ptest to PTESTS_SLOW
Peter Marko (2):
libjpeg-turbo: patch CVE-2023-2804
python3: ignore CVE-2023-36632
Quentin Schulz (1):
uboot-extlinux-config.bbclass: fix old override syntax in comment
Ross Burton (4):
pkgconf: update SRC_URI
python3: fix missing comma in get_module_deps3.py
oeqa/runtime/cases/rpm: fix wait_for_no_process_for_user failure case
rootfs_rpm: don't depend on opkg-native for update-alternatives
Stéphane Veyret (1):
scripts/oe-setup-builddir: copy conf-notes.txt to build dir
Wang Mingyu (2):
taglib: upgrade 1.13 -> 1.13.1
libwebp: upgrade 1.3.0 -> 1.3.1
Yoann Congal (1):
oeqa/selftest/devtool: add unit test for "devtool add -b"
Yuta Hayama (1):
systemd-systemctl: fix errors in instance name expansion
.../kernel-module-split.bbclass | 4 +-
meta/classes-recipe/meson.bbclass | 1 +
meta/classes-recipe/rootfs_rpm.bbclass | 4 +-
.../uboot-extlinux-config.bbclass | 8 +-
.../distro/include/ptest-packagelists.inc | 3 +-
meta/lib/oeqa/runtime/cases/rpm.py | 4 +-
meta/lib/oeqa/selftest/cases/devtool.py | 32 ++
.../openssl/openssl_3.1.1.bb | 4 +-
meta/recipes-core/images/core-image-ptest.bb | 1 +
.../systemd/systemd-systemctl/systemctl | 2 +-
.../util-linux/util-linux_2.38.1.bb | 2 +
.../recipes-devtools/pkgconf/pkgconf_1.9.5.bb | 2 +-
.../python/python3/get_module_deps3.py | 2 +-
.../recipes-devtools/python/python3_3.11.2.bb | 2 +
.../ruby/ruby/CVE-2023-36617_1.patch | 56 +++
.../ruby/ruby/CVE-2023-36617_2.patch | 52 ++
meta/recipes-devtools/ruby/ruby_3.2.2.bb | 2 +
meta/recipes-extended/cups/cups.inc | 1 +
.../cups/cups/CVE-2023-34241.patch | 70 +++
...anup-validate_geometry_ddf_container.patch | 148 ++++++
...nter-dereference-in-validate_geometr.patch | 56 +++
...se-after-close-bug-by-closing-after-.patch | 91 ++++
...gfault-when-calling-NULL-get_bad_blo.patch | 42 ++
...Mark-and-ignore-broken-test-failures.patch | 128 +++++
...dd-broken-files-for-all-broken-tests.patch | 454 ++++++++++++++++++
meta/recipes-extended/mdadm/files/run-ptest | 2 +-
meta/recipes-extended/mdadm/mdadm_4.2.bb | 9 +-
.../jpeg/files/CVE-2023-2804-1.patch | 103 ++++
.../jpeg/files/CVE-2023-2804-2.patch | 75 +++
.../jpeg/libjpeg-turbo_2.1.5.1.bb | 2 +
.../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 +-
.../webp/files/CVE-2023-1999.patch | 55 ---
.../{libwebp_1.3.0.bb => libwebp_1.3.1.bb} | 6 +-
.../{taglib_1.13.bb => taglib_1.13.1.bb} | 2 +-
scripts/oe-setup-builddir | 14 +-
37 files changed, 1373 insertions(+), 106 deletions(-)
create mode 100644 meta/recipes-devtools/ruby/ruby/CVE-2023-36617_1.patch
create mode 100644 meta/recipes-devtools/ruby/ruby/CVE-2023-36617_2.patch
create mode 100644 meta/recipes-extended/cups/cups/CVE-2023-34241.patch
create mode 100644 meta/recipes-extended/mdadm/files/0001-DDF-Cleanup-validate_geometry_ddf_container.patch
create mode 100644 meta/recipes-extended/mdadm/files/0002-DDF-Fix-NULL-pointer-dereference-in-validate_geometr.patch
create mode 100644 meta/recipes-extended/mdadm/files/0003-mdadm-Grow-Fix-use-after-close-bug-by-closing-after-.patch
create mode 100644 meta/recipes-extended/mdadm/files/0004-monitor-Avoid-segfault-when-calling-NULL-get_bad_blo.patch
create mode 100644 meta/recipes-extended/mdadm/files/0005-mdadm-test-Mark-and-ignore-broken-test-failures.patch
create mode 100644 meta/recipes-extended/mdadm/files/0006-tests-Add-broken-files-for-all-broken-tests.patch
create mode 100644 meta/recipes-graphics/jpeg/files/CVE-2023-2804-1.patch
create mode 100644 meta/recipes-graphics/jpeg/files/CVE-2023-2804-2.patch
delete mode 100644 meta/recipes-multimedia/webp/files/CVE-2023-1999.patch
rename meta/recipes-multimedia/webp/{libwebp_1.3.0.bb => libwebp_1.3.1.bb} (93%)
rename meta/recipes-support/taglib/{taglib_1.13.bb => taglib_1.13.1.bb} (95%)
--
2.34.1
next reply other threads:[~2023-07-27 19:44 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-27 19:43 Steve Sakoman [this message]
2023-07-27 19:43 ` [OE-core][mickledore 01/27] libjpeg-turbo: patch CVE-2023-2804 Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 02/27] python3: ignore CVE-2023-36632 Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 03/27] cups: Fix CVE-2023-34241 Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 04/27] ruby: Fix CVE-2023-36617 Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 05/27] linux-yocto/6.1: update to v6.1.36 Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 06/27] linux-yocto/6.1: update to v6.1.37 Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 07/27] linux-yocto/6.1: update to v6.1.38 Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 08/27] taglib: upgrade 1.13 -> 1.13.1 Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 09/27] libwebp: upgrade 1.3.0 -> 1.3.1 Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 10/27] scripts/oe-setup-builddir: copy conf-notes.txt to build dir Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 11/27] pkgconf: update SRC_URI Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 12/27] kernel-module-split add systemd modulesloaddir and modprobedir config Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 13/27] uboot-extlinux-config.bbclass: fix old override syntax in comment Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 14/27] mdadm: fix util-linux ptest dependency Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 15/27] mdadm: fix 07revert-inplace ptest Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 16/27] mdadm: fix segfaults when running ptests Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 17/27] mdadm: skip running known broken ptests Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 18/27] mdadm: re-add mdadm-ptest to PTESTS_SLOW Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 19/27] python3: fix missing comma in get_module_deps3.py Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 20/27] meson.bbclass: Point to llvm-config from native sysroot Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 21/27] systemd-systemctl: fix errors in instance name expansion Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 22/27] oeqa/runtime/cases/rpm: fix wait_for_no_process_for_user failure case Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 23/27] rootfs_rpm: don't depend on opkg-native for update-alternatives Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 24/27] oeqa/selftest/devtool: add unit test for "devtool add -b" Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 25/27] openssl: add PERLEXTERNAL path to test its existence Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 26/27] openssl: use a glob on the PERLEXTERNAL to track updates on the path Steve Sakoman
2023-07-27 19:43 ` [OE-core][mickledore 27/27] util-linux: add alternative links for ipcs,ipcrm Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2023-10-13 21:52 [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.1690486929.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