diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-26 09:29:51 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-27 16:44:48 +0000 |
| commit | 336eaaed2cb714820ee5db7f50d1fc2989c49e33 (patch) | |
| tree | 7ff07de9837589e4d1411957ce7250e3072afa7f | |
| parent | ad283158f4f68ceb75692aa8649400d4b540f06d (diff) | |
| download | poky-336eaaed2cb714820ee5db7f50d1fc2989c49e33.tar.gz | |
libsoup: upgrade 3.6.0 -> 3.6.1
Changelog:
============
* Fix `soup_uri_copy()` reading port as a long instead of an int
* Fix possible NULL deref in `soup_uri_decode_data_uri()`
* Fix possible overflow in `SoupContentSniffer`
* Fix assertion in `soup_uri_decode_data_uri()` on URLs with a path starting with `//`
* headers: Be more robust against invalid input when parsing params
* websocket: Fix possibility of being stuck in a read loop
(From OE-Core rev: 565c3cc5dfb832ffd12e8010c6dbbc006a09e85e)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/libsoup/libsoup_3.6.1.bb (renamed from meta/recipes-support/libsoup/libsoup_3.6.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libsoup/libsoup_3.6.0.bb b/meta/recipes-support/libsoup/libsoup_3.6.1.bb index 195fc4f741..6ac48fb944 100644 --- a/meta/recipes-support/libsoup/libsoup_3.6.0.bb +++ b/meta/recipes-support/libsoup/libsoup_3.6.1.bb | |||
| @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 libpsl nghttp2" | |||
| 12 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | 12 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" |
| 13 | 13 | ||
| 14 | SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" | 14 | SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" |
| 15 | SRC_URI[sha256sum] = "62959f791e8e8442f8c13cedac8c4919d78f9120d5bb5301be67a5e53318b4a3" | 15 | SRC_URI[sha256sum] = "ceb1f1aa2bdd73b2cd8159d3998c96c55ef097ef15e4b4f36029209fa18af838" |
| 16 | 16 | ||
| 17 | PROVIDES = "libsoup-3.0" | 17 | PROVIDES = "libsoup-3.0" |
| 18 | CVE_PRODUCT = "libsoup" | 18 | CVE_PRODUCT = "libsoup" |
