Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libsoup-2_4-1 | Distribution: openSUSE Tumbleweed |
Version: 2.74.3 | Vendor: openSUSE |
Release: 3.1 | Build date: Fri Dec 15 22:49:23 2023 |
Group: Development/Libraries/GNOME | Build host: i03-ch1c |
Size: 758139 | Source RPM: libsoup2-2.74.3-3.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://wiki.gnome.org/Projects/libsoup | |
Summary: HTTP client/server library for GNOME |
Libsoup is an HTTP client/server library for GNOME. It uses GObjects and the glib main loop, to integrate well with GNOME applications. Features: * Both asynchronous (GMainLoop and callback-based) and synchronous APIs * Automatically caches connections * SSL Support using GnuTLS * Proxy support, including authentication and SSL tunneling * Client support for Digest, NTLM, and Basic authentication * Server support for Digest and Basic authentication * XML-RPC support
LGPL-2.1-or-later
* Thu Dec 14 2023 Dominique Leuenberger <dimstar@opensuse.org> - Add ced3c5d8.patch: Fix build with libxml2-2.12.0 and clang-17. * Mon Jul 31 2023 Bjørn Lie <bjorn.lie@gmail.com> - Add upstream bug fixes: + 4d12c3e5.patch: lib: Add g_task_set_source_tag() everywhere + 48b3b611.patch: lib: Add names to various GSources - Drop no longer valid translation-update-upstream BuildRequires and macro. - Use ldconfig_scriptlets macro for post(un) handling. * Wed Oct 12 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.74.3: + Add missing g-i annotations to `soup_address_get_sockaddr()` and `soup_socket_read_until()`. + Add missing `extern` when building on Windows. + Update libxml2 fallback for meson wrap. + Improvements when using libsoup with meson wraps. * Wed Nov 24 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.74.2: + Error when libsoup3 is already loaded before libsoup2. * Sun Oct 24 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.74.1: + Fix support for older versions of Vala. + Fix trying to build sysprof as a subproject on Windows. + Fix missing `extern "C"` in an installed header. + Improve `gssapi` dependency handling. + Fix `libsoup-doc` build target. + Updated translations. * Sat Oct 02 2021 Bernhard Wiedemann <bwiedemann@suse.com> - Add libsoup2-extend-test-cert.patch to fix tests after 2027 (boo#1102840) * Wed Sep 29 2021 Dominique Leuenberger <dimstar@opensuse.org> - Add Provides: libsoup2 to the library, so that the lang package is installable. - Remove the left-over provides/obsoltes for libsoup (which is now libsoup 3). * Wed Aug 25 2021 Dominique Leuenberger <dimstar@opensuse.org> - Rename source package to libsoup2, as a compatibility package while the world moves to libsoup3 (with HTTP/2 support). * Mon Aug 23 2021 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.74.0: + IMPORTANT: Enable ssl-use-system-ca-file by default on deprecated Sync and Async sessions. + Fix including headers in C++ projects. + Fix attempting to resolve relative paths with data URIs. + Support Content-Disposition headers without a disposition-type. + Fix building VAPI bindings with latest Vala. + Fix sending a Content-Length header in a response with status code of 1xx or 204. + Updated translations. - Drop libsoup-fix-SSL-test.patch: fixed upstream. * Fri Feb 26 2021 Pedro Monreal <pmonreal@suse.com> - Run the regression tests using GnuTLS NORMAL priority * Mon Feb 08 2021 Pedro Monreal <pmonreal@suse.com> - Disable tls_interaction-test until resolved upstream * See https://gitlab.gnome.org/GNOME/libsoup/issues/120 - Add libsoup-skip-tls_interaction-test.patch * Mon Feb 08 2021 Pedro Monreal <pmonreal@suse.com> - Fix tests: fix SSL test with glib-networking >= 2.65.90 * See https://gitlab.gnome.org/GNOME/libsoup/issues/201 - Add libsoup-fix-SSL-test.patch - Remove patches: * libsoup-disable-ssl-tests.patch * libsoup-disable-hsts-tests.patch * Thu Nov 12 2020 Dominique Leuenberger <dimstar@opensuse.org> - Disable sysprof integration: this causes a nasty build cycle. + Pass -Dsysprof=disabled to meson. + Remove pkgconfig(sysprof-4) and pkgconfig(sysprof-capture-4), as well as pkgconfig(sysprof-4) in the devel project. * Mon Sep 14 2020 dimstar@opensuse.org - Update to version 2.72.0: + Fix critical after cancelling a message that failed auth. + Updated translations. * Sat Sep 05 2020 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.71.1: + Add support for 308 Premanent Redirect. + Add basic sysprof profiling for HTTP messages. + Various build fixes. + Updated translations. - Add pkgconfig(sysprof-4) and pkgconfig(sysprof-capture-4) BuildRequires: new dependencies. * Fri Sep 04 2020 dimstar@opensuse.org - Update to version 2.71.0: + Redesign directory list returned for `file://` requests. + Add `SOUP_COOKIE_JAR_ACCEPT_GRANDFATHERED_THIRD_PARTY` policy. + Add soup_message_is_feature_disabled() API. + Fix potential leak when setting SoupSession:tls-interaction. + Fix building with Visual Studio. + Updated translations. - Drop libsoup-test-utils-fix.patch: fixed upstream. * Mon May 11 2020 Dominique Leuenberger <dimstar@opensuse.org> - Autodetect the location of krb5-config: krb5 adds itself to $PATH. * Thu Apr 16 2020 Bjørn Lie <bjorn.lie@gmail.com> - Add libsoup-disable-ssl-tests.patch: Disable ssl tests, as they randomly fail for all arches (glgo#GNOME/libsoup#188). - Rebase/refresh patches. * Tue Mar 24 2020 Bjørn Lie <bjorn.lie@gmail.com> - Add libsoup-test-utils-fix.patch: test-utils: Clarify meaning of an environment variable. * Sat Mar 07 2020 bjorn.lie@gmail.com - Update to version 2.70.0: + Deprecate SoupSession:proxy-uri. + Updated translations. * Wed Feb 26 2020 dimstar@opensuse.org - Update to version 2.69.90: + Add new API to expose support for same-site cookies. + Fix TRACE method not being considered safe and idempotent internally. + WebSockets: ensure a new connection is created for WebSocket requests. + WebSockets: do not start the input source when IO is closing. + Deprecate soup_date_to_timeval(). + build: Update glib requirement to 2.58. + Updated translations. * Wed Feb 26 2020 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.68.4: + WebSockets: - Ensure a new connection is created for WebSocket requests. - Do not start the input source when IO is closing. + build: Update glib requirement to 2.58. * Sat Jan 25 2020 Dominique Leuenberger <dimstar@opensuse.org> - No longer recommend -lang: supplements are in use * Thu Jan 09 2020 olaf@aepfle.de - Usage of g_canonicalize_filename requires glib 2.58
/usr/lib64/libsoup-2.4.so.1 /usr/lib64/libsoup-2.4.so.1.11.2 /usr/lib64/libsoup-gnome-2.4.so.1 /usr/lib64/libsoup-gnome-2.4.so.1.11.2 /usr/share/doc/packages/libsoup-2_4-1 /usr/share/doc/packages/libsoup-2_4-1/NEWS /usr/share/licenses/libsoup-2_4-1 /usr/share/licenses/libsoup-2_4-1/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Nov 13 00:41:02 2024