From: Wang Mingyu Date: Mon, 14 Nov 2022 03:20:38 +0000 (+0800) Subject: libsoup: upgrade 3.2.1 -> 3.2.2 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2478 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65d287feb713a21cefdf4cb56f80c9f1deaa2e60;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libsoup: upgrade 3.2.1 -> 3.2.2 Changelog: ========== * Various HTTP/2 Fixes: * Fix `content-sniffed` not being emitted for resources without content * Fix leak of SoupServerConnection when stolen Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-support/libsoup/libsoup_3.2.1.bb b/meta/recipes-support/libsoup/libsoup_3.2.2.bb similarity index 94% rename from meta/recipes-support/libsoup/libsoup_3.2.1.bb rename to meta/recipes-support/libsoup/libsoup_3.2.2.bb index d14667ea8ed..e16cd177052 100644 --- a/meta/recipes-support/libsoup/libsoup_3.2.1.bb +++ b/meta/recipes-support/libsoup/libsoup_3.2.2.bb @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 libpsl nghttp2" SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" -SRC_URI[sha256sum] = "b1eb3d2c3be49fbbd051a71f6532c9626bcecea69783190690cd7e4dfdf28f29" +SRC_URI[sha256sum] = "83673c685b910fb7d39f1f28eee5afbefb71c05798fc350ac3bf1b885e1efaa1" PROVIDES = "libsoup-3.0" CVE_PRODUCT = "libsoup"