Path to this page:
Subject: CVS commit: pkgsrc/net/libsoup3
From: David H. Gutteridge
Date: 2023-05-07 21:41:22
Message id: 20230507194122.59788FA87@cvs.NetBSD.org
Log Message:
libsoup3: update to 3.4.2
Changes in libsoup from 3.4.1 to 3.4.2:
* Revert changes to request cancellation [Patrick Griffis]
Changes in libsoup from 3.4.0 to 3.4.1:
* Fix HTTP/2 on platforms with unsigned char [Patrick Griffis]
* Change request cancellation to be handled earlier [Carlos Garcia Campos]
* Add names to GSources and source tags to GTasks to aid debugging [Philip Withnall]
Changes in libsoup from 3.3.1 to 3.4.0:
* Fix possible crash in SoupContentSniffer [Patrick Griffis ]
* Fix socket leak [Alessandro Bono]
* Add missing annotation to soup_header_g_string_append_param_quoted() \
[Luk���� Tyrychtr]
Changes in libsoup from 3.3.0 to 3.3.1:
* Fix regression in `SoupCookieJar` not handling valid Secure cookies [Patrick \
Griffis]
* Fix crash when skipping HTTP/1 response stream with chunked enconding [Carlos \
Garcia Campos]
* Change Session to unqueue finished items earlier without an extra MainContext \
iteration [Carlos Garcia Campos]
Changes in libsoup from 3.2.2 to 3.3.0:
* Add `SoupMessage::got-body-data` signal to monitor progress of reads [Carlos \
Garcia Campos]
* Add `soup_session_send_and_splice()` and \
`soup_session_send_and_splice_async()` convenience APIs [Carlos Garcia Campos]
* Add `soup_message_set_force_http1()` and `soup_message_get_force_http1()` APIs \
[Milan Crha]
* Change `soup_cookie_copy()` to not retain default ports [Patrick Griffis]
* Ensure `SoupServerMessage` socket is available in websocket handler [Carlos \
Garcia Campos]
* Fix `soup_message_new()` not erroring when URI has an empty host [Guillaume \
Desmottes]
* Fix thread-saftey issues in `SoupConnectionAuth` [Milan Crha]
* Fix various connection leaks [Biagio Festa, Carlos Garcia Campos]
* Fix the possibility of sending invalid empty `Sec-WebSocket-Protocol` header \
[Luk���� Tyrychtr]
* Fix IO errors not being handled on `CONNECT` messages [Carlos Garcia Campos]
* Numerous improvements to cookies:
* Add support for cookie prefixes (`__Secure-` and `__Host-`) [Siwei Li]
* Reject cookies with control characters in name or value [Siwei Li]
* Reject `SameSite=None` cookies without `Secure` [Siwei Li]
* Change `soup_cookie_parse()` to be more strict about what is considered \
whitespace [Siwei Li]
* Change default SameSite value to `Lax` [Amanda Falke]
* Fix `soup_cookie_equal()` with `NULL` path [Patrick Griffis]
Files: