All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][mickledore 00/10] Patch review
@ 2023-09-26 21:43 Steve Sakoman
  2023-09-26 21:43 ` [OE-core][mickledore 01/10] curl: Add CVE-2023-28320 follow-up fix Steve Sakoman
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Steve Sakoman @ 2023-09-26 21:43 UTC (permalink / raw)
  To: openembedded-core

Please review this set of changes for mickledore and have comments back by
end of day Thursday, September 28

Passed a-full on autobuilder:

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

The following changes since commit 72d3ecb22fea59d2520997b3f0a0651557d69ae7:

  cmake.bbclass: fix allarch override syntax (2023-09-18 04:52:03 -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

Chen Qi (2):
  multilib.conf: explicitly make MULTILIB_VARIANTS vardeps on MULTILIBS
  gcc-crosssdk: ignore MULTILIB_VARIANTS in signature computation

Jaeyoon Jung (1):
  cml1: Fix KCONFIG_CONFIG_COMMAND not conveyed fully in do_menuconfig

Lee Chee Yang (2):
  bind: update to 9.18.19
  ffmpeg: 5.1.2 -> 5.1.3

Narpat Mali (1):
  python3-git: upgrade 3.1.32 -> 3.1.37

Ross Burton (1):
  linux-yocto: update CVE exclusions

Sanjay Chitroda (1):
  curl: Add CVE-2023-28320 follow-up fix

Wang Mingyu (1):
  bind: upgrade 9.18.17 -> 9.18.18

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

 meta/classes-recipe/cml1.bbclass              |   2 +-
 meta/conf/multilib.conf                       |   1 +
 .../bind/{bind_9.18.17.bb => bind_9.18.19.bb} |   2 +-
 .../glibc/glibc/0023-CVE-2023-4527.patch      | 219 ++++++++++++++++++
 meta/recipes-core/glibc/glibc_2.37.bb         |   1 +
 meta/recipes-devtools/gcc/gcc-crosssdk.inc    |   2 +
 ...n3-git_3.1.32.bb => python3-git_3.1.37.bb} |   4 +-
 .../linux/cve-exclusion_6.1.inc               | 157 ++++++++++---
 ...c-stop-accessing-out-of-bounds-frame.patch |  89 -------
 ...c-stop-accessing-out-of-bounds-frame.patch | 108 ---------
 .../ffmpeg/ffmpeg/ffmpeg-fix-vulkan.patch     |  34 ---
 .../{ffmpeg_5.1.2.bb => ffmpeg_5.1.3.bb}      |   5 +-
 .../curl/curl/CVE-2023-28320-fol1.patch       |  80 +++++++
 meta/recipes-support/curl/curl_8.0.1.bb       |   1 +
 14 files changed, 432 insertions(+), 273 deletions(-)
 rename meta/recipes-connectivity/bind/{bind_9.18.17.bb => bind_9.18.19.bb} (97%)
 create mode 100644 meta/recipes-core/glibc/glibc/0023-CVE-2023-4527.patch
 rename meta/recipes-devtools/python/{python3-git_3.1.32.bb => python3-git_3.1.37.bb} (86%)
 delete mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/0001-avcodec-rpzaenc-stop-accessing-out-of-bounds-frame.patch
 delete mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/0001-avcodec-smcenc-stop-accessing-out-of-bounds-frame.patch
 delete mode 100644 meta/recipes-multimedia/ffmpeg/ffmpeg/ffmpeg-fix-vulkan.patch
 rename meta/recipes-multimedia/ffmpeg/{ffmpeg_5.1.2.bb => ffmpeg_5.1.3.bb} (96%)
 create mode 100644 meta/recipes-support/curl/curl/CVE-2023-28320-fol1.patch

-- 
2.34.1



^ permalink raw reply	[flat|nested] 12+ messages in thread
* [OE-core][mickledore 00/10] Patch review
@ 2023-11-08 13:46 Steve Sakoman
  0 siblings, 0 replies; 12+ messages in thread
From: Steve Sakoman @ 2023-11-08 13:46 UTC (permalink / raw)
  To: openembedded-core

Please review this set of changes for mickledore and have comments back
by end of day Friday, November 10

Passed a-full on autobuilder:

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

The following changes since commit e9ca1405b732720ff72d379e0262a78bfd2e7d53:

  busybox: Set PATH in syslog initscript (2023-10-19 04:34:38 -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

Chen Qi (1):
  systemd: backport patch to fix warning in systemd-vconsole-setup

Mingli Yu (1):
  curl: Fix CVE-2023-38039

Peter Marko (1):
  openssl: Upgrade 3.1.3 -> 3.1.4

Ross Burton (4):
  pixman: ignore CVE-2023-37769
  cve-check: sort the package list in the JSON report
  cve-check: slightly more verbose warning when adding the same package
    twice
  cve-check: don't warn if a patch is remote

Soumya Sambu (1):
  libwebp: Fix CVE-2023-4863

Xiangyu Chen (2):
  shadow: Fix CVE-2023-4641
  linux-yocto: make sure the pahole-native available before
    do_kernel_configme

 meta/classes/cve-check.bbclass                |   2 +
 meta/lib/oe/cve_check.py                      |  13 +-
 .../{openssl_3.1.3.bb => openssl_3.1.4.bb}    |   2 +-
 ...l-return-0-for-missing-creds-in-read.patch | 139 ++++++++++++
 meta/recipes-core/systemd/systemd_253.1.bb    |   1 +
 .../shadow/files/CVE-2023-4641.patch          | 147 ++++++++++++
 meta/recipes-extended/shadow/shadow.inc       |   1 +
 .../xorg-lib/pixman_0.42.2.bb                 |   2 +
 meta/recipes-kernel/linux/linux-yocto.inc     |   5 +-
 ...23-5129.patch => CVE-2023-4863-0001.patch} |  20 +-
 .../webp/files/CVE-2023-4863-0002.patch       |  53 +++++
 meta/recipes-multimedia/webp/libwebp_1.3.1.bb |   3 +-
 .../curl/curl/CVE-2023-38039.patch            | 209 ++++++++++++++++++
 meta/recipes-support/curl/curl_8.0.1.bb       |   1 +
 14 files changed, 580 insertions(+), 18 deletions(-)
 rename meta/recipes-connectivity/openssl/{openssl_3.1.3.bb => openssl_3.1.4.bb} (99%)
 create mode 100644 meta/recipes-core/systemd/systemd/0001-shared-creds-util-return-0-for-missing-creds-in-read.patch
 create mode 100644 meta/recipes-extended/shadow/files/CVE-2023-4641.patch
 rename meta/recipes-multimedia/webp/files/{CVE-2023-5129.patch => CVE-2023-4863-0001.patch} (97%)
 create mode 100644 meta/recipes-multimedia/webp/files/CVE-2023-4863-0002.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2023-38039.patch

-- 
2.34.1



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

end of thread, other threads:[~2023-11-08 13:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-26 21:43 [OE-core][mickledore 00/10] Patch review Steve Sakoman
2023-09-26 21:43 ` [OE-core][mickledore 01/10] curl: Add CVE-2023-28320 follow-up fix Steve Sakoman
2023-09-26 21:43 ` [OE-core][mickledore 02/10] linux-yocto: update CVE exclusions Steve Sakoman
2023-09-26 21:43 ` [OE-core][mickledore 03/10] glibc: fix CVE-2023-4527 Steve Sakoman
2023-09-26 21:43 ` [OE-core][mickledore 04/10] python3-git: upgrade 3.1.32 -> 3.1.37 Steve Sakoman
2023-09-26 21:43 ` [OE-core][mickledore 05/10] bind: upgrade 9.18.17 -> 9.18.18 Steve Sakoman
2023-09-26 21:43 ` [OE-core][mickledore 06/10] bind: update to 9.18.19 Steve Sakoman
2023-09-26 21:43 ` [OE-core][mickledore 07/10] ffmpeg: 5.1.2 -> 5.1.3 Steve Sakoman
2023-09-26 21:43 ` [OE-core][mickledore 08/10] multilib.conf: explicitly make MULTILIB_VARIANTS vardeps on MULTILIBS Steve Sakoman
2023-09-26 21:43 ` [OE-core][mickledore 09/10] gcc-crosssdk: ignore MULTILIB_VARIANTS in signature computation Steve Sakoman
2023-09-26 21:43 ` [OE-core][mickledore 10/10] cml1: Fix KCONFIG_CONFIG_COMMAND not conveyed fully in do_menuconfig Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2023-11-08 13:46 [OE-core][mickledore 00/10] Patch review 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.