Sync from SUSE:SLFO:Main libsoup revision 64f5bae16be24f7eabef4b11cbda2c44
This commit is contained in:
parent
439eed8c64
commit
4df26e8e81
BIN
libsoup-3.4.4.tar.xz
(Stored with Git LFS)
BIN
libsoup-3.4.4.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
libsoup-3.6.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libsoup-3.6.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 08:07:19 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.6.0:
|
||||||
|
+ Allow HTTP/2 to be used with non-HTTP proxies
|
||||||
|
- Changes from version 3.5.2:
|
||||||
|
+ Strictly forbid NUL bytes in headers
|
||||||
|
+ Fix minor leaks
|
||||||
|
- Changes from version 3.5.1:
|
||||||
|
+ Add `SOUP_METHOD_PATCH`
|
||||||
|
+ websocket: Add `SoupWebsocketConnection:keepalive-pong-timeout`
|
||||||
|
property
|
||||||
|
+ Increase maxmimum size of HTTP headers
|
||||||
|
+ Fix `soup_uri_copy()` in Vala
|
||||||
|
+ Fix leak in `soup_message_new_from_encoded_form()`
|
||||||
|
+ multipart: Improve handling of messages missing termination
|
||||||
|
+ logger:
|
||||||
|
- Fix request filter function being called with response user
|
||||||
|
data
|
||||||
|
- Fix response bodies never being logged if request bodies
|
||||||
|
aren't
|
||||||
|
- Add Soup-Host to logged headers for when Host is missing
|
||||||
|
+ cookies:
|
||||||
|
- Fix incorrect logic in determining same-site cookies
|
||||||
|
- Limit the Max-Age to 1 year
|
||||||
|
+ cookie-jar-db: Explicitly handle old databases lacking
|
||||||
|
same-site column
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 26 19:15:00 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Thu Oct 26 19:15:00 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsoup
|
# spec file for package libsoup
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%define api_version 3.0
|
%define api_version 3.0
|
||||||
Name: libsoup
|
Name: libsoup
|
||||||
Version: 3.4.4
|
Version: 3.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HTTP client/server library for GNOME
|
Summary: HTTP client/server library for GNOME
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
URL: https://wiki.gnome.org/Projects/libsoup
|
URL: https://wiki.gnome.org/Projects/libsoup
|
||||||
Source0: https://download.gnome.org/sources/libsoup/3.4/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/libsoup/3.6/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
|
||||||
BuildRequires: glib-networking
|
BuildRequires: glib-networking
|
||||||
|
Loading…
Reference in New Issue
Block a user