diff options
| author | Changqing Li <changqing.li@windriver.com> | 2025-07-08 15:21:13 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-08 23:40:33 -0700 |
| commit | 2834768c905d0b3e55131e9e46b7ff5e6854ce52 (patch) | |
| tree | 9bb69d0829ef9ab8aa2f5b8f499f42da4c6c787a /meta-oe/recipes-support/libsoup/libsoup-2.4_2.74.3.bb | |
| parent | f751ae8b44b42c655845830db8c9779bd027c9bb (diff) | |
| download | meta-openembedded-2834768c905d0b3e55131e9e46b7ff5e6854ce52.tar.gz | |
libsoup-2.4: fix CVE-2025-4945
Refer:
https://gitlab.gnome.org/GNOME/libsoup/-/issues/448
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libsoup/libsoup-2.4_2.74.3.bb')
| -rw-r--r-- | meta-oe/recipes-support/libsoup/libsoup-2.4_2.74.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libsoup/libsoup-2.4_2.74.3.bb b/meta-oe/recipes-support/libsoup/libsoup-2.4_2.74.3.bb index cbc886a2cb..68ec576d9b 100644 --- a/meta-oe/recipes-support/libsoup/libsoup-2.4_2.74.3.bb +++ b/meta-oe/recipes-support/libsoup/libsoup-2.4_2.74.3.bb | |||
| @@ -39,6 +39,7 @@ SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz \ | |||
| 39 | file://CVE-2025-32907.patch \ | 39 | file://CVE-2025-32907.patch \ |
| 40 | file://CVE-2025-4948.patch \ | 40 | file://CVE-2025-4948.patch \ |
| 41 | file://CVE-2025-4969.patch \ | 41 | file://CVE-2025-4969.patch \ |
| 42 | file://CVE-2025-4945.patch \ | ||
| 42 | " | 43 | " |
| 43 | SRC_URI[sha256sum] = "e4b77c41cfc4c8c5a035fcdc320c7bc6cfb75ef7c5a034153df1413fa1d92f13" | 44 | SRC_URI[sha256sum] = "e4b77c41cfc4c8c5a035fcdc320c7bc6cfb75ef7c5a034153df1413fa1d92f13" |
| 44 | 45 | ||
