diff options
| author | Changqing Li <changqing.li@windriver.com> | 2025-06-06 14:49:55 +0800 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-06-13 08:58:00 -0700 |
| commit | a7a45d58e0feda6803b3d76a2ee71e39a52e752e (patch) | |
| tree | ac32a65baa9d429dec302ace0e5c9530226488c4 /meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb | |
| parent | ee5c55b6312b5a1040829bdc2443c1a094739c80 (diff) | |
| download | poky-a7a45d58e0feda6803b3d76a2ee71e39a52e752e.tar.gz | |
libsoup-2.4: fix CVE-2025-32050
Refer:
https://gitlab.gnome.org/GNOME/libsoup/-/issues/424
(From OE-Core rev: d16627901125854f5346711e96d635c704438705)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb')
| -rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb index 96bb53a033..a4a8a03152 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb | |||
| @@ -35,6 +35,7 @@ SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz \ | |||
| 35 | file://CVE-2025-32907.patch \ | 35 | file://CVE-2025-32907.patch \ |
| 36 | file://CVE-2025-32053.patch \ | 36 | file://CVE-2025-32053.patch \ |
| 37 | file://CVE-2025-32052.patch \ | 37 | file://CVE-2025-32052.patch \ |
| 38 | file://CVE-2025-32050.patch \ | ||
| 38 | " | 39 | " |
| 39 | SRC_URI[sha256sum] = "e4b77c41cfc4c8c5a035fcdc320c7bc6cfb75ef7c5a034153df1413fa1d92f13" | 40 | SRC_URI[sha256sum] = "e4b77c41cfc4c8c5a035fcdc320c7bc6cfb75ef7c5a034153df1413fa1d92f13" |
| 40 | 41 | ||
