Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libsoup2-devel-2.74.3-3.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: libsoup2-devel Distribution: openSUSE:Factory:zSystems
Version: 2.74.3 Vendor: openSUSE
Release: 3.1 Build date: Fri Dec 15 22:27:11 2023
Group: Development/Libraries/GNOME Build host: s390zl2a
Size: 4012207 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 - 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

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* 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

Files

/usr/include/libsoup-2.4
/usr/include/libsoup-2.4/libsoup
/usr/include/libsoup-2.4/libsoup/soup-address.h
/usr/include/libsoup-2.4/libsoup/soup-auth-domain-basic.h
/usr/include/libsoup-2.4/libsoup/soup-auth-domain-digest.h
/usr/include/libsoup-2.4/libsoup/soup-auth-domain.h
/usr/include/libsoup-2.4/libsoup/soup-auth-manager.h
/usr/include/libsoup-2.4/libsoup/soup-auth.h
/usr/include/libsoup-2.4/libsoup/soup-autocleanups.h
/usr/include/libsoup-2.4/libsoup/soup-cache.h
/usr/include/libsoup-2.4/libsoup/soup-content-decoder.h
/usr/include/libsoup-2.4/libsoup/soup-content-sniffer.h
/usr/include/libsoup-2.4/libsoup/soup-cookie-jar-db.h
/usr/include/libsoup-2.4/libsoup/soup-cookie-jar-text.h
/usr/include/libsoup-2.4/libsoup/soup-cookie-jar.h
/usr/include/libsoup-2.4/libsoup/soup-cookie.h
/usr/include/libsoup-2.4/libsoup/soup-date.h
/usr/include/libsoup-2.4/libsoup/soup-enum-types.h
/usr/include/libsoup-2.4/libsoup/soup-form.h
/usr/include/libsoup-2.4/libsoup/soup-headers.h
/usr/include/libsoup-2.4/libsoup/soup-hsts-enforcer-db.h
/usr/include/libsoup-2.4/libsoup/soup-hsts-enforcer.h
/usr/include/libsoup-2.4/libsoup/soup-hsts-policy.h
/usr/include/libsoup-2.4/libsoup/soup-logger.h
/usr/include/libsoup-2.4/libsoup/soup-message-body.h
/usr/include/libsoup-2.4/libsoup/soup-message-headers.h
/usr/include/libsoup-2.4/libsoup/soup-message.h
/usr/include/libsoup-2.4/libsoup/soup-method.h
/usr/include/libsoup-2.4/libsoup/soup-misc.h
/usr/include/libsoup-2.4/libsoup/soup-multipart-input-stream.h
/usr/include/libsoup-2.4/libsoup/soup-multipart.h
/usr/include/libsoup-2.4/libsoup/soup-password-manager.h
/usr/include/libsoup-2.4/libsoup/soup-portability.h
/usr/include/libsoup-2.4/libsoup/soup-proxy-resolver-default.h
/usr/include/libsoup-2.4/libsoup/soup-proxy-resolver.h
/usr/include/libsoup-2.4/libsoup/soup-proxy-uri-resolver.h
/usr/include/libsoup-2.4/libsoup/soup-request-data.h
/usr/include/libsoup-2.4/libsoup/soup-request-file.h
/usr/include/libsoup-2.4/libsoup/soup-request-http.h
/usr/include/libsoup-2.4/libsoup/soup-request.h
/usr/include/libsoup-2.4/libsoup/soup-requester.h
/usr/include/libsoup-2.4/libsoup/soup-server.h
/usr/include/libsoup-2.4/libsoup/soup-session-async.h
/usr/include/libsoup-2.4/libsoup/soup-session-feature.h
/usr/include/libsoup-2.4/libsoup/soup-session-sync.h
/usr/include/libsoup-2.4/libsoup/soup-session.h
/usr/include/libsoup-2.4/libsoup/soup-socket.h
/usr/include/libsoup-2.4/libsoup/soup-status.h
/usr/include/libsoup-2.4/libsoup/soup-tld.h
/usr/include/libsoup-2.4/libsoup/soup-types.h
/usr/include/libsoup-2.4/libsoup/soup-uri.h
/usr/include/libsoup-2.4/libsoup/soup-value-utils.h
/usr/include/libsoup-2.4/libsoup/soup-version.h
/usr/include/libsoup-2.4/libsoup/soup-websocket-connection.h
/usr/include/libsoup-2.4/libsoup/soup-websocket-extension-deflate.h
/usr/include/libsoup-2.4/libsoup/soup-websocket-extension-manager.h
/usr/include/libsoup-2.4/libsoup/soup-websocket-extension.h
/usr/include/libsoup-2.4/libsoup/soup-websocket.h
/usr/include/libsoup-2.4/libsoup/soup-xmlrpc-old.h
/usr/include/libsoup-2.4/libsoup/soup-xmlrpc.h
/usr/include/libsoup-2.4/libsoup/soup.h
/usr/include/libsoup-gnome-2.4
/usr/include/libsoup-gnome-2.4/libsoup
/usr/include/libsoup-gnome-2.4/libsoup/soup-cookie-jar-sqlite.h
/usr/include/libsoup-gnome-2.4/libsoup/soup-gnome-features.h
/usr/include/libsoup-gnome-2.4/libsoup/soup-gnome.h
/usr/lib64/libsoup-2.4.so
/usr/lib64/libsoup-gnome-2.4.so
/usr/lib64/pkgconfig/libsoup-2.4.pc
/usr/lib64/pkgconfig/libsoup-gnome-2.4.pc
/usr/share/doc/packages/libsoup2-devel
/usr/share/doc/packages/libsoup2-devel/AUTHORS
/usr/share/doc/packages/libsoup2-devel/README
/usr/share/gir-1.0/Soup-2.4.gir
/usr/share/gir-1.0/SoupGNOME-2.4.gir
/usr/share/gtk-doc/html/libsoup-2.4
/usr/share/gtk-doc/html/libsoup-2.4/SoupAddress.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupAuth.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupAuthDomain.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainBasic.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupAuthDomainDigest.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupAuthManager.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupCache.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupContentDecoder.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupContentSniffer.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupCookie.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupCookieJar.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupCookieJarDB.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupCookieJarText.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupHSTSEnforcer.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupHSTSEnforcerDB.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupLogger.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupMessage.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupMessageBody.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupMessageHeaders.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupMultipart.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupMultipartInputStream.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupProxyResolverDefault.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupRequest.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupRequestData.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupRequestFile.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupRequestHTTP.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupServer.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupSession.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupSocket.html
/usr/share/gtk-doc/html/libsoup-2.4/SoupURI.html
/usr/share/gtk-doc/html/libsoup-2.4/annotation-glossary.html
/usr/share/gtk-doc/html/libsoup-2.4/ch01.html
/usr/share/gtk-doc/html/libsoup-2.4/ch02.html
/usr/share/gtk-doc/html/libsoup-2.4/ch03.html
/usr/share/gtk-doc/html/libsoup-2.4/ch04.html
/usr/share/gtk-doc/html/libsoup-2.4/ch05.html
/usr/share/gtk-doc/html/libsoup-2.4/home.png
/usr/share/gtk-doc/html/libsoup-2.4/index.html
/usr/share/gtk-doc/html/libsoup-2.4/ix01.html
/usr/share/gtk-doc/html/libsoup-2.4/left-insensitive.png
/usr/share/gtk-doc/html/libsoup-2.4/left.png
/usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-HTML-Form-Support.html
/usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Soup-Miscellaneous-Utilities.html
/usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-SoupServer-deprecated-API.html
/usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Top-Level-Domain-utils.html
/usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-Version-Information.html
/usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-WebSockets.html
/usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-XMLRPC-Support.html
/usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-method.html
/usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4-soup-status.html
/usr/share/gtk-doc/html/libsoup-2.4/libsoup-2.4.devhelp2
/usr/share/gtk-doc/html/libsoup-2.4/libsoup-build-howto.html
/usr/share/gtk-doc/html/libsoup-2.4/libsoup-client-howto.html
/usr/share/gtk-doc/html/libsoup-2.4/libsoup-request-howto.html
/usr/share/gtk-doc/html/libsoup-2.4/libsoup-server-howto.html
/usr/share/gtk-doc/html/libsoup-2.4/libsoup-session-porting.html
/usr/share/gtk-doc/html/libsoup-2.4/right-insensitive.png
/usr/share/gtk-doc/html/libsoup-2.4/right.png
/usr/share/gtk-doc/html/libsoup-2.4/style.css
/usr/share/gtk-doc/html/libsoup-2.4/up-insensitive.png
/usr/share/gtk-doc/html/libsoup-2.4/up.png
/usr/share/vala/vapi
/usr/share/vala/vapi/libsoup-2.4.deps
/usr/share/vala/vapi/libsoup-2.4.vapi


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024