All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anuj Mittal <anuj.mittal@intel.com>
To: openembedded-devel@lists.openembedded.org, raj.khem@gmail.com
Subject: [scarthgap][PATCH 00/24] Scarthgap pull request
Date: Thu, 30 Oct 2025 09:13:06 +0800	[thread overview]
Message-ID: <cover.1761786284.git.anuj.mittal@intel.com> (raw)

This is an older set of changes that I wasn't able to send but
had tested earlier:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/81/builds/1034

This mostly includes CVE fixes sent to list and some SRC_URI and host gcc
version relat changes.

The following changes since commit e621da947048842109db1b4fd3917a02e0501aa2:

  procmail: Add -Wno-implicit-int to fix error of do_compile (2025-09-24 10:04:48 +0800)

are available in the Git repository at:

  https://git.openembedded.org/meta-openembedded-contrib anujm/scarthgap
  https://git.openembedded.org/meta-openembedded-contrib/log/?h=anujm/scarthgap

Adrian Freihofer (1):
  thrift: fix build with gcc 15

Changqing Li (1):
  mariadb: correct STACK_DIRECTION setting

Grygorii Tertychnyi (1):
  libusbgx: fix gadget-stop install

Gyorgy Sarvari (6):
  mosh: set working SRC_URI
  psqlodbc: set valid SRC_URI
  collectd: set working SRC_URI
  apache2: ignore irrelevant CVEs
  civetweb: patch CVE-2025-55763
  dovecot: patch CVE-2022-30550

Jeroen Hofstee (2):
  php: ignore CVE-2024-3566
  nodejs: ignore CVE-2024-3566

Khem Raj (1):
  uim: Stick to C17

Peter Marko (6):
  ace: ignore CVE-2009-1147
  audiofile: fix multiple CVEs
  audiofile: patch CVE-2017-6829
  audiofile: fix multiple CVEs
  audiofile: patch CVE-2017-6831
  audiofile: patch CVE-2017-6839

Praveen Kumar (1):
  polkit: fix CVE-2025-7519

Saravanan (1):
  udisks2: upgrade 2.10.1 -> 2.10.2

Sunil Dora (1):
  layer.conf: add bpftrace to NON_MULTILIB_RECIPES

Yogita Urade (1):
  indent: fix CVE-2023-40305

hongxu (1):
  indent: fix CVE-2024-0911

mark.yang (1):
  srecord: fix build failure with gcc-15

 ...w-in-directory-URI-slash-redirection.patch |   57 +
 .../civetweb/civetweb_1.16.bb                 |    1 +
 ...g-passdbs-with-identical-driver-args.patch |  137 +
 .../recipes-support/dovecot/dovecot_2.3.21.bb |    1 +
 meta-oe/conf/layer.conf                       |    2 +-
 .../recipes-connectivity/ace/ace_6.5.19.bb    |    2 +
 .../recipes-connectivity/mosh/mosh_1.4.0.bb   |    5 +-
 ...missing-cstdint-include-for-int64_t-.patch |   51 +
 .../thrift/thrift_0.20.0.bb                   |    3 +-
 meta-oe/recipes-dbs/mysql/mariadb.inc         |    1 -
 .../psqlodbc/psqlodbc_16.00.0000.bb           |    2 +-
 .../recipes-devtools/nodejs/nodejs_20.18.2.bb |    1 +
 meta-oe/recipes-devtools/php/php_8.2.29.bb    |    1 +
 .../collectd/collectd_5.12.0.bb               |    4 +-
 ...ap-buffer-underread-in-set_buf_break.patch |  123 +
 .../indent/indent/CVE-2023-40305_0001.patch   | 4196 ++++++++++++++++
 .../indent/indent/CVE-2023-40305_0002.patch   | 4254 +++++++++++++++++
 .../recipes-extended/indent/indent_2.2.12.bb  |    3 +
 .../polkit/files/CVE-2025-7519.patch          |   34 +
 meta-oe/recipes-extended/polkit/polkit_124.bb |    5 +-
 .../audiofile/audiofile_0.3.6.bb              |    5 +
 ...ays-check-the-number-of-coefficients.patch |   45 +
 ...ues-to-fix-index-overflow-in-IMA.cpp.patch |   43 +
 ...multiplication-overflow-in-sfconvert.patch |   79 +
 ...ail-when-error-occurs-in-parseFormat.patch |   46 +
 ...lication-overflow-in-MSADPCM-decodeS.patch |  126 +
 .../recipes-support/libusbgx/libusbgx_git.bb  |    2 +-
 ...e-with-gcc-15-by-adding-cstdint-head.patch |   36 +
 .../recipes-support/srecord/srecord_1.65.0.bb |    4 +-
 .../udisks/udisks2/CVE-2025-6019.patch        |   51 -
 .../{udisks2_2.10.1.bb => udisks2_2.10.2.bb}  |    3 +-
 meta-oe/recipes-support/uim/uim_1.8.8.bb      |    2 +
 .../recipes-httpd/apache2/apache2_2.4.65.bb   |   12 +
 33 files changed, 9273 insertions(+), 64 deletions(-)
 create mode 100644 meta-networking/recipes-connectivity/civetweb/civetweb/0001-Fix-heap-overflow-in-directory-URI-slash-redirection.patch
 create mode 100644 meta-networking/recipes-support/dovecot/dovecot/0001-auth-Fix-handling-passdbs-with-identical-driver-args.patch
 create mode 100644 meta-oe/recipes-connectivity/thrift/thrift/0001-THRIFT-5842-Add-missing-cstdint-include-for-int64_t-.patch
 create mode 100644 meta-oe/recipes-extended/indent/indent/0001-Fix-a-heap-buffer-underread-in-set_buf_break.patch
 create mode 100644 meta-oe/recipes-extended/indent/indent/CVE-2023-40305_0001.patch
 create mode 100644 meta-oe/recipes-extended/indent/indent/CVE-2023-40305_0002.patch
 create mode 100644 meta-oe/recipes-extended/polkit/files/CVE-2025-7519.patch
 create mode 100644 meta-oe/recipes-multimedia/audiofile/files/0004-Always-check-the-number-of-coefficients.patch
 create mode 100644 meta-oe/recipes-multimedia/audiofile/files/0005-clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch
 create mode 100644 meta-oe/recipes-multimedia/audiofile/files/0006-Check-for-multiplication-overflow-in-sfconvert.patch
 create mode 100644 meta-oe/recipes-multimedia/audiofile/files/0007-Actually-fail-when-error-occurs-in-parseFormat.patch
 create mode 100644 meta-oe/recipes-multimedia/audiofile/files/0008-Check-for-multiplication-overflow-in-MSADPCM-decodeS.patch
 create mode 100644 meta-oe/recipes-support/srecord/files/0001-fix-build-failure-with-gcc-15-by-adding-cstdint-head.patch
 delete mode 100644 meta-oe/recipes-support/udisks/udisks2/CVE-2025-6019.patch
 rename meta-oe/recipes-support/udisks/{udisks2_2.10.1.bb => udisks2_2.10.2.bb} (95%)



             reply	other threads:[~2025-10-30  1:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-30  1:13 Anuj Mittal [this message]
2025-10-30  4:20 ` [scarthgap][PATCH 00/24] Scarthgap pull request Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2025-09-23 11:57 Anuj Mittal
2025-09-12  9:06 Anuj Mittal
2025-09-15  5:00 ` Khem Raj

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.1761786284.git.anuj.mittal@intel.com \
    --to=anuj.mittal@intel.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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 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.