All of lore.kernel.org
 help / color / mirror / Atom feed
From: akuster808 <akuster808@gmail.com>
To: Khem Raj <raj.khem@gmail.com>,
	OpenEmbedded Devel List
	<openembedded-devel@lists.openembedded.org>
Subject: kirkstone merge request: March 6th
Date: Thu, 6 Mar 2025 09:16:09 -0500	[thread overview]
Message-ID: <06c0f429-d13a-49bb-8289-e80b49f4be76@gmail.com> (raw)

Clearly I missed sending this earlier.

The following changes since commit de8681b4a2a101b99dd2c48d89a7de2ccd9a961f:

   python3-sqlparse: Fix CVE-2024-4340 (2025-01-22 19:29:37 -0500)

are available in the Git repository at:

   https://git.openembedded.org/meta-openembedded kirkstone-next

for you to fetch changes up to 880df90c865b57d38f1ff836fe8900c94434322f:

   phpmyadmin: fix CVE-2025-24529/CVE-2025-24530 (2025-02-09 07:58:44 -0800)

----------------------------------------------------------------
Changqing Li (1):
       phpmyadmin: fix CVE-2025-24529/CVE-2025-24530

Divya Chellam (7):
       redis: fix CVE-2023-41056
       redis: fix CVE-2023-45145
       redis: fix CVE-2024-31227
       redis: fix CVE-2024-31228
       redis: fix CVE-2024-31449
       redis: fix CVE-2024-46981
       redis: fix CVE-2024-51741

Martin Jansa (2):
       hdf5: add -Wno-error to allow building native with gcc-14 on host
       python3-h5py: add -Wno-error to allow building native with gcc-14 
on host

Vijay Anusuri (1):
       openjpeg: Backport fix CVE-2023-39327

Virendra Thakur (1):
       libssh: Add ptest

Yogita Urade (1):
       mbedtls: fix CVE-2024-28755 and CVE-2024-28836

  .../mbedtls/mbedtls/CVE-2024-28755-and-CVE-2024-28836.patch     | 67 
++++++++++++++++++++++
  meta-networking/recipes-connectivity/mbedtls/mbedtls_3.5.2.bb   | 6 +-
  .../recipes-extended/redis/redis-7.0.13/CVE-2023-41056.patch    | 63 
++++++++++++++++++++
  .../recipes-extended/redis/redis-7.0.13/CVE-2023-45145.patch    | 72 
+++++++++++++++++++++++
  .../recipes-extended/redis/redis-7.0.13/CVE-2024-31227.patch    | 33 
+++++++++++
  .../recipes-extended/redis/redis-7.0.13/CVE-2024-31228.patch    | 68 
++++++++++++++++++++++
  .../recipes-extended/redis/redis-7.0.13/CVE-2024-31449.patch    | 49 
++++++++++++++++
  .../recipes-extended/redis/redis-7.0.13/CVE-2024-46981.patch    | 32 
+++++++++++
  .../recipes-extended/redis/redis-7.0.13/CVE-2024-51741.patch    | 89 
+++++++++++++++++++++++++++++
  meta-oe/recipes-extended/redis/redis/CVE-2023-45145.patch       | 72 
+++++++++++++++++++++++
  meta-oe/recipes-extended/redis/redis/CVE-2024-31228.patch       | 68 
++++++++++++++++++++++
  meta-oe/recipes-extended/redis/redis/CVE-2024-31449.patch       | 49 
++++++++++++++++
  meta-oe/recipes-extended/redis/redis/CVE-2024-46981.patch       | 39 
+++++++++++++
  meta-oe/recipes-extended/redis/redis_6.2.12.bb                  | 4 ++
  meta-oe/recipes-extended/redis/redis_7.0.13.bb                  | 7 +++
  meta-oe/recipes-graphics/openjpeg/openjpeg/CVE-2023-39327.patch | 82 
++++++++++++++++++++++++++
  meta-oe/recipes-graphics/openjpeg/openjpeg_2.4.0.bb             | 1 +
  meta-oe/recipes-support/hdf5/hdf5_1.8.21.bb                     | 6 ++
  ...1-tests-CMakeLists.txt-do-not-search-ssh-sshd-commands.patch | 38 
++++++++++++
  meta-oe/recipes-support/libssh/libssh/run-ptest                 | 45 
+++++++++++++++
  meta-oe/recipes-support/libssh/libssh_0.8.9.bb                  | 19 
+++++-
  meta-python/recipes-devtools/python/python3-h5py_3.6.0.bb       | 4 ++
  .../recipes-php/phpmyadmin/phpmyadmin/CVE-2025-24529.patch      | 36 
++++++++++++
  .../recipes-php/phpmyadmin/phpmyadmin/CVE-2025-24530.patch      | 42 
++++++++++++++
  meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.1.3.bb       | 4 +-
  25 files changed, 989 insertions(+), 6 deletions(-)
  create mode 100644 
meta-networking/recipes-connectivity/mbedtls/mbedtls/CVE-2024-28755-and-CVE-2024-28836.patch
  create mode 100644 
meta-oe/recipes-extended/redis/redis-7.0.13/CVE-2023-41056.patch
  create mode 100644 
meta-oe/recipes-extended/redis/redis-7.0.13/CVE-2023-45145.patch
  create mode 100644 
meta-oe/recipes-extended/redis/redis-7.0.13/CVE-2024-31227.patch
  create mode 100644 
meta-oe/recipes-extended/redis/redis-7.0.13/CVE-2024-31228.patch
  create mode 100644 
meta-oe/recipes-extended/redis/redis-7.0.13/CVE-2024-31449.patch
  create mode 100644 
meta-oe/recipes-extended/redis/redis-7.0.13/CVE-2024-46981.patch
  create mode 100644 
meta-oe/recipes-extended/redis/redis-7.0.13/CVE-2024-51741.patch
  create mode 100644 
meta-oe/recipes-extended/redis/redis/CVE-2023-45145.patch
  create mode 100644 
meta-oe/recipes-extended/redis/redis/CVE-2024-31228.patch
  create mode 100644 
meta-oe/recipes-extended/redis/redis/CVE-2024-31449.patch
  create mode 100644 
meta-oe/recipes-extended/redis/redis/CVE-2024-46981.patch
  create mode 100644 
meta-oe/recipes-graphics/openjpeg/openjpeg/CVE-2023-39327.patch
  create mode 100644 
meta-oe/recipes-support/libssh/libssh/0001-tests-CMakeLists.txt-do-not-search-ssh-sshd-commands.patch
  create mode 100644 meta-oe/recipes-support/libssh/libssh/run-ptest
  create mode 100644 
meta-webserver/recipes-php/phpmyadmin/phpmyadmin/CVE-2025-24529.patch
  create mode 100644 
meta-webserver/recipes-php/phpmyadmin/phpmyadmin/CVE-2025-24530.patch



                 reply	other threads:[~2025-03-06 14:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=06c0f429-d13a-49bb-8289-e80b49f4be76@gmail.com \
    --to=akuster808@gmail.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.