From 336eaaed2cb714820ee5db7f50d1fc2989c49e33 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 26 Nov 2024 09:29:51 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-support/libsoup/libsoup_3.6.0.bb | 59 --------------------------- meta/recipes-support/libsoup/libsoup_3.6.1.bb | 59 +++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 59 deletions(-) delete mode 100644 meta/recipes-support/libsoup/libsoup_3.6.0.bb create mode 100644 meta/recipes-support/libsoup/libsoup_3.6.1.bb (limited to 'meta') diff --git a/meta/recipes-support/libsoup/libsoup_3.6.0.bb b/meta/recipes-support/libsoup/libsoup_3.6.0.bb deleted file mode 100644 index 195fc4f741..0000000000 --- a/meta/recipes-support/libsoup/libsoup_3.6.0.bb +++ /dev/null @@ -1,59 +0,0 @@ -SUMMARY = "An HTTP library implementation in C" -DESCRIPTION = "libsoup is an HTTP client/server library for GNOME. It uses GObjects \ -and the glib main loop, to integrate well with GNOME applications." -HOMEPAGE = "https://wiki.gnome.org/Projects/libsoup" -BUGTRACKER = "https://bugzilla.gnome.org/" -SECTION = "x11/gnome/libs" -LICENSE = "LGPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" - -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] = "62959f791e8e8442f8c13cedac8c4919d78f9120d5bb5301be67a5e53318b4a3" - -PROVIDES = "libsoup-3.0" -CVE_PRODUCT = "libsoup" - -S = "${WORKDIR}/libsoup-${PV}" - -inherit meson gettext pkgconfig upstream-version-is-even gobject-introspection gi-docgen vala - -GIR_MESON_ENABLE_FLAG = 'enabled' -GIR_MESON_DISABLE_FLAG = 'disabled' - -PACKAGECONFIG ??= "" -PACKAGECONFIG[brotli] = "-Dbrotli=enabled,-Dbrotli=disabled,brotli" -PACKAGECONFIG[gssapi] = "-Dgssapi=enabled,-Dgssapi=disabled,krb5" -PACKAGECONFIG[ntlm] = "-Dntlm=enabled,-Dntlm=disabled" -PACKAGECONFIG[sysprof] = "-Dsysprof=enabled,-Dsysprof=disabled,sysprof" - -# Tell libsoup where the target ntlm_auth is installed -do_write_config:append:class-target() { - cat >${WORKDIR}/soup.cross <${WORKDIR}/soup.cross <