Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libsoup-devel | Distribution: openSUSE Tumbleweed |
Version: 3.0.6 | Vendor: openSUSE |
Release: 1.4 | Build date: Wed Jun 15 06:17:08 2022 |
Group: Development/Libraries/GNOME | Build host: lamb56 |
Size: 2758850 | Source RPM: libsoup-3.0.6-1.4.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://wiki.gnome.org/Projects/libsoup | |
Summary: HTTP client/server library for GNOME - Development Files |
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
* Fri Apr 01 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 3.0.6: + Misc HTTP/2 fixes. + Add PUT/POST support to examples/get. + Add `--user-agent` option to examples/get. + Misc meson improvements. + Fix build with Visual Studio. * Fri Mar 18 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 3.0.5: + Misc HTTP/2 fixes. + Fix missing files for installed-tests. + Fix SoupServer not properly handling invalid percent encoded paths. + Fix other areas not properly handling invalid percent encoded paths. + Fix SoupLogger:max-body-size of 0 meaning log nothing. * Fri Jan 07 2022 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 3.0.4: + Fix HTTP/2 not properly handling socket timeouts. + Improvements to test reliablity. + Fix cross-compiling to Windows. + Fix tests with development glib-networking. + Expose soup_uri_copy() to Vala. * Wed Nov 24 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 3.0.3: + Fix various HTTP/2 issues. + Error when libsoup2 has been loaded before libsoup3. + Fix memory leak when using TLS. * Fri Nov 05 2021 Dominique Leuenberger <dimstar@opensuse.org> - Require libsoup-3_0-0 instead of libsoup by in the devel package: defacto the same package, as the library provides the base name, but more explicit and clearer. * Sun Oct 24 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 3.0.2: + Add support for multiple auth challenges in one response. + Fix SoupCache test failures on 32bit + Don't treat `-Wincompatible-pointer-types` as error. The `glib-mkenums` tool sometimes triggered this. + Improve `gssapi` dependency handling. + Fix undefined `ssize_t` on Windows. + Updated translations. - No longer ignore test failure on 32-bit arches, fixed upstream. * Thu Sep 30 2021 Guillaume GARDET <guillaume.gardet@opensuse.org> - Ignore test failure on 32-bit arm, as it is done for 32-bit x86 https://gitlab.gnome.org/GNOME/libsoup/-/issues/236 * Sun Sep 26 2021 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 3.0.1: + Move python overrides to upstream pygobject. + Fix minor build warnings. - Drop python3-Soup sub-package following upstream changes. * Mon Sep 20 2021 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 3.0.0: + Remove unused dependency on libxml. + Use G_DECLARE_FINAL_TYPE when applicable and bump GLib dependency to 2.69.1. + Add PyGObject overrides for SoupMessageHeaders to behave like a dict. + Fix soup_message_add_status_code_handler() in Vala. + Ensure that all header values are valid UTF-8, other encodings are not supported. + Support Content-Disposition headers missing a disposition-type. - Drop pkgconfig(libxml-2.0) BuildRequires: follow upstream. - Split out new python3-Soup package. * Thu Sep 16 2021 Stanislav Brabec <sbrabec@suse.com> - Remove obsolete translation-update-upstream support (jsc#SLE-21105). * Wed Aug 25 2021 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 2.99.9: + Make soup_message_set_method() public API. + Make SoupMessage:http-version read only. + Prevent the same message being queued multiple times. + Allow completing SoupMessage::tls-interaction with NULL certificate. + Replace soup_server_set_ssl_cert_file() with soup_server_set_tls_certificate(). + Add SoupServer support for client certificates. + Fallback to building meson wrap of sqlite if not found. + Add soup_message_get_tls_protocol_version() and soup_message_get_tls_ciphersuite_name() API. - Changes from version 2.99.8: + Enable HTTP/2 by default. The SOUP_FORCE_HTTP1 env var can disable for debugging. + Restrict advertising brotli decoding support to HTTPS. + Add new API to handle client certificate authentication per-message as well as API to PKCS #11 PINs. + Add new build features `http2_tests` and `pkcs11_tests` to more granularly control optional test dependencies. - Changes from version 2.99.7: + Change SoupSession to only support one SoupSessionFeature of a given type. + Remove soup_session_get_features() API. + Numerous HTTP/2 fixes and improvements. - Changes from version 2.99.6: + Added HTTP/2 support. Enable by setting `SOUP_ENABLE_HTTP2` env var. - Changes from version 2.99.5: + Add soup_message_get_remote_address() API. + Fix preconnect stealing a connection. + Fix potential header issues when included in a C++ project. + Disabling tests also disables Autobahn tests by default. - Changes from version 2.99.4: + Rename SoupMessage:tls-certificate and SoupMessage:tls-certificate-errors to tls-peer-certificate and tls-peer-certificate-errors respectively. + Add SoupMessageMetrics API for tracking message events, + Add soup_message_get_connection_id() API. + Add WebSocket fuzzing tests with Autobahn. - Add pkgconfig(gnutls) and pkgconfig(libnghttp2) BuildRequires: new dependencies. - Rename libsoup-2_4-1 subpackage to libsoup-3_0-0: follow upstream library name change. - Pass -Dautobahn=disabled -Dhttp2_tests=disabled to meson: disable some tests, as we do not have all deps available. - Drop libsoup-skip-tls_interaction-test.patch: no longer needed. * 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 * Fri Dec 20 2019 olaf@aepfle.de - meson >=0.50 is required for building * Wed Dec 04 2019 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.68.3: + Fixes to testing infrastructure. + Enable GNOME support in mingw. + Allow introspection in cross builds. + Updated translations. * Tue Oct 15 2019 Dominique Leuenberger <dimstar@opensuse.org> - Disable NTLM for the time being (causes build cycle): + Drop samba-winbind BuildRequires. + Pass -Dntlm=disabled to meson. * Wed Oct 09 2019 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.68.2: + Documentation fixes. + Windows compatibility test fixes. + WebSockets: client_max_window_bits in server must have a value. + build: improve diagnostics when detecting Apache. + NTLM: Make v2 authentication more robust. + Updated translations. * Thu Sep 12 2019 Michael Gorse <mgorse@suse.com> - Update to version 2.68.1: + Several memory leaks fixed in tests, examples, and parsing code. + SoupServer: Fixes to Windows path handling. + Changes in version 2.68.0: + Updated translations. + Changes in version 2.67.93: + SoupMessage: Handle Transfer-Encoding: identity for compatibility reasons. + WebSockets: Only poll IO stream when needed. + WebSockets: Properly set cookies received during handshake. + WebSockets: Plug a couple of memory leaks and fix a few read-after-free memory errors. + WebSockets: document how web socket extensions should treat buffers in case of error. + SoupSession: Don't reset user GCancellable internally. + Tests: Make tests installable. + Remove deprecate GTimeVal internal usage. + CI: increase coverage by enabling all features during testing. + Updated translations. * Wed Sep 11 2019 mgorse@suse.com - Update to version 2.67.92: + Silence GTimeVal deprecation warnings. + API documentation and annotation fixes. + Plug a couple of NTLM authentication memory leaks. + Meson: Use feature options. + Meson: Do not fallback to system krb5-config for cross-compilation. + NTLM: Fix build with NTLM enabled. + Updated translations. - Changes from version 2.67.91: + HSTS: New API to retrieve information about existing HSTS policies. + Updated translations. - Changes from version 2.67.90: + WebSockets: add support for WebSocket extensions via new SoupWebsocketExtensionManager and SoupWebsocketExtension API. + WebSockets: add support for the permessage-deflate extension, enabled by default in SoupServer and in the client side only if SoupWebsocketExtensionManager is added to a session. + WebSockets: Allow sending close frames with no body. + WebSockets: ignore messages after close has been sent and received. + Meson: tls-check improved. + Meson: improve Apache checks. - Changes from version 2.67.3: + WebSockets: allow sending empty binary data. + WebSockets: fail and load the connection on invalid payload length. + WebSockets: allow NULL characters in text messages data. + WebSockets: Close connection on wrongly masked/unmasked frame as per RFC. + WebSockets: other code fixes. + NTLM: Fix NTLMv2 authentication. + SoupMessage: fix several deprecation warnings related to private data. - Changes from version 2.67.2: + gobject-introspection: Fix annotation for soup_auth_new(). + brotli: Do not advertise the decoder as it's failing with some websites. + Meson: Fix xml2 and sqlite fallbacks. + HSTS: Add SoupHSTSEnforcer:hsts-enforced signal. + HSTS: Fixes to the types used to store policies in the SQLite storage. + HSTS: Accept Strict-Transport-Security regardless of casing. + WebSockets: Ensure messages finishes when handshake fails. + WebSockets: Fix critical warnings and test failures. - Changes from version 2.67.1: + Add a brotli decoder. This adds a new dependency on libbrotli. + Add strict secure cookies support. + Add HSTS enforcer SoupSession feature (with both memory and sqlite backends). + meson gtk-doc documentation fixes. - Add libbrotlidec to BuildRequires. - Adjust meson: need "enabled" rather than "true" in a few places. - Add samba-winbind to BuildRequires: meson checks for ntlm_auth. - Meson: doc option is now gtk_doc. - Add libsoup-disable-hsts-tests.patch: these require *.localhost to resolve. * Wed Sep 11 2019 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.66.3: + docs: various gtk-doc fixes. + SoupServer: Fixes to Windows path handling. - Update options passed to meson following upstream changes. * Thu May 16 2019 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.66.2: + Make gettext optional (might not be available in Windows). + MSVC: set encoding to UTF-8 to avoid errors. + MinGW tests build fix. + Check for TLS support only when external glib dependency is available. * Wed Apr 10 2019 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.66.1: + Fix dylib versioning in MacOS. + Visual Studio build fixes. + MinGW build fixes. + Meson build system improvements. + Fix random CI failures due to parallel apache tests. + Code cleanups. * Tue Mar 12 2019 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.66.0: + Fix lookup for libxml2 on Visual Studio builds. - Add meson_test macro in check section, run tests during build. * Tue Mar 05 2019 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 2.65.92: + SoupConnection: Fix check for remote disconnectin idle state. + Code cleanups and warnings fixed. + Remove stale .pc.in files. + Updated translations. * Wed Feb 20 2019 bjorn.lie@gmail.com - Update to version 2.65.91: + Remove RFCs from sources. * Wed Feb 13 2019 bjorn.lie@gmail.com - Update to version 2.65.90: + Avoid using threads in SoupRequestFile asynchronous API. * Wed Feb 06 2019 bjorn.lie@gmail.com - Fix translation-update-upstream call, needed after update of translation-update-upstream in distro. * Mon Jan 21 2019 bjorn.lie@gmail.com - Update to version 2.65.2: + Remove autotools build system and change to meson by default. + Many fixes to Meson. + Improvements to the continuous integration infrastructure + Make sure SoupSession features are not disposed until all pending messages are processed. + Updated translations. * Thu Jan 03 2019 bjorn.lie@gmail.com - Update to version 2.65.1: + Added MTLMv2 responses support. + Many fixes to the meson build system. + Remove Visual Studio project files. + Enable VAPI by default. + New strict header field parameter parsing API. + Code cleanups. + Updated translations. - Drop meson and apidocs beconds and conditionals, fixed upstream.
/usr/include/libsoup-3.0 /usr/include/libsoup-3.0/libsoup /usr/include/libsoup-3.0/libsoup/soup-auth-domain-basic.h /usr/include/libsoup-3.0/libsoup/soup-auth-domain-digest.h /usr/include/libsoup-3.0/libsoup/soup-auth-domain.h /usr/include/libsoup-3.0/libsoup/soup-auth-manager.h /usr/include/libsoup-3.0/libsoup/soup-auth.h /usr/include/libsoup-3.0/libsoup/soup-cache.h /usr/include/libsoup-3.0/libsoup/soup-content-decoder.h /usr/include/libsoup-3.0/libsoup/soup-content-sniffer.h /usr/include/libsoup-3.0/libsoup/soup-cookie-jar-db.h /usr/include/libsoup-3.0/libsoup/soup-cookie-jar-text.h /usr/include/libsoup-3.0/libsoup/soup-cookie-jar.h /usr/include/libsoup-3.0/libsoup/soup-cookie.h /usr/include/libsoup-3.0/libsoup/soup-date-utils.h /usr/include/libsoup-3.0/libsoup/soup-enum-types.h /usr/include/libsoup-3.0/libsoup/soup-form.h /usr/include/libsoup-3.0/libsoup/soup-headers.h /usr/include/libsoup-3.0/libsoup/soup-hsts-enforcer-db.h /usr/include/libsoup-3.0/libsoup/soup-hsts-enforcer.h /usr/include/libsoup-3.0/libsoup/soup-hsts-policy.h /usr/include/libsoup-3.0/libsoup/soup-logger.h /usr/include/libsoup-3.0/libsoup/soup-message-body.h /usr/include/libsoup-3.0/libsoup/soup-message-headers.h /usr/include/libsoup-3.0/libsoup/soup-message-metrics.h /usr/include/libsoup-3.0/libsoup/soup-message.h /usr/include/libsoup-3.0/libsoup/soup-method.h /usr/include/libsoup-3.0/libsoup/soup-multipart-input-stream.h /usr/include/libsoup-3.0/libsoup/soup-multipart.h /usr/include/libsoup-3.0/libsoup/soup-server-message.h /usr/include/libsoup-3.0/libsoup/soup-server.h /usr/include/libsoup-3.0/libsoup/soup-session-feature.h /usr/include/libsoup-3.0/libsoup/soup-session.h /usr/include/libsoup-3.0/libsoup/soup-status.h /usr/include/libsoup-3.0/libsoup/soup-tld.h /usr/include/libsoup-3.0/libsoup/soup-types.h /usr/include/libsoup-3.0/libsoup/soup-uri-utils.h /usr/include/libsoup-3.0/libsoup/soup-version.h /usr/include/libsoup-3.0/libsoup/soup-websocket-connection.h /usr/include/libsoup-3.0/libsoup/soup-websocket-extension-deflate.h /usr/include/libsoup-3.0/libsoup/soup-websocket-extension-manager.h /usr/include/libsoup-3.0/libsoup/soup-websocket-extension.h /usr/include/libsoup-3.0/libsoup/soup-websocket.h /usr/include/libsoup-3.0/libsoup/soup.h /usr/lib/libsoup-3.0.so /usr/lib/pkgconfig/libsoup-3.0.pc /usr/share/doc/packages/libsoup-devel /usr/share/doc/packages/libsoup-devel/AUTHORS /usr/share/doc/packages/libsoup-devel/README /usr/share/gir-1.0/Soup-3.0.gir /usr/share/gtk-doc/html/libsoup-3.0 /usr/share/gtk-doc/html/libsoup-3.0/SoupAuth.html /usr/share/gtk-doc/html/libsoup-3.0/SoupAuthDomain.html /usr/share/gtk-doc/html/libsoup-3.0/SoupAuthDomainBasic.html /usr/share/gtk-doc/html/libsoup-3.0/SoupAuthDomainDigest.html /usr/share/gtk-doc/html/libsoup-3.0/SoupAuthManager.html /usr/share/gtk-doc/html/libsoup-3.0/SoupCache.html /usr/share/gtk-doc/html/libsoup-3.0/SoupContentDecoder.html /usr/share/gtk-doc/html/libsoup-3.0/SoupContentSniffer.html /usr/share/gtk-doc/html/libsoup-3.0/SoupCookie.html /usr/share/gtk-doc/html/libsoup-3.0/SoupCookieJar.html /usr/share/gtk-doc/html/libsoup-3.0/SoupCookieJarDB.html /usr/share/gtk-doc/html/libsoup-3.0/SoupCookieJarText.html /usr/share/gtk-doc/html/libsoup-3.0/SoupDateTime.html /usr/share/gtk-doc/html/libsoup-3.0/SoupForm.html /usr/share/gtk-doc/html/libsoup-3.0/SoupHSTSEnforcer.html /usr/share/gtk-doc/html/libsoup-3.0/SoupHSTSEnforcerDB.html /usr/share/gtk-doc/html/libsoup-3.0/SoupHSTSPolicy.html /usr/share/gtk-doc/html/libsoup-3.0/SoupHeaders.html /usr/share/gtk-doc/html/libsoup-3.0/SoupLogger.html /usr/share/gtk-doc/html/libsoup-3.0/SoupMessage.html /usr/share/gtk-doc/html/libsoup-3.0/SoupMessageBody.html /usr/share/gtk-doc/html/libsoup-3.0/SoupMessageHeaders.html /usr/share/gtk-doc/html/libsoup-3.0/SoupMessageMetrics.html /usr/share/gtk-doc/html/libsoup-3.0/SoupMethod.html /usr/share/gtk-doc/html/libsoup-3.0/SoupMultipart.html /usr/share/gtk-doc/html/libsoup-3.0/SoupMultipartInputStream.html /usr/share/gtk-doc/html/libsoup-3.0/SoupServer.html /usr/share/gtk-doc/html/libsoup-3.0/SoupServerMessage.html /usr/share/gtk-doc/html/libsoup-3.0/SoupSession.html /usr/share/gtk-doc/html/libsoup-3.0/SoupSessionFeature.html /usr/share/gtk-doc/html/libsoup-3.0/SoupStatus.html /usr/share/gtk-doc/html/libsoup-3.0/SoupTLD.html /usr/share/gtk-doc/html/libsoup-3.0/SoupURIUtils.html /usr/share/gtk-doc/html/libsoup-3.0/SoupVersion.html /usr/share/gtk-doc/html/libsoup-3.0/SoupWebsocket.html /usr/share/gtk-doc/html/libsoup-3.0/SoupWebsocketExtension.html /usr/share/gtk-doc/html/libsoup-3.0/additional-features.html /usr/share/gtk-doc/html/libsoup-3.0/annotation-glossary.html /usr/share/gtk-doc/html/libsoup-3.0/api-index-full.html /usr/share/gtk-doc/html/libsoup-3.0/ch01.html /usr/share/gtk-doc/html/libsoup-3.0/ch01s02.html /usr/share/gtk-doc/html/libsoup-3.0/ch01s03.html /usr/share/gtk-doc/html/libsoup-3.0/ch01s04.html /usr/share/gtk-doc/html/libsoup-3.0/ch02.html /usr/share/gtk-doc/html/libsoup-3.0/ch03.html /usr/share/gtk-doc/html/libsoup-3.0/ch04.html /usr/share/gtk-doc/html/libsoup-3.0/ch05s02.html /usr/share/gtk-doc/html/libsoup-3.0/ch05s03.html /usr/share/gtk-doc/html/libsoup-3.0/ch05s04.html /usr/share/gtk-doc/html/libsoup-3.0/ch05s05.html /usr/share/gtk-doc/html/libsoup-3.0/ch06.html /usr/share/gtk-doc/html/libsoup-3.0/ch07.html /usr/share/gtk-doc/html/libsoup-3.0/home.png /usr/share/gtk-doc/html/libsoup-3.0/index.html /usr/share/gtk-doc/html/libsoup-3.0/left-insensitive.png /usr/share/gtk-doc/html/libsoup-3.0/left.png /usr/share/gtk-doc/html/libsoup-3.0/libsoup-3.0.devhelp2 /usr/share/gtk-doc/html/libsoup-3.0/libsoup-server-howto.html /usr/share/gtk-doc/html/libsoup-3.0/pt01.html /usr/share/gtk-doc/html/libsoup-3.0/pt02.html /usr/share/gtk-doc/html/libsoup-3.0/right-insensitive.png /usr/share/gtk-doc/html/libsoup-3.0/right.png /usr/share/gtk-doc/html/libsoup-3.0/style.css /usr/share/gtk-doc/html/libsoup-3.0/up-insensitive.png /usr/share/gtk-doc/html/libsoup-3.0/up.png /usr/share/vala/vapi /usr/share/vala/vapi/libsoup-3.0.deps /usr/share/vala/vapi/libsoup-3.0.vapi
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jul 10 23:14:26 2022