Openembedded Core Discussions
 help / color / mirror / Atom feed
* [OE-core][mickledore 00/23] Patch review
@ 2023-06-22  2:35 Steve Sakoman
  2023-06-22  2:35 ` [OE-core][mickledore 01/23] ninja: ignore CVE-2021-4336, wrong ninja Steve Sakoman
                   ` (22 more replies)
  0 siblings, 23 replies; 25+ messages in thread
From: Steve Sakoman @ 2023-06-22  2:35 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 25+ messages in thread
* [OE-core][mickledore 00/23] Patch review
@ 2023-10-01 15:59 Steve Sakoman
  0 siblings, 0 replies; 25+ messages in thread
From: Steve Sakoman @ 2023-10-01 15:59 UTC (permalink / raw)
  To: openembedded-core

Please review this set of changes for mickledore and have comments back by
end of day Tuesday, October 3

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5970

The following changes since commit 75f8485d7862b08e2f96f919e992d203df6c8d9c:

  cml1: Fix KCONFIG_CONFIG_COMMAND not conveyed fully in do_menuconfig (2023-09-26 04:16:48 -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

Alberto Planas (1):
  bitbake.conf: add bunzip2 in HOSTTOOLS

Alexander Kanavin (1):
  systemd-bootchart: musl fixes have been rejected upstream

Bruce Ashfield (6):
  linux-yocto/5.15: update to v5.15.125
  linux-yocto/5.15: update to v5.15.126
  linux-yocto/5.15: update to v5.15.127
  linux-yocto/5.15: update to v5.15.128
  linux-yocto/5.15: update to v5.15.129
  linux-yocto/5.15: update to v5.15.133

Chen Qi (1):
  oe-depends-dot: improve '-w' behavior

Colin McAllister (1):
  libwebp: Fix CVE-2023-5129

Dmitry Baryshkov (3):
  linux-firmware: upgrade 20230625 -> 20230804
  linux-firmware: package audio topology for Lenovo X13s
  linux-firmware: package Dragonboard 845c sensors DSP firmware

Joe Slater (1):
  file: fix call to localtime_r()

Joshua Watt (1):
  buildtools-tarball: Add libacl

Julien Stephan (1):
  patch.py: use --absolute-git-dir instead of --show-toplevel to
    retrieve gitdir

Khem Raj (1):
  core-image-ptest: Define a fallback for SUMMARY field

Richard Purdie (1):
  README: Update to point to new contributor guide

Ross Burton (2):
  inetutils: don't guess target paths
  inetutils: remove obsolete cruft from do_configure

Ryan Eatmon (1):
  kernel.bbclass: Add force flag to rm calls

Tom Hochstein (1):
  linux-firmware: add firmware files for NXP BT chipsets

Yash Shinde (1):
  glibc: fix CVE-2023-4806

 README.OE-Core.md                             |  10 +-
 meta/classes-recipe/kernel.bbclass            |   4 +-
 meta/conf/bitbake.conf                        |   2 +-
 meta/lib/oe/patch.py                          |   5 +-
 .../inetutils-1.9-PATH_PROCNET_DEV.patch      |  37 --
 .../inetutils/inetutils_2.4.bb                |  25 +-
 .../glibc/glibc/0024-CVE-2023-4806.patch      | 342 ++++++++++++++++
 meta/recipes-core/glibc/glibc_2.37.bb         |   1 +
 meta/recipes-core/images/core-image-ptest.bb  |   1 +
 meta/recipes-core/meta/buildtools-tarball.bb  |   1 +
 meta/recipes-devtools/file/file_5.45.bb       |   4 +-
 .../recipes-devtools/file/files/print_c.patch |  27 ++
 ...is-glibc-specific-use-raw-signature-.patch |   2 +-
 .../0002-musl-does-not-provide-printf-h.patch |   2 +-
 ...s-not-provide-canonicalize_file_name.patch |   2 +-
 ...20230625.bb => linux-firmware_20230804.bb} |  65 +++-
 .../linux/linux-yocto-rt_5.15.bb              |   6 +-
 .../linux/linux-yocto-tiny_5.15.bb            |   6 +-
 meta/recipes-kernel/linux/linux-yocto_5.15.bb |  26 +-
 .../webp/files/CVE-2023-5129.patch            | 364 ++++++++++++++++++
 meta/recipes-multimedia/webp/libwebp_1.3.1.bb |   4 +-
 scripts/oe-depends-dot                        |  13 +-
 22 files changed, 866 insertions(+), 83 deletions(-)
 delete mode 100644 meta/recipes-connectivity/inetutils/inetutils/inetutils-1.9-PATH_PROCNET_DEV.patch
 create mode 100644 meta/recipes-core/glibc/glibc/0024-CVE-2023-4806.patch
 create mode 100644 meta/recipes-devtools/file/files/print_c.patch
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_20230625.bb => linux-firmware_20230804.bb} (94%)
 create mode 100644 meta/recipes-multimedia/webp/files/CVE-2023-5129.patch

-- 
2.34.1



^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2023-10-01 16:00 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-22  2:35 [OE-core][mickledore 00/23] Patch review Steve Sakoman
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox