Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
To: raj.khem@gmail.com, openembedded-devel@lists.openembedded.org
Subject: [PATCH 00/13] Scarthgap pull request
Date: Mon, 22 Dec 2025 12:22:52 +0530	[thread overview]
Message-ID: <cover.1766372942.git.anuj.mittal@oss.qualcomm.com> (raw)

Please merge these changes in scarthgap. Tested on AB and locally.

https://autobuilder.yoctoproject.org/valkyrie/#/builders/81/builds/1196

The following changes since commit b4812b18eec77e9f0286bd6b81a5c3032ac0d3be:

  proftpd: Fix CVE-2023-48795 (2025-12-11 08:02:03 +0530)

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

Ankur Tyagi (10):
  jasper: patch CVE-2024-31744
  libcupsfilters: patch CVE-2025-57812
  flatpak: patch CVE-2024-42472
  editorconfig-core-c: patch CVE-2024-53849
  civetweb: patch CVE-2025-9648
  fetchmail: patch CVE-2025-61962
  unbound: patch CVE-2024-43167
  unbound: patch CVE-2024-43168
  openvpn: patch CVE-2025-13086
  openh264: patch CVE-2025-27091

Archana Polampalli (1):
  tcpreplay: fix CVE-2025-9157

Deepak Rathore (1):
  redis: Refine CVE-2022-0543 status description

Kai Kang (1):
  mbedtls: fix CVE-2025-47917

 .../openh264/openh264/CVE-2025-27091.patch    |  28 ++
 .../openh264/openh264_2.3.1.bb                |   1 +
 .../civetweb/civetweb/CVE-2025-9648.patch     | 254 ++++++++++++++++++
 .../civetweb/civetweb_1.16.bb                 |   1 +
 .../mbedtls/mbedtls/CVE-2025-47917.patch      |  52 ++++
 .../mbedtls/mbedtls_2.28.10.bb                |   1 +
 .../fetchmail/fetchmail/CVE-2025-61962.patch  |  51 ++++
 .../fetchmail/fetchmail_6.4.38.bb             |   1 +
 .../openvpn/openvpn/CVE-2025-13086.patch      | 157 +++++++++++
 .../recipes-support/openvpn/openvpn_2.6.14.bb |   1 +
 .../tcpreplay/tcpreplay/CVE-2025-9157.patch   |  44 +++
 .../tcpreplay/tcpreplay_4.4.4.bb              |   1 +
 .../unbound/unbound/CVE-2024-43167.patch      |  46 ++++
 .../unbound/unbound/CVE-2024-43168_1.patch    |  29 ++
 .../unbound/unbound/CVE-2024-43168_2.patch    |  57 ++++
 .../recipes-support/unbound/unbound_1.19.3.bb |   3 +
 .../editorconfig-core-c_0.12.6.bb             |   5 +-
 .../editorconfig/files/CVE-2024-53849_1.patch |  54 ++++
 .../editorconfig/files/CVE-2024-53849_2.patch |  48 ++++
 .../flatpak/flatpak/CVE-2024-42472_1.patch    | 169 ++++++++++++
 .../flatpak/flatpak/CVE-2024-42472_2.patch    |  44 +++
 .../flatpak/flatpak_1.15.8.bb                 |   2 +
 .../recipes-extended/redis/redis_6.2.21.bb    |   7 +-
 .../recipes-extended/redis/redis_7.2.12.bb    |   7 +-
 .../jasper/jasper/0001-Fixes-381.patch        |  30 +++
 .../recipes-graphics/jasper/jasper_4.1.2.bb   |   1 +
 .../cups/libcupsfilters/CVE-2025-57812.patch  | 129 +++++++++
 .../cups/libcupsfilters_2.0.0.bb              |   1 +
 28 files changed, 1221 insertions(+), 3 deletions(-)
 create mode 100644 meta-multimedia/recipes-multimedia/openh264/openh264/CVE-2025-27091.patch
 create mode 100644 meta-networking/recipes-connectivity/civetweb/civetweb/CVE-2025-9648.patch
 create mode 100644 meta-networking/recipes-connectivity/mbedtls/mbedtls/CVE-2025-47917.patch
 create mode 100644 meta-networking/recipes-support/fetchmail/fetchmail/CVE-2025-61962.patch
 create mode 100644 meta-networking/recipes-support/openvpn/openvpn/CVE-2025-13086.patch
 create mode 100644 meta-networking/recipes-support/tcpreplay/tcpreplay/CVE-2025-9157.patch
 create mode 100644 meta-networking/recipes-support/unbound/unbound/CVE-2024-43167.patch
 create mode 100644 meta-networking/recipes-support/unbound/unbound/CVE-2024-43168_1.patch
 create mode 100644 meta-networking/recipes-support/unbound/unbound/CVE-2024-43168_2.patch
 create mode 100644 meta-oe/recipes-devtools/editorconfig/files/CVE-2024-53849_1.patch
 create mode 100644 meta-oe/recipes-devtools/editorconfig/files/CVE-2024-53849_2.patch
 create mode 100644 meta-oe/recipes-extended/flatpak/flatpak/CVE-2024-42472_1.patch
 create mode 100644 meta-oe/recipes-extended/flatpak/flatpak/CVE-2024-42472_2.patch
 create mode 100644 meta-oe/recipes-graphics/jasper/jasper/0001-Fixes-381.patch
 create mode 100644 meta-oe/recipes-printing/cups/libcupsfilters/CVE-2025-57812.patch

-- 
2.52.0



             reply	other threads:[~2025-12-22  6:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-22  6:52 Anuj Mittal [this message]
2025-12-22 15:03 ` [PATCH 00/13] Scarthgap pull request Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2026-06-09 12:49 Anuj Mittal
2026-06-16  8:13 ` Anuj Mittal
2026-06-17  1:13 ` 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.1766372942.git.anuj.mittal@oss.qualcomm.com \
    --to=anuj.mittal@oss.qualcomm.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox