diff options
| author | Vijay Anusuri <vanusuri@mvista.com> | 2025-05-13 16:21:27 +0530 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-05-16 08:58:06 -0700 |
| commit | d8c4c5ea04e993cf679bcda7fd87343caf361129 (patch) | |
| tree | e991f4a6d3283418ac6449e09e150fc471a78c05 /meta/recipes-support/libsoup/libsoup_3.0.7.bb | |
| parent | fe91f67d38a0bf385acd913d10c117017ad41e0f (diff) | |
| download | poky-d8c4c5ea04e993cf679bcda7fd87343caf361129.tar.gz | |
libsoup: Fix CVE-2025-32911 & CVE-2025-32913
Upstream-Status: Backport from
https://gitlab.gnome.org/GNOME/libsoup/-/commit/7b4ef0e004ece3a308ccfaa714c284f4c96ade34
& https://gitlab.gnome.org/GNOME/libsoup/-/commit/f4a761fb66512fff59798765e8ac5b9e57dceef0
(From OE-Core rev: e79585ab2a492a5023bce637cbe519fcd1370e04)
Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-support/libsoup/libsoup_3.0.7.bb')
| -rw-r--r-- | meta/recipes-support/libsoup/libsoup_3.0.7.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/libsoup/libsoup_3.0.7.bb b/meta/recipes-support/libsoup/libsoup_3.0.7.bb index 2c05ef338e..f5877c3419 100644 --- a/meta/recipes-support/libsoup/libsoup_3.0.7.bb +++ b/meta/recipes-support/libsoup/libsoup_3.0.7.bb | |||
| @@ -25,6 +25,8 @@ SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz \ | |||
| 25 | file://CVE-2025-32910-1.patch \ | 25 | file://CVE-2025-32910-1.patch \ |
| 26 | file://CVE-2025-32910-2.patch \ | 26 | file://CVE-2025-32910-2.patch \ |
| 27 | file://CVE-2025-32910-3.patch \ | 27 | file://CVE-2025-32910-3.patch \ |
| 28 | file://CVE-2025-32911_CVE-2025-32913-1.patch \ | ||
| 29 | file://CVE-2025-32911_CVE-2025-32913-2.patch \ | ||
| 28 | " | 30 | " |
| 29 | SRC_URI[sha256sum] = "ebdf90cf3599c11acbb6818a9d9e3fc9d2c68e56eb829b93962972683e1bf7c8" | 31 | SRC_URI[sha256sum] = "ebdf90cf3599c11acbb6818a9d9e3fc9d2c68e56eb829b93962972683e1bf7c8" |
| 30 | 32 | ||
