diff options
| author | Vijay Anusuri <vanusuri@mvista.com> | 2025-04-17 19:34:29 +0530 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-04-28 08:18:52 -0700 |
| commit | 92701ca3e304ac5c879c116e11c1a274c9ae335b (patch) | |
| tree | 873a6d2d55843d0c3aa57d9981af6b1aa57a4b9f /meta/recipes-support/libsoup/libsoup_3.4.4.bb | |
| parent | 83671ce4ebd8df75b48b91a74e0c50f9c565e224 (diff) | |
| download | poky-92701ca3e304ac5c879c116e11c1a274c9ae335b.tar.gz | |
libsoup: Fix CVE-2025-32906
Upstream-Status: Backport from
https://gitlab.gnome.org/GNOME/libsoup/-/commit/1f509f31b6f8420a3661c3f990424ab7b9164931
& https://gitlab.gnome.org/GNOME/libsoup/-/commit/af5b9a4a3945c52b940d5ac181ef51bb12011f1f
(From OE-Core rev: c3ba6b665a907b8f8340aedcbf51bef79f1048b8)
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.4.4.bb')
| -rw-r--r-- | meta/recipes-support/libsoup/libsoup_3.4.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/libsoup/libsoup_3.4.4.bb b/meta/recipes-support/libsoup/libsoup_3.4.4.bb index f62c657213..cbb098908d 100644 --- a/meta/recipes-support/libsoup/libsoup_3.4.4.bb +++ b/meta/recipes-support/libsoup/libsoup_3.4.4.bb | |||
| @@ -26,6 +26,8 @@ SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz \ | |||
| 26 | file://CVE-2025-32911_CVE-2025-32913-2.patch \ | 26 | file://CVE-2025-32911_CVE-2025-32913-2.patch \ |
| 27 | file://CVE-2025-32912-1.patch \ | 27 | file://CVE-2025-32912-1.patch \ |
| 28 | file://CVE-2025-32912-2.patch \ | 28 | file://CVE-2025-32912-2.patch \ |
| 29 | file://CVE-2025-32906-1.patch \ | ||
| 30 | file://CVE-2025-32906-2.patch \ | ||
| 29 | " | 31 | " |
| 30 | SRC_URI[sha256sum] = "291c67725f36ed90ea43efff25064b69c5a2d1981488477c05c481a3b4b0c5aa" | 32 | SRC_URI[sha256sum] = "291c67725f36ed90ea43efff25064b69c5a2d1981488477c05c481a3b4b0c5aa" |
| 31 | 33 | ||
