diff options
| author | Changqing Li <changqing.li@windriver.com> | 2025-06-13 14:54:24 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-13 13:11:23 -0700 |
| commit | f7b0f9cd33116902d553a4c2ef5c2a81a9bc1738 (patch) | |
| tree | 53db76c01c9410fdf71dace79f7a91606f65e653 /meta-oe/recipes-support/libsoup/libsoup-2.4_2.74.3.bb | |
| parent | 096dc20f88d207ed4ea6b3271f5105c4412b8157 (diff) | |
| download | meta-openembedded-f7b0f9cd33116902d553a4c2ef5c2a81a9bc1738.tar.gz | |
libsoup-2.4: fix CVE-2025-32053
Refer:
https://gitlab.gnome.org/GNOME/libsoup/-/issues/426
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.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 | 5 |
1 files changed, 3 insertions, 2 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 7e275a48f4..03ec818ae5 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 | |||
| @@ -18,8 +18,9 @@ SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz \ | |||
| 18 | file://0001-Remove-http-and-https-aliases-support-test.patch \ | 18 | file://0001-Remove-http-and-https-aliases-support-test.patch \ |
| 19 | file://CVE-2024-52532-1.patch \ | 19 | file://CVE-2024-52532-1.patch \ |
| 20 | file://CVE-2024-52532-2.patch \ | 20 | file://CVE-2024-52532-2.patch \ |
| 21 | file://CVE-2024-52532-3.patch" | 21 | file://CVE-2024-52532-3.patch \ |
| 22 | 22 | file://CVE-2025-32053.patch \ | |
| 23 | " | ||
| 23 | SRC_URI[sha256sum] = "e4b77c41cfc4c8c5a035fcdc320c7bc6cfb75ef7c5a034153df1413fa1d92f13" | 24 | SRC_URI[sha256sum] = "e4b77c41cfc4c8c5a035fcdc320c7bc6cfb75ef7c5a034153df1413fa1d92f13" |
| 24 | 25 | ||
| 25 | CVE_PRODUCT = "libsoup" | 26 | CVE_PRODUCT = "libsoup" |
