Openembedded Core Discussions
 help / color / mirror / Atom feed
* [OE-core][styhead 00/12] Patch review
@ 2025-02-07 22:06 Steve Sakoman
  2025-02-07 22:06 ` [OE-core][styhead 01/12] libnsl2: set CVE_PRODUCT Steve Sakoman
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Steve Sakoman @ 2025-02-07 22:06 UTC (permalink / raw)
  To: openembedded-core

Please review this set of changes for styhead and have comments back by
end of day Tuesday, February 11

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/valkyrie/#/builders/29/builds/976

The following changes since commit a5e7ff4424a68335fc768e49a232a58011a5b160:

  devtool: ide-sdk remove the plugin from eSDK installer (2025-01-29 06:42:16 -0800)

are available in the Git repository at:

  https://git.openembedded.org/openembedded-core-contrib stable/styhead-nut
  https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/styhead-nut

Alexander Kanavin (2):
  enchant2: correct SRC_URI and other uris
  libxml-parser-perl: correct SRC_URI

Bruce Ashfield (3):
  linux-yocto/6.6: update to v6.6.71
  linux-yocto/6.6: update to v6.6.72
  linux-yocto/6.6: update to v6.6.74

Mikko Rapeli (1):
  systemd: set CVE_PRODUCT

Peter Marko (2):
  cve-check: restore CVE_CHECK_SHOW_WARNINGS functionality
  cve-check: fix cvesInRecord

Richard Purdie (2):
  resulttool/store: Fix permissions of logarchive
  oeqa/gitarchive: Fix syntax warning

Ross Burton (2):
  libnsl2: set CVE_PRODUCT
  lrzsz: update SRC_URI to avoid redirect

 meta/classes/cve-check.bbclass                | 16 +++++++----
 meta/lib/oeqa/utils/gitarchive.py             |  2 +-
 meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb       |  6 ++--
 meta/recipes-core/systemd/systemd.inc         |  2 ++
 .../perl/libxml-parser-perl_2.47.bb           |  2 +-
 meta/recipes-extended/libnsl/libnsl2_git.bb   |  2 ++
 .../linux/linux-yocto-rt_6.6.bb               |  6 ++--
 .../linux/linux-yocto-tiny_6.6.bb             |  6 ++--
 meta/recipes-kernel/linux/linux-yocto_6.6.bb  | 28 +++++++++----------
 .../recipes-support/enchant/enchant2_2.8.2.bb |  6 ++--
 scripts/lib/resulttool/store.py               |  1 +
 11 files changed, 44 insertions(+), 33 deletions(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 14+ messages in thread
* [OE-core][styhead 00/12] Patch review
@ 2024-12-12 14:07 Steve Sakoman
  0 siblings, 0 replies; 14+ messages in thread
From: Steve Sakoman @ 2024-12-12 14:07 UTC (permalink / raw)
  To: openembedded-core

Please review this set of changes for styhead and have comments back by
end of day Monday, December 16

Passed a-full on autobuilder:

https://valkyrie.yoctoproject.org/#/builders/29/builds/628

The following changes since commit 8717a2e2161378bab4e27d515a71396b2a6bcf00:

  resulttool: Improve repo layout for oeselftest results (2024-12-04 07:21:02 -0800)

are available in the Git repository at:

  https://git.openembedded.org/openembedded-core-contrib stable/styhead-nut
  https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/styhead-nut

Guðni Már Gilbert (4):
  systemd: drop intltool-native from DEPENDS
  systemd-boot: drop intltool-native from DEPENDS
  python3-poetry-core: drop python3-six from RDEPENDS
  dnf: drop python3-iniparse from DEPENDS and RDEPENDS

Hitendra Prajapati (2):
  libarchive: fix CVE-2024-48957 & CVE-2024-48958
  ghostscript: upgrade 10.03.1 -> 10.04.0

Peter Marko (4):
  builder: set CVE_PRODUCT
  qemu: patch CVE-2024-6505
  rust: ignore CVE-2024-43402
  curl: patch CVE-2024-9681

Ross Burton (1):
  libsndfile1: backport the fix for CVE-2024-50612

Sid-Ali (1):
  shadow: use update-alternatives to handle su.1 and nologin.8

 .../systemd/systemd-boot_256.5.bb             |   2 +-
 meta/recipes-core/systemd/systemd_256.5.bb    |   2 +-
 meta/recipes-devtools/dnf/dnf_4.21.1.bb       |   3 +-
 .../python/python3-poetry-core_1.9.0.bb       |   1 -
 meta/recipes-devtools/qemu/qemu.inc           |   1 +
 .../qemu/qemu/CVE-2024-6505.patch             |  40 ++
 meta/recipes-devtools/rust/rust-source.inc    |   1 +
 .../avoid-host-contamination.patch            |   6 +-
 ...ript_10.03.1.bb => ghostscript_10.04.0.bb} |   2 +-
 .../libarchive/CVE-2024-48957.patch           |  36 ++
 .../libarchive/CVE-2024-48958.patch           |  40 ++
 .../libarchive/libarchive_3.7.4.bb            |   5 +-
 meta/recipes-extended/shadow/shadow.inc       |   4 +-
 meta/recipes-graphics/builder/builder_0.1.bb  |   3 +-
 .../libsndfile1/CVE-2024-50612.patch          | 409 ++++++++++++++++++
 .../libsndfile/libsndfile1_1.2.2.bb           |   1 +
 .../curl/curl/CVE-2024-9681.patch             |  85 ++++
 meta/recipes-support/curl/curl_8.9.1.bb       |   1 +
 18 files changed, 630 insertions(+), 12 deletions(-)
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2024-6505.patch
 rename meta/recipes-extended/ghostscript/{ghostscript_10.03.1.bb => ghostscript_10.04.0.bb} (97%)
 create mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2024-48957.patch
 create mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2024-48958.patch
 create mode 100644 meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2024-50612.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2024-9681.patch

-- 
2.34.1



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

end of thread, other threads:[~2025-02-07 22:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-07 22:06 [OE-core][styhead 00/12] Patch review Steve Sakoman
2025-02-07 22:06 ` [OE-core][styhead 01/12] libnsl2: set CVE_PRODUCT Steve Sakoman
2025-02-07 22:06 ` [OE-core][styhead 02/12] cve-check: restore CVE_CHECK_SHOW_WARNINGS functionality Steve Sakoman
2025-02-07 22:06 ` [OE-core][styhead 03/12] cve-check: fix cvesInRecord Steve Sakoman
2025-02-07 22:06 ` [OE-core][styhead 04/12] systemd: set CVE_PRODUCT Steve Sakoman
2025-02-07 22:06 ` [OE-core][styhead 05/12] linux-yocto/6.6: update to v6.6.71 Steve Sakoman
2025-02-07 22:06 ` [OE-core][styhead 06/12] linux-yocto/6.6: update to v6.6.72 Steve Sakoman
2025-02-07 22:06 ` [OE-core][styhead 07/12] linux-yocto/6.6: update to v6.6.74 Steve Sakoman
2025-02-07 22:06 ` [OE-core][styhead 08/12] resulttool/store: Fix permissions of logarchive Steve Sakoman
2025-02-07 22:06 ` [OE-core][styhead 09/12] enchant2: correct SRC_URI and other uris Steve Sakoman
2025-02-07 22:06 ` [OE-core][styhead 10/12] libxml-parser-perl: correct SRC_URI Steve Sakoman
2025-02-07 22:06 ` [OE-core][styhead 11/12] oeqa/gitarchive: Fix syntax warning Steve Sakoman
2025-02-07 22:06 ` [OE-core][styhead 12/12] lrzsz: update SRC_URI to avoid redirect Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2024-12-12 14:07 [OE-core][styhead 00/12] 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