From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][mickledore 00/24] Patch review
Date: Fri, 16 Jun 2023 04:36:51 -1000 [thread overview]
Message-ID: <cover.1686925952.git.steve@sakoman.com> (raw)
Please review this set of changes for mickledore and have comments back by
end of day Tuesday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5474
except for the meta-virtualization test, which failed due to the busybox
bug fix version update in this patch series. A version update to a bbappend
recipe will be required and the maintainer has been notified.
The following changes since commit a24b257189e83ce4cd073acb3e31591d31dfa5b1:
uninative: Upgrade to 4.0 to include latest gcc 13.1.1 (2023-06-08 16:22:12 -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
Alexander Kanavin (4):
maintaines.inc: unassign Richard Weinberger from erofs-utils entry
maintainers.inc: unassign Andreas Müller from itstool entry
maintainers.inc: unassign Pascal Bach from cmake entry
maintainers.inc: correct unassigned entries
Andrej Valek (1):
busybox: 1.36.0 -> 1.36.1
Chen Qi (1):
cmake.bbclass: do not search host paths for find_program()
Frieder Schrempf (1):
psmisc: Set ALTERNATIVE for pstree to resolve conflict with busybox
Ian Ray (1):
systemd-systemctl: support instance expansion in WantedBy
Kai Kang (1):
pm-utils: fix multilib conflictions
Khem Raj (2):
systemd: Drop a backport
perf: Make built-in libtraceevent plugins cohabit with external
libtraceevent
Marc Ferland (1):
connman: fix warning by specifying runstatedir at configure time
Markus Volk (1):
ell: upgrade 0.56 -> 0.57
Martin Jansa (6):
libx11: remove unused patch and FILESEXTRAPATHS
qemu: remove unused qemu-7.0.0-glibc-2.36.patch
minicom: remove unused patch files
inetutils: remove unused patch files
libgloss: remove unused patch file
kmod: remove unused ptest.patch
Mingli Yu (1):
curl: fix CVE-2023-28319 through CVE-2023-28322
Natasha Bailey (1):
tiff: backport a fix for CVE-2023-2731
Richard Purdie (1):
selftest/license: Exclude from world
Tim Orling (1):
openssl: upgrade 3.1.0 -> 3.1.1
Trevor Gamblin (1):
bind: upgrade 9.18.13 -> 9.18.14
.../license/incompatible-license-alias.bb | 2 +
.../license/incompatible-license.bb | 2 +
.../license/incompatible-licenses.bb | 2 +
.../license/incompatible-nonspdx-license.bb | 2 +
meta/classes-recipe/cmake.bbclass | 1 -
meta/conf/distro/include/maintainers.inc | 16 +-
meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | 5 +-
...1-avoid-start-failure-with-bind-user.patch | 0
...d-V-and-start-log-hide-build-options.patch | 0
...ching-for-json-headers-searches-sysr.patch | 0
.../bind/{bind-9.18.13 => bind-9.18.14}/bind9 | 0
.../{bind-9.18.13 => bind-9.18.14}/conf.patch | 0
.../generate-rndc-key.sh | 0
...t.d-add-support-for-read-only-rootfs.patch | 0
.../make-etc-initd-bind-stop-work.patch | 0
.../named.service | 0
.../bind/{bind_9.18.13.bb => bind_9.18.14.bb} | 2 +-
meta/recipes-connectivity/connman/connman.inc | 1 +
...-multiple-definitions-of-errcatch-an.patch | 58 ---
.../inetutils/fix-buffer-fortify-tfpt.patch | 25 -
...1-Configure-do-not-tweak-mips-cflags.patch | 19 +-
.../openssl/openssl/CVE-2023-0464.patch | 226 ---------
.../{openssl_3.1.0.bb => openssl_3.1.1.bb} | 3 +-
...ab_1.36.0.bb => busybox-inittab_1.36.1.bb} | 0
.../{busybox_1.36.0.bb => busybox_1.36.1.bb} | 2 +-
.../ell/{ell_0.56.bb => ell_0.57.bb} | 2 +-
.../libgloss/fix_makefile_include_arm_h.patch | 30 --
.../systemd/systemd-systemctl/systemctl | 9 +-
.../0007-Add-sys-stat.h-for-S_IFDIR.patch | 29 --
meta/recipes-core/systemd/systemd_253.1.bb | 1 -
.../qemu/qemu/qemu-7.0.0-glibc-2.36.patch | 46 --
...erfluous-global-variable-definitions.patch | 35 --
...erfluous-global-variable-definitions.patch | 37 --
...erfluous-global-variable-definitions.patch | 42 --
meta/recipes-extended/psmisc/psmisc.inc | 2 +
...ak-in-XRegisterIMInstantiateCallback.patch | 57 ---
.../recipes-graphics/xorg-lib/libx11_1.8.4.bb | 6 +-
meta/recipes-kernel/kmod/kmod/ptest.patch | 25 -
meta/recipes-kernel/perf/perf.bb | 6 +-
.../libtiff/files/CVE-2023-2731.patch | 39 ++
meta/recipes-multimedia/libtiff/tiff_4.5.0.bb | 4 +-
.../curl/curl/CVE-2023-28319.patch | 38 ++
.../curl/curl/CVE-2023-28320.patch | 88 ++++
.../curl/curl/CVE-2023-28321.patch | 111 +++++
.../curl/curl/CVE-2023-28322.patch | 441 ++++++++++++++++++
meta/recipes-support/curl/curl_8.0.1.bb | 4 +
46 files changed, 771 insertions(+), 647 deletions(-)
rename meta/recipes-connectivity/bind/{bind-9.18.13 => bind-9.18.14}/0001-avoid-start-failure-with-bind-user.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.13 => bind-9.18.14}/0001-named-lwresd-V-and-start-log-hide-build-options.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.13 => bind-9.18.14}/bind-ensure-searching-for-json-headers-searches-sysr.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.13 => bind-9.18.14}/bind9 (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.13 => bind-9.18.14}/conf.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.13 => bind-9.18.14}/generate-rndc-key.sh (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.13 => bind-9.18.14}/init.d-add-support-for-read-only-rootfs.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.13 => bind-9.18.14}/make-etc-initd-bind-stop-work.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.13 => bind-9.18.14}/named.service (100%)
rename meta/recipes-connectivity/bind/{bind_9.18.13.bb => bind_9.18.14.bb} (97%)
delete mode 100644 meta/recipes-connectivity/inetutils/inetutils/0001-ftpd-telnetd-Fix-multiple-definitions-of-errcatch-an.patch
delete mode 100644 meta/recipes-connectivity/inetutils/inetutils/fix-buffer-fortify-tfpt.patch
delete mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2023-0464.patch
rename meta/recipes-connectivity/openssl/{openssl_3.1.0.bb => openssl_3.1.1.bb} (98%)
rename meta/recipes-core/busybox/{busybox-inittab_1.36.0.bb => busybox-inittab_1.36.1.bb} (100%)
rename meta/recipes-core/busybox/{busybox_1.36.0.bb => busybox_1.36.1.bb} (96%)
rename meta/recipes-core/ell/{ell_0.56.bb => ell_0.57.bb} (89%)
delete mode 100644 meta/recipes-core/newlib/libgloss/fix_makefile_include_arm_h.patch
delete mode 100644 meta/recipes-core/systemd/systemd/0007-Add-sys-stat.h-for-S_IFDIR.patch
delete mode 100644 meta/recipes-devtools/qemu/qemu/qemu-7.0.0-glibc-2.36.patch
delete mode 100644 meta/recipes-extended/minicom/minicom/0001-Drop-superfluous-global-variable-definitions.patch
delete mode 100644 meta/recipes-extended/minicom/minicom/0002-Drop-superfluous-global-variable-definitions.patch
delete mode 100644 meta/recipes-extended/minicom/minicom/0003-Drop-superfluous-global-variable-definitions.patch
delete mode 100644 meta/recipes-graphics/xorg-lib/libx11/0001-fix-a-memory-leak-in-XRegisterIMInstantiateCallback.patch
delete mode 100644 meta/recipes-kernel/kmod/kmod/ptest.patch
create mode 100644 meta/recipes-multimedia/libtiff/files/CVE-2023-2731.patch
create mode 100644 meta/recipes-support/curl/curl/CVE-2023-28319.patch
create mode 100644 meta/recipes-support/curl/curl/CVE-2023-28320.patch
create mode 100644 meta/recipes-support/curl/curl/CVE-2023-28321.patch
create mode 100644 meta/recipes-support/curl/curl/CVE-2023-28322.patch
--
2.34.1
next reply other threads:[~2023-06-16 14:37 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-16 14:36 Steve Sakoman [this message]
2023-06-16 14:36 ` [OE-core][mickledore 01/24] curl: fix CVE-2023-28319 through CVE-2023-28322 Steve Sakoman
2023-06-16 14:36 ` [OE-core][mickledore 02/24] tiff: backport a fix for CVE-2023-2731 Steve Sakoman
2023-06-16 14:36 ` [OE-core][mickledore 03/24] ell: upgrade 0.56 -> 0.57 Steve Sakoman
2023-06-16 14:36 ` [OE-core][mickledore 04/24] busybox: 1.36.0 -> 1.36.1 Steve Sakoman
2023-06-16 14:36 ` [OE-core][mickledore 05/24] bind: upgrade 9.18.13 -> 9.18.14 Steve Sakoman
2023-06-16 14:36 ` [OE-core][mickledore 06/24] openssl: upgrade 3.1.0 -> 3.1.1 Steve Sakoman
2023-06-16 14:36 ` [OE-core][mickledore 07/24] psmisc: Set ALTERNATIVE for pstree to resolve conflict with busybox Steve Sakoman
2023-06-16 14:36 ` [OE-core][mickledore 08/24] systemd: Drop a backport Steve Sakoman
2023-06-16 14:37 ` [OE-core][mickledore 09/24] libx11: remove unused patch and FILESEXTRAPATHS Steve Sakoman
2023-06-16 14:37 ` [OE-core][mickledore 10/24] qemu: remove unused qemu-7.0.0-glibc-2.36.patch Steve Sakoman
2023-06-16 14:37 ` [OE-core][mickledore 11/24] minicom: remove unused patch files Steve Sakoman
2023-06-16 14:37 ` [OE-core][mickledore 12/24] inetutils: " Steve Sakoman
2023-06-16 14:37 ` [OE-core][mickledore 13/24] libgloss: remove unused patch file Steve Sakoman
2023-06-16 14:37 ` [OE-core][mickledore 14/24] kmod: remove unused ptest.patch Steve Sakoman
2023-06-16 14:37 ` [OE-core][mickledore 15/24] pm-utils: fix multilib conflictions Steve Sakoman
2023-06-16 14:37 ` [OE-core][mickledore 16/24] perf: Make built-in libtraceevent plugins cohabit with external libtraceevent Steve Sakoman
2023-06-16 14:37 ` [OE-core][mickledore 17/24] maintaines.inc: unassign Richard Weinberger from erofs-utils entry Steve Sakoman
2023-06-16 14:37 ` [OE-core][mickledore 18/24] maintainers.inc: unassign Andreas Müller from itstool entry Steve Sakoman
2023-06-16 14:37 ` [OE-core][mickledore 19/24] maintainers.inc: unassign Pascal Bach from cmake entry Steve Sakoman
2023-06-16 14:37 ` [OE-core][mickledore 20/24] maintainers.inc: correct unassigned entries Steve Sakoman
2023-06-16 14:37 ` [OE-core][mickledore 21/24] connman: fix warning by specifying runstatedir at configure time Steve Sakoman
2023-06-16 14:37 ` [OE-core][mickledore 22/24] selftest/license: Exclude from world Steve Sakoman
2023-06-16 14:37 ` [OE-core][mickledore 23/24] cmake.bbclass: do not search host paths for find_program() Steve Sakoman
2023-06-16 14:37 ` [OE-core][mickledore 24/24] systemd-systemctl: support instance expansion in WantedBy Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2023-10-20 15:51 [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.1686925952.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