Changes in libsoup from 3.6.0 to 3.6.1: * Fix `soup_uri_copy()` reading port as a long instead of an int [Artem Sinkevich] * Fix possible NULL deref in `soup_uri_decode_data_uri()` [Ar Jun] * Fix possible overflow in `SoupContentSniffer` [Ar Jun] * Fix assertion in `soup_uri_decode_data_uri()` on URLs with a path starting with `//` [Patrick Griffis] * headers: Be more robust against invalid input when parsing params [Patrick Griffis] * websocket: Fix possibility of being stuck in a read loop [Ignacio Casal Quinteiro]