All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][mickledore 00/19] Patch review
@ 2023-10-07 22:24 Steve Sakoman
  2023-10-07 22:24 ` [OE-core][mickledore 01/19] qemu: Fix CVE-2023-3180 Steve Sakoman
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Steve Sakoman @ 2023-10-07 22:24 UTC (permalink / raw)
  To: openembedded-core

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

Passed a-full on autobuilder:

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

The following changes since commit 9e7aaefc0d764eaecf35582bb19490cc6262f966:

  glibc: stable 2.37 branch updates. (2023-10-05 04:43:37 -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

Benjamin Bara (4):
  README: fix mail address in git example command
  pixman: avoid neon on unsupported machines
  nettle: avoid neon on unsupported machines
  ffmpeg: avoid neon on unsupported machines

Bruce Ashfield (3):
  linux-yocto/6.1: fix CONFIG_F2FS_IO_TRACE configuration warning
  linux-yocto/6.1: update to v6.1.50
  linux-yocto/6.1: update to v6.1.51

Khem Raj (1):
  tcl: Add a way to skip ptests

Peter Marko (1):
  gcc-runtime: remove bashism

Sean Nyekjaer (1):
  gcc: depend on zstd

Soumya Sambu (1):
  qemu: Fix CVE-2023-3180

Wang Mingyu (6):
  ell: upgrade 0.57 -> 0.58
  libconvert-asn1-perl: upgrade 0.33 -> 0.34
  librepo: upgrade 1.15.1 -> 1.15.2
  libsndfile1: upgrade 1.2.0 -> 1.2.2
  mpfr: upgrade 4.2.0 -> 4.2.1
  xz: upgrade 5.4.3 -> 5.4.4

Yogita Urade (1):
  qemu: fix CVE-2023-42467

Yuta Hayama (1):
  linux/generate-cve-exclusions: print the generated time in UTC

 README.OE-Core.md                             |  2 +-
 .../ell/{ell_0.57.bb => ell_0.58.bb}          |  2 +-
 meta/recipes-devtools/gcc/gcc-12.3.inc        |  2 +-
 meta/recipes-devtools/gcc/gcc-runtime.inc     |  2 +-
 .../{librepo_1.15.1.bb => librepo_1.15.2.bb}  |  2 +-
 meta/recipes-devtools/qemu/qemu.inc           |  2 +
 .../qemu/qemu/CVE-2023-3180.patch             | 52 +++++++++++++++++++
 .../qemu/qemu/CVE-2023-42467.patch            | 49 +++++++++++++++++
 meta/recipes-devtools/tcltk/tcl/run-ptest     |  4 +-
 meta/recipes-devtools/tcltk/tcl_8.6.13.bb     |  5 ++
 ...l_0.33.bb => libconvert-asn1-perl_0.34.bb} |  2 +-
 .../xz/{xz_5.4.3.bb => xz_5.4.4.bb}           |  2 +-
 .../xorg-lib/pixman_0.42.2.bb                 |  3 ++
 .../linux/generate-cve-exclusions.py          |  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 +++++-----
 .../recipes-multimedia/ffmpeg/ffmpeg_5.1.3.bb |  2 +
 ...sndfile1_1.2.0.bb => libsndfile1_1.2.2.bb} |  2 +-
 .../mpfr/{mpfr_4.2.0.bb => mpfr_4.2.1.bb}     |  2 +-
 meta/recipes-support/nettle/nettle_3.8.1.bb   |  3 ++
 21 files changed, 148 insertions(+), 32 deletions(-)
 rename meta/recipes-core/ell/{ell_0.57.bb => ell_0.58.bb} (89%)
 rename meta/recipes-devtools/librepo/{librepo_1.15.1.bb => librepo_1.15.2.bb} (94%)
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2023-3180.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2023-42467.patch
 rename meta/recipes-extended/perl/{libconvert-asn1-perl_0.33.bb => libconvert-asn1-perl_0.34.bb} (91%)
 rename meta/recipes-extended/xz/{xz_5.4.3.bb => xz_5.4.4.bb} (95%)
 rename meta/recipes-multimedia/libsndfile/{libsndfile1_1.2.0.bb => libsndfile1_1.2.2.bb} (92%)
 rename meta/recipes-support/mpfr/{mpfr_4.2.0.bb => mpfr_4.2.1.bb} (91%)

-- 
2.34.1



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

end of thread, other threads:[~2023-10-07 22:26 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-07 22:24 [OE-core][mickledore 00/19] Patch review Steve Sakoman
2023-10-07 22:24 ` [OE-core][mickledore 01/19] qemu: Fix CVE-2023-3180 Steve Sakoman
2023-10-07 22:24 ` [OE-core][mickledore 02/19] qemu: fix CVE-2023-42467 Steve Sakoman
2023-10-07 22:24 ` [OE-core][mickledore 03/19] ell: upgrade 0.57 -> 0.58 Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 04/19] libconvert-asn1-perl: upgrade 0.33 -> 0.34 Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 05/19] librepo: upgrade 1.15.1 -> 1.15.2 Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 06/19] libsndfile1: upgrade 1.2.0 -> 1.2.2 Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 07/19] mpfr: upgrade 4.2.0 -> 4.2.1 Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 08/19] xz: upgrade 5.4.3 -> 5.4.4 Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 09/19] linux-yocto/6.1: fix CONFIG_F2FS_IO_TRACE configuration warning Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 10/19] linux-yocto/6.1: update to v6.1.50 Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 11/19] linux-yocto/6.1: update to v6.1.51 Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 12/19] gcc: depend on zstd Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 13/19] gcc-runtime: remove bashism Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 14/19] README: fix mail address in git example command Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 15/19] pixman: avoid neon on unsupported machines Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 16/19] nettle: " Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 17/19] ffmpeg: " Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 18/19] tcl: Add a way to skip ptests Steve Sakoman
2023-10-07 22:25 ` [OE-core][mickledore 19/19] linux/generate-cve-exclusions: print the generated time in UTC Steve Sakoman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.