[Buildroot] [PATCH v1] package/libsoup3: bump to 3.6.5
Arnout Vandecappelle
arnout at rnout.be
Wed Apr 16 21:22:10 UTC 2025
On 30/03/2025 16:28, Thomas Devoogdt wrote:
> News:
> - https://download.gnome.org/sources/libsoup/3.6/libsoup-3.6.3.news
> - https://download.gnome.org/sources/libsoup/3.6/libsoup-3.6.4.news
> - https://download.gnome.org/sources/libsoup/3.6/libsoup-3.6.5.news
>
> Also drop the krb5_config, which was dropped in commit
> https://gitlab.gnome.org/GNOME/libsoup/-/commit/123eb029bf3fa08f3c45678c0a43ae4b930e6631.
>
> Signed-off-by: Thomas Devoogdt <thomas at devoogdt.com>
Applied to 2025.02.x, 2024.11.x and 2024.02.x, thanks.
Regards,
Arnout
> ---
> package/libsoup3/libsoup3.hash | 4 ++--
> package/libsoup3/libsoup3.mk | 6 ++----
> 2 files changed, 4 insertions(+), 6 deletions(-)
>
> diff --git a/package/libsoup3/libsoup3.hash b/package/libsoup3/libsoup3.hash
> index 23af347903..32aa7382fa 100644
> --- a/package/libsoup3/libsoup3.hash
> +++ b/package/libsoup3/libsoup3.hash
> @@ -1,4 +1,4 @@
> -# From https://download.gnome.org/sources/libsoup/3.6/libsoup-3.6.1.sha256sum
> -sha256 ceb1f1aa2bdd73b2cd8159d3998c96c55ef097ef15e4b4f36029209fa18af838 libsoup-3.6.1.tar.xz
> +# From https://download.gnome.org/sources/libsoup/3.6/libsoup-3.6.5.sha256sum
> +sha256 6891765aac3e949017945c3eaebd8cc8216df772456dc9f460976fbdb7ada234 libsoup-3.6.5.tar.xz
> # Locally calculated
> sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c COPYING
> diff --git a/package/libsoup3/libsoup3.mk b/package/libsoup3/libsoup3.mk
> index f2f96c2def..0db587a93a 100644
> --- a/package/libsoup3/libsoup3.mk
> +++ b/package/libsoup3/libsoup3.mk
> @@ -5,7 +5,7 @@
> ################################################################################
>
> LIBSOUP3_VERSION_MAJOR = 3.6
> -LIBSOUP3_VERSION = $(LIBSOUP3_VERSION_MAJOR).1
> +LIBSOUP3_VERSION = $(LIBSOUP3_VERSION_MAJOR).5
> LIBSOUP3_SOURCE = libsoup-$(LIBSOUP3_VERSION).tar.xz
> LIBSOUP3_SITE = https://download.gnome.org/sources/libsoup/$(LIBSOUP3_VERSION_MAJOR)
> LIBSOUP3_LICENSE = LGPL-2.0+
> @@ -45,9 +45,7 @@ LIBSOUP3_CONF_OPTS += -Dintrospection=disabled -Dvapi=disabled
> endif
>
> ifeq ($(BR2_PACKAGE_LIBKRB5),y)
> -LIBSOUP3_CONF_OPTS += \
> - -Dgssapi=enabled \
> - -Dkrb5_config=$(STAGING_DIR)/usr/bin/krb5-config
> +LIBSOUP3_CONF_OPTS += -Dgssapi=enabled
> LIBSOUP3_DEPENDENCIES += libkrb5
> else
> LIBSOUP3_CONF_OPTS += -Dgssapi=disabled
More information about the buildroot
mailing list