From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][mickledore 00/23] Patch review
Date: Wed, 21 Jun 2023 16:35:32 -1000 [thread overview]
Message-ID: <cover.1687401182.git.steve@sakoman.com> (raw)
Please review this set of changes for mickledore and have comments back by
end of day Friday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5503
The following changes since commit c734906a901c5dead9d879df0f251ba848fdb577:
systemd-systemctl: support instance expansion in WantedBy (2023-06-15 11:36:34 -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 (1):
maintainers.inc: correct Carlos Rafael Giani's email address
Bruce Ashfield (7):
linux-yocto/6.1: update to v6.1.26
linux-yocto/6.1: update to v6.1.27
linux-yocto/6.1: update to v6.1.28
linux-yocto/6.1: update to v6.1.29
linux-yocto/6.1: update to v6.1.30
linux-yocto/6.1: update to v6.1.31
linux-yocto/6.1: update to v6.1.32
Deepthi Hemraj (2):
glibc: stable 2.37 branch updates.
binutils: stable 2.40 branch updates
Richard Purdie (1):
layer.conf: Add missing dependency exclusion
Ross Burton (1):
ninja: ignore CVE-2021-4336, wrong ninja
Sanjay Chitroda (1):
cups: Fix CVE-2023-32324
Wang Mingyu (9):
babeltrace2: upgrade 2.0.4 -> 2.0.5
fribidi: upgrade 1.0.12 -> 1.0.13
libdnf: upgrade 0.70.0 -> 0.70.1
libmicrohttpd: upgrade 0.9.76 -> 0.9.77
libxft: upgrade 2.3.7 -> 2.3.8
libxpm: upgrade 3.5.15 -> 3.5.16
mobile-broadband-provider-info: upgrade 20221107 -> 20230416
bind: upgrade 9.18.14 -> 9.18.15
xdpyinfo: upgrade 1.3.3 -> 1.3.4
Xiangyu Chen (1):
dbus: upgrade 1.14.6 -> 1.14.8
meta/conf/distro/include/maintainers.inc | 2 +-
meta/conf/layer.conf | 1 +
...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.14 => bind-9.18.15}/bind9 | 0
.../{bind-9.18.14 => bind-9.18.15}/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.14.bb => bind_9.18.15.bb} | 2 +-
.../mobile-broadband-provider-info_git.bb | 4 +--
.../dbus/{dbus_1.14.6.bb => dbus_1.14.8.bb} | 2 +-
meta/recipes-core/glibc/glibc-version.inc | 2 +-
.../binutils/binutils-2.40.inc | 2 +-
.../{libdnf_0.70.0.bb => libdnf_0.70.1.bb} | 2 +-
meta/recipes-devtools/ninja/ninja_1.11.1.bb | 3 ++
meta/recipes-extended/cups/cups.inc | 1 +
.../cups/cups/CVE-2023-32324.patch | 36 +++++++++++++++++++
.../{xdpyinfo_1.3.3.bb => xdpyinfo_1.3.4.bb} | 2 +-
.../{libxft_2.3.7.bb => libxft_2.3.8.bb} | 2 +-
.../{libxpm_3.5.15.bb => libxpm_3.5.16.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 +++++++--------
...eltrace2_2.0.4.bb => babeltrace2_2.0.5.bb} | 2 +-
.../{fribidi_1.0.12.bb => fribidi_1.0.13.bb} | 2 +-
...ttpd_0.9.76.bb => libmicrohttpd_0.9.77.bb} | 2 +-
29 files changed, 75 insertions(+), 34 deletions(-)
rename meta/recipes-connectivity/bind/{bind-9.18.14 => bind-9.18.15}/0001-avoid-start-failure-with-bind-user.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.14 => bind-9.18.15}/0001-named-lwresd-V-and-start-log-hide-build-options.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.14 => bind-9.18.15}/bind-ensure-searching-for-json-headers-searches-sysr.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.14 => bind-9.18.15}/bind9 (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.14 => bind-9.18.15}/conf.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.14 => bind-9.18.15}/generate-rndc-key.sh (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.14 => bind-9.18.15}/init.d-add-support-for-read-only-rootfs.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.14 => bind-9.18.15}/make-etc-initd-bind-stop-work.patch (100%)
rename meta/recipes-connectivity/bind/{bind-9.18.14 => bind-9.18.15}/named.service (100%)
rename meta/recipes-connectivity/bind/{bind_9.18.14.bb => bind_9.18.15.bb} (97%)
rename meta/recipes-core/dbus/{dbus_1.14.6.bb => dbus_1.14.8.bb} (98%)
rename meta/recipes-devtools/libdnf/{libdnf_0.70.0.bb => libdnf_0.70.1.bb} (97%)
create mode 100644 meta/recipes-extended/cups/cups/CVE-2023-32324.patch
rename meta/recipes-graphics/xorg-app/{xdpyinfo_1.3.3.bb => xdpyinfo_1.3.4.bb} (88%)
rename meta/recipes-graphics/xorg-lib/{libxft_2.3.7.bb => libxft_2.3.8.bb} (92%)
rename meta/recipes-graphics/xorg-lib/{libxpm_3.5.15.bb => libxpm_3.5.16.bb} (88%)
rename meta/recipes-kernel/lttng/{babeltrace2_2.0.4.bb => babeltrace2_2.0.5.bb} (98%)
rename meta/recipes-support/fribidi/{fribidi_1.0.12.bb => fribidi_1.0.13.bb} (89%)
rename meta/recipes-support/libmicrohttpd/{libmicrohttpd_0.9.76.bb => libmicrohttpd_0.9.77.bb} (90%)
--
2.34.1
next reply other threads:[~2023-06-22 2:36 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-22 2:35 Steve Sakoman [this message]
2023-06-22 2:35 ` [OE-core][mickledore 01/23] ninja: ignore CVE-2021-4336, wrong ninja Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 02/23] cups: Fix CVE-2023-32324 Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 03/23] babeltrace2: upgrade 2.0.4 -> 2.0.5 Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 04/23] fribidi: upgrade 1.0.12 -> 1.0.13 Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 05/23] libdnf: upgrade 0.70.0 -> 0.70.1 Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 06/23] libmicrohttpd: upgrade 0.9.76 -> 0.9.77 Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 07/23] libxft: upgrade 2.3.7 -> 2.3.8 Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 08/23] libxpm: upgrade 3.5.15 -> 3.5.16 Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 09/23] mobile-broadband-provider-info: upgrade 20221107 -> 20230416 Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 10/23] bind: upgrade 9.18.14 -> 9.18.15 Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 11/23] xdpyinfo: upgrade 1.3.3 -> 1.3.4 Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 12/23] linux-yocto/6.1: update to v6.1.26 Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 13/23] linux-yocto/6.1: update to v6.1.27 Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 14/23] linux-yocto/6.1: update to v6.1.28 Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 15/23] linux-yocto/6.1: update to v6.1.29 Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 16/23] linux-yocto/6.1: update to v6.1.30 Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 17/23] linux-yocto/6.1: update to v6.1.31 Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 18/23] linux-yocto/6.1: update to v6.1.32 Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 19/23] dbus: upgrade 1.14.6 -> 1.14.8 Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 20/23] glibc: stable 2.37 branch updates Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 21/23] binutils: stable 2.40 " Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 22/23] layer.conf: Add missing dependency exclusion Steve Sakoman
2023-06-22 2:35 ` [OE-core][mickledore 23/23] maintainers.inc: correct Carlos Rafael Giani's email address Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2023-10-01 15:59 [OE-core][mickledore 00/23] 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.1687401182.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