Sync from SUSE:SLFO:Main libsoup revision 9b37629dae83b8325f5392355a941aef

This commit is contained in:
Adrian Schröter 2025-02-20 09:46:18 +01:00
parent b9ab44f4db
commit 8cf8326572
6 changed files with 61 additions and 7 deletions

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/libsoup.git</param>
<param name="revision">3.6.4</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

BIN
libsoup-3.6.1.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
libsoup-3.6.4.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Jan 16 22:43:37 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.6.4:
+ http2: Fix regression on 32bit systems when reading response
data.
-------------------------------------------------------------------
Sat Jan 11 21:15:48 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.6.3:
+ http2: Significantly reduce memory usage of large requests
+ server: Treat `ECONNREFUSED` when listening on IPv6 as
unsupported
+ auth-digest: Fix handling missing nonce/realm in responses, as
well as a leak
+ In `soup_uri_decode_data_uri()` fix handling of URIs with a
path beginning with `//`
+ In `soup_message_headers_get_content_disposition()` fix
possibility of NULL-deref and double-free
+ In `soup_header_parse_quality_list()` fix leak
+ In `soup_form_decode_multipart()` fix ownership annotation for
the multipart object
-------------------------------------------------------------------
Thu Dec 12 13:13:19 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.6.1+4:
+ Fix ownership annotatin for soup_form_decode_multipart().
- Convert to obs_scm source service: allow for easier maintenance.
-------------------------------------------------------------------
Wed Dec 4 22:17:12 UTC 2024 - Michael Gorse <mgorse@suse.com>

4
libsoup.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: libsoup
version: 3.6.4
mtime: 1737061399
commit: 052850fc8d88fbd256e7303acca0710380f8d259

View File

@ -1,7 +1,7 @@
#
# spec file for package libsoup
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,13 @@
%define api_version 3.0
Name: libsoup
Version: 3.6.1
Version: 3.6.4
Release: 0
Summary: HTTP client/server library for GNOME
License: LGPL-2.1-or-later
Group: Development/Libraries/GNOME
URL: https://wiki.gnome.org/Projects/libsoupS
Source0: https://download.gnome.org/sources/libsoup/3.6/%{name}-%{version}.tar.xz
URL: https://wiki.gnome.org/Projects/libsoup
Source0: %{name}-%{version}.tar.zst
Source99: baselibs.conf
BuildRequires: glib-networking