* kirkstone merge request: March 6th
@ 2025-03-06 14:16 akuster808
0 siblings, 0 replies; only message in thread
From: akuster808 @ 2025-03-06 14:16 UTC (permalink / raw)
To: Khem Raj, OpenEmbedded Devel List
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-03-06 14:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-06 14:16 kirkstone merge request: March 6th akuster808
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.