pkgsrc/net/libsoup/PLIST

142 lines
5.8 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.16 2020/03/10 22:55:25 wiz Exp $
include/libsoup-2.4/libsoup/soup-address.h
include/libsoup-2.4/libsoup/soup-auth-domain-basic.h
include/libsoup-2.4/libsoup/soup-auth-domain-digest.h
include/libsoup-2.4/libsoup/soup-auth-domain.h
include/libsoup-2.4/libsoup/soup-auth-manager.h
include/libsoup-2.4/libsoup/soup-auth.h
Update net/libsoup to 2.53.2. Changes: Changes in libsoup from 2.53.1 to 2.53.2: * Fixed up symbol visibility handling for mingw by copying GLib's system [Ignacio Casal Quinteiro, #757146] * Finally marked the old SoupSessionAsync and SoupSessionSync methods as deprecated [Ignacio Casal Quinteiro, Dan Winship, #757146] * Added libsoup-2.4.deps for valac [Rico Tzschichholz] * Make it possible to build from git without gtk-doc being installed [Ignacio Casal Quinteiro] * Updated translations: Norwegian bokmål, Occitan Changes in libsoup from 2.52.1 to 2.53.1: * Really fixed build under MinGW for sure this time [Ignacio Casal Quinteiro] * Fixed SoupServer Web Sockets code so that the SoupClientContext passed to a SoupServerWebsocketCallback is fully usable (rather than crashing when you try to do most things). Changes in libsoup from 2.52.0 to 2.52.1: * Fixed build under MinGW [Chun-wei Fan] * Fixed build with --disable-introspection [#755389, Quentin Glidic] * Fixed HTTP authentication protection space handling for files directly under the root directory. [#755617, Carlos Garcia Campos] * Fixed a warning when loading data from SoupCache while using an authenticated proxy. [#756076, Carlos Garcia Campos] * Updated translations: German, Vietnamese Changes in libsoup from 2.51.92 to 2.52.0: * Removed duplicate test paths from tests/date so it will pass with glib 2.46.0 Changes in libsoup from 2.51.90 to 2.51.92: * Added g_autoptr() support for all libsoup types. [#754721, Kalev Lember] * Added a missing (allow-none) annotation to soup_uri_normalize() [#754776, Jens Georg] * Updated translations: Polish Changes in libsoup from 2.51.3 to 2.51.90: * Added a new GVariant-based XMLRPC API, and deprecated the old GValue-based API (along with the associated GValue-manipulating utilities). [#746495, Xavier Claessens] * Multiple build fixes for Visual Studio [#752952, Chun-wei Fan] * Added VAPI generation [#750679, Daniel Espinosa] * Fixed the mode bits on soup-cookie.c, which was previously marked executable for some reason. [rh #1247285] * Updated translations: Norwegian bokmål, Portuguese, Thai, Turkish Changes in libsoup from 2.50.0 to 2.51.3: * Fixed "make check" in non-English locales [rh #1224989, #749397] * Fixed some compiler warnings [#748514, Philip Withnall] * New/Updated translations: Aragonese, Catalan, Occitan, Russian
2016-01-04 15:24:31 +01:00
include/libsoup-2.4/libsoup/soup-autocleanups.h
include/libsoup-2.4/libsoup/soup-cache.h
include/libsoup-2.4/libsoup/soup-content-decoder.h
include/libsoup-2.4/libsoup/soup-content-sniffer.h
include/libsoup-2.4/libsoup/soup-cookie-jar-db.h
include/libsoup-2.4/libsoup/soup-cookie-jar-text.h
include/libsoup-2.4/libsoup/soup-cookie-jar.h
include/libsoup-2.4/libsoup/soup-cookie.h
include/libsoup-2.4/libsoup/soup-date.h
include/libsoup-2.4/libsoup/soup-enum-types.h
include/libsoup-2.4/libsoup/soup-form.h
include/libsoup-2.4/libsoup/soup-headers.h
libsoup: update to 2.68.1. Changes in libsoup from 2.68.0 to 2.68.1: * Several memory leaks fixed in tests, examples, and parsing code [Claudio Saavedra] * SoupServer: Fixes to Windows path handling [Ignacio Casal Quinteiro] Changes in libsoup from 2.67.93 to 2.68.0: * Updated translations: Brazilian Portuguese, Croatian, Friulian, Italian, Turkish Changes in libsoup from 2.67.92 to 2.67.93: * SoupMessage: Handle Transfer-Encoding: identity for compatibility reasons [#148, Thomas Bluemel, Normen Bolling] * WebSockets: Only poll IO stream when needed [Carlos Garcia Campos] * WebSockets: Properly set cookies received during handshake [Carlos Garcia Campos] * WebSockets: Plug a couple of memory leaks and fix a few read-after-free memory errors [Claudio Saavedra] * WebSockets: document how web socket extensions should treat buffers in case of error [Claudio Saavedrə] * SoupSession: Don't reset user GCancellable internally [Tom Bailey] * Tests: Make tests installable [Simon McVittie] * Remove deprecate GTimeVal internal usage [Claudio Saavedra] * CI: increase coverage by enabling all features during testing [Claudio Saavedra] * Updated translations: Korean, German, Galician, Hungarian, Slovenian, Latvian, Finnish, Serbian, Catalan, Polish Changes in libsoup from 2.67.91 to 2.67.92: * Silence GTimeVal deprecation warnings. [Michael Catanzaro] * API documentation and annotation fixes [Дилян Палаузов, Claudio Saavedra] * Plug a couple of NTLM authentication memory leaks [#156, Claudio Saavedra] * Fix build in SmartOS/SunOS [#157, Juraj Lutter] * Meson: Use feature options [Xavier Claessens] * Meson: Do not fallback to system krb5-config for cross-compilation [Xavier Claessens] * NTLM: Fix build with NTLM enabled [Claudio Saavedra] * Updated translations: Basque, Czech, Indonesian, Lithuanian, Swedish Changes in libsoup from 2.67.90 to 2.67.91: * HSTS: New API to retrieve information about existing HSTS policies [Claudio Saavedra] * Updated translations: French, Romanian, Spanish Changes in libsoup from 2.67.3 to 2.67.90a: * WebSockets: add support for WebSocket extensions via new SoupWebsocketExtensionManager and SoupWebsocketExtension API [Carlos Garcia Campos] * 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 [Carlos Garcia Campos] * WebSockets: Allow sending close frames with no body [Carlos Garcia Campos] * WebSockets: ignore messages after close has been sent and received [Carlos Garcia Campos] * Meson: tls-check improved [Xavier Claessens] * Meson: improve Apache checks [Claudio Saavedra] Changes in libsoup from 2.67.2 to 2.67.3: * WebSockets: allow sending empty binary data [Carlos Garcia Campos] * WebSockets: fail and load the connection on invalid payload length [Carlos Garcia Campos] * WebSockets: allow NULL characters in text messages data [Carlos Garcia Campos] * WebSockets: Close connection on wrongly masked/unmasked frame as per RFC [Carlos Garcia Campos] * WebSockets: other code fixes [Carlos Garcia Campos] * NTLM: Fix NTLMv2 authentication [Thibaut Robert] * SoupMessage: fix several deprecation warnings related to private data [Claudio Saavedra] Changes in libsoup from 2.67.1 to 2.67.2: * gobject-introspection: Fix annotation for soup_auth_new() [Rico Tzschichholz] * brotli: Do not advertise the decoder as it's failing with some websites [Patrick Griffis] * Meson: Fix xml2 and sqlite fallbacks [Xavier Claessens] * HSTS: Add SoupHSTSEnforcer:hsts-enforced signal [Claudio Saavedra] * HSTS: Fixes to the types used to store policies in the SQLite storage [Claudio Saavedra] * HSTS: Accept Strict-Transport-Security regardless of casing [Claudio Saavedra] * WebSockets: Ensure messages finishes when handshake fails [Carlos Garcia Campos] * WebSockets: Fix critical warnings and test failures [Carlos Garcia Campos] Changes in libsoup from 2.66.2 to 2.67.1: * Add a brotli decoder. This adds a new dependency on libbrotli [Patrick Griffis] * Add strict secure cookies support [Patrick Griffis] * Add HSTS enforcer SoupSession feature (with both memory and sqlite backends) [Adrien Plazas, Claudio Saavedra] * meson gtk-doc documentation fixes [Claudio Saavedra] * Bump the CI test image to Fedora 30 and add libbrotli dependency [Claudio Saavedra]
2019-10-10 14:43:28 +02:00
include/libsoup-2.4/libsoup/soup-hsts-enforcer-db.h
include/libsoup-2.4/libsoup/soup-hsts-enforcer.h
include/libsoup-2.4/libsoup/soup-hsts-policy.h
include/libsoup-2.4/libsoup/soup-logger.h
include/libsoup-2.4/libsoup/soup-message-body.h
include/libsoup-2.4/libsoup/soup-message-headers.h
include/libsoup-2.4/libsoup/soup-message.h
include/libsoup-2.4/libsoup/soup-method.h
include/libsoup-2.4/libsoup/soup-misc.h
include/libsoup-2.4/libsoup/soup-multipart-input-stream.h
include/libsoup-2.4/libsoup/soup-multipart.h
include/libsoup-2.4/libsoup/soup-password-manager.h
include/libsoup-2.4/libsoup/soup-portability.h
include/libsoup-2.4/libsoup/soup-proxy-resolver-default.h
include/libsoup-2.4/libsoup/soup-proxy-resolver.h
include/libsoup-2.4/libsoup/soup-proxy-uri-resolver.h
include/libsoup-2.4/libsoup/soup-request-data.h
include/libsoup-2.4/libsoup/soup-request-file.h
include/libsoup-2.4/libsoup/soup-request-http.h
include/libsoup-2.4/libsoup/soup-request.h
include/libsoup-2.4/libsoup/soup-requester.h
include/libsoup-2.4/libsoup/soup-server.h
include/libsoup-2.4/libsoup/soup-session-async.h
include/libsoup-2.4/libsoup/soup-session-feature.h
include/libsoup-2.4/libsoup/soup-session-sync.h
include/libsoup-2.4/libsoup/soup-session.h
include/libsoup-2.4/libsoup/soup-socket.h
include/libsoup-2.4/libsoup/soup-status.h
include/libsoup-2.4/libsoup/soup-tld.h
include/libsoup-2.4/libsoup/soup-types.h
include/libsoup-2.4/libsoup/soup-uri.h
include/libsoup-2.4/libsoup/soup-value-utils.h
include/libsoup-2.4/libsoup/soup-version.h
include/libsoup-2.4/libsoup/soup-websocket-connection.h
libsoup: update to 2.68.1. Changes in libsoup from 2.68.0 to 2.68.1: * Several memory leaks fixed in tests, examples, and parsing code [Claudio Saavedra] * SoupServer: Fixes to Windows path handling [Ignacio Casal Quinteiro] Changes in libsoup from 2.67.93 to 2.68.0: * Updated translations: Brazilian Portuguese, Croatian, Friulian, Italian, Turkish Changes in libsoup from 2.67.92 to 2.67.93: * SoupMessage: Handle Transfer-Encoding: identity for compatibility reasons [#148, Thomas Bluemel, Normen Bolling] * WebSockets: Only poll IO stream when needed [Carlos Garcia Campos] * WebSockets: Properly set cookies received during handshake [Carlos Garcia Campos] * WebSockets: Plug a couple of memory leaks and fix a few read-after-free memory errors [Claudio Saavedra] * WebSockets: document how web socket extensions should treat buffers in case of error [Claudio Saavedrə] * SoupSession: Don't reset user GCancellable internally [Tom Bailey] * Tests: Make tests installable [Simon McVittie] * Remove deprecate GTimeVal internal usage [Claudio Saavedra] * CI: increase coverage by enabling all features during testing [Claudio Saavedra] * Updated translations: Korean, German, Galician, Hungarian, Slovenian, Latvian, Finnish, Serbian, Catalan, Polish Changes in libsoup from 2.67.91 to 2.67.92: * Silence GTimeVal deprecation warnings. [Michael Catanzaro] * API documentation and annotation fixes [Дилян Палаузов, Claudio Saavedra] * Plug a couple of NTLM authentication memory leaks [#156, Claudio Saavedra] * Fix build in SmartOS/SunOS [#157, Juraj Lutter] * Meson: Use feature options [Xavier Claessens] * Meson: Do not fallback to system krb5-config for cross-compilation [Xavier Claessens] * NTLM: Fix build with NTLM enabled [Claudio Saavedra] * Updated translations: Basque, Czech, Indonesian, Lithuanian, Swedish Changes in libsoup from 2.67.90 to 2.67.91: * HSTS: New API to retrieve information about existing HSTS policies [Claudio Saavedra] * Updated translations: French, Romanian, Spanish Changes in libsoup from 2.67.3 to 2.67.90a: * WebSockets: add support for WebSocket extensions via new SoupWebsocketExtensionManager and SoupWebsocketExtension API [Carlos Garcia Campos] * 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 [Carlos Garcia Campos] * WebSockets: Allow sending close frames with no body [Carlos Garcia Campos] * WebSockets: ignore messages after close has been sent and received [Carlos Garcia Campos] * Meson: tls-check improved [Xavier Claessens] * Meson: improve Apache checks [Claudio Saavedra] Changes in libsoup from 2.67.2 to 2.67.3: * WebSockets: allow sending empty binary data [Carlos Garcia Campos] * WebSockets: fail and load the connection on invalid payload length [Carlos Garcia Campos] * WebSockets: allow NULL characters in text messages data [Carlos Garcia Campos] * WebSockets: Close connection on wrongly masked/unmasked frame as per RFC [Carlos Garcia Campos] * WebSockets: other code fixes [Carlos Garcia Campos] * NTLM: Fix NTLMv2 authentication [Thibaut Robert] * SoupMessage: fix several deprecation warnings related to private data [Claudio Saavedra] Changes in libsoup from 2.67.1 to 2.67.2: * gobject-introspection: Fix annotation for soup_auth_new() [Rico Tzschichholz] * brotli: Do not advertise the decoder as it's failing with some websites [Patrick Griffis] * Meson: Fix xml2 and sqlite fallbacks [Xavier Claessens] * HSTS: Add SoupHSTSEnforcer:hsts-enforced signal [Claudio Saavedra] * HSTS: Fixes to the types used to store policies in the SQLite storage [Claudio Saavedra] * HSTS: Accept Strict-Transport-Security regardless of casing [Claudio Saavedra] * WebSockets: Ensure messages finishes when handshake fails [Carlos Garcia Campos] * WebSockets: Fix critical warnings and test failures [Carlos Garcia Campos] Changes in libsoup from 2.66.2 to 2.67.1: * Add a brotli decoder. This adds a new dependency on libbrotli [Patrick Griffis] * Add strict secure cookies support [Patrick Griffis] * Add HSTS enforcer SoupSession feature (with both memory and sqlite backends) [Adrien Plazas, Claudio Saavedra] * meson gtk-doc documentation fixes [Claudio Saavedra] * Bump the CI test image to Fedora 30 and add libbrotli dependency [Claudio Saavedra]
2019-10-10 14:43:28 +02:00
include/libsoup-2.4/libsoup/soup-websocket-extension-deflate.h
include/libsoup-2.4/libsoup/soup-websocket-extension-manager.h
include/libsoup-2.4/libsoup/soup-websocket-extension.h
include/libsoup-2.4/libsoup/soup-websocket.h
Update net/libsoup to 2.53.2. Changes: Changes in libsoup from 2.53.1 to 2.53.2: * Fixed up symbol visibility handling for mingw by copying GLib's system [Ignacio Casal Quinteiro, #757146] * Finally marked the old SoupSessionAsync and SoupSessionSync methods as deprecated [Ignacio Casal Quinteiro, Dan Winship, #757146] * Added libsoup-2.4.deps for valac [Rico Tzschichholz] * Make it possible to build from git without gtk-doc being installed [Ignacio Casal Quinteiro] * Updated translations: Norwegian bokmål, Occitan Changes in libsoup from 2.52.1 to 2.53.1: * Really fixed build under MinGW for sure this time [Ignacio Casal Quinteiro] * Fixed SoupServer Web Sockets code so that the SoupClientContext passed to a SoupServerWebsocketCallback is fully usable (rather than crashing when you try to do most things). Changes in libsoup from 2.52.0 to 2.52.1: * Fixed build under MinGW [Chun-wei Fan] * Fixed build with --disable-introspection [#755389, Quentin Glidic] * Fixed HTTP authentication protection space handling for files directly under the root directory. [#755617, Carlos Garcia Campos] * Fixed a warning when loading data from SoupCache while using an authenticated proxy. [#756076, Carlos Garcia Campos] * Updated translations: German, Vietnamese Changes in libsoup from 2.51.92 to 2.52.0: * Removed duplicate test paths from tests/date so it will pass with glib 2.46.0 Changes in libsoup from 2.51.90 to 2.51.92: * Added g_autoptr() support for all libsoup types. [#754721, Kalev Lember] * Added a missing (allow-none) annotation to soup_uri_normalize() [#754776, Jens Georg] * Updated translations: Polish Changes in libsoup from 2.51.3 to 2.51.90: * Added a new GVariant-based XMLRPC API, and deprecated the old GValue-based API (along with the associated GValue-manipulating utilities). [#746495, Xavier Claessens] * Multiple build fixes for Visual Studio [#752952, Chun-wei Fan] * Added VAPI generation [#750679, Daniel Espinosa] * Fixed the mode bits on soup-cookie.c, which was previously marked executable for some reason. [rh #1247285] * Updated translations: Norwegian bokmål, Portuguese, Thai, Turkish Changes in libsoup from 2.50.0 to 2.51.3: * Fixed "make check" in non-English locales [rh #1224989, #749397] * Fixed some compiler warnings [#748514, Philip Withnall] * New/Updated translations: Aragonese, Catalan, Occitan, Russian
2016-01-04 15:24:31 +01:00
include/libsoup-2.4/libsoup/soup-xmlrpc-old.h
include/libsoup-2.4/libsoup/soup-xmlrpc.h
include/libsoup-2.4/libsoup/soup.h
include/libsoup-gnome-2.4/libsoup/soup-cookie-jar-sqlite.h
include/libsoup-gnome-2.4/libsoup/soup-gnome-features.h
include/libsoup-gnome-2.4/libsoup/soup-gnome.h
lib/girepository-1.0/Soup-2.4.typelib
lib/girepository-1.0/SoupGNOME-2.4.typelib
libsoup: update to 2.66.2. Switch to meson since autotools build system was removed. Changes in libsoup from 2.66.1 to 2.66.2: * Make gettext optional (might not be available in Windows) [Seungha Yang] * MSVC: set encoding to UTF-8 to avoid errors [Seungha Yang] * MinGW tests build fix [Tomas Popela] * Check for TLS support only when external glib dependency is available [Seungha Yang] Changes in libsoup from 2.66.0 to 2.66.1: * Fix dylib versioning in MacOS [Tom Schoonjans] * Visual Studio build fixes [Chun-wei Fan] * MinGW build fixes [Руслан Ижбулатов] * Meson build system improvements [Claudio Saavedra, Jakub Adam] * Fix random CI failures due to parallel apache tests [Claudio Saavedra] * Code cleanups [Claudio Saavedra] Changes in libsoup from 2.65.92 to 2.66.0: * Fix lookup for libxml2 on Visual Studio builds [Chun-wei Fan] Changes in libsoup from 2.65.91 to 2.65.92: * SoupConnection: Fix check for remote disconnectin idle state [Michael Catanzaro, #134] * Code cleanups and warnings fixed [Michael Catanzaro] * Remove stale .pc.in files [Claudio Saavedra, #137] * Updated translations: Dutch Changes in libsoup from 2.65.90 to 2.65.91: * Remove RFCs from sources [Tomas Popela, #133] Changes in libsoup from 2.65.2 to 2.65.90: * Avoid using threads in SoupRequestFile asynchronous API [Ignacio Casal Quinteiro] Changes in libsoup from 2.65.1 to 2.65.2: * Remove autotools build system and change to meson by default [#12, Tomas Popela] * Many fixes to Meson [Claudio Saavedra, Tomas Popela, Xavier Claessens] * Improvements to the continuous integration infrastructure [Xavier Claessens] * Make sure SoupSession features are not disposed until all pending messages are processed [#130, Claudio Saavedra] * Updated translations: Greek, Slovak, French. Changes in libsoup from 2.64.0 to 2.65.1: * Added MTLMv2 responses support [Michal Hrubý] * Many fixes to the meson build system [Tomas Popela] * Remove Visual Studio project files [Chun-wei Fan] * Enable VAPI by default [#119, Jeremy Bicha] * New strict header field parameter parsing API [Claudio Saavedra] * Code cleanups [Claudio Saavedra] * Updated translations: Belarusian, Serbian
2019-08-16 15:08:58 +02:00
lib/libsoup-2.4.so
lib/libsoup-2.4.so.1
lib/libsoup-2.4.so.1.9.0
libsoup: update to 2.66.2. Switch to meson since autotools build system was removed. Changes in libsoup from 2.66.1 to 2.66.2: * Make gettext optional (might not be available in Windows) [Seungha Yang] * MSVC: set encoding to UTF-8 to avoid errors [Seungha Yang] * MinGW tests build fix [Tomas Popela] * Check for TLS support only when external glib dependency is available [Seungha Yang] Changes in libsoup from 2.66.0 to 2.66.1: * Fix dylib versioning in MacOS [Tom Schoonjans] * Visual Studio build fixes [Chun-wei Fan] * MinGW build fixes [Руслан Ижбулатов] * Meson build system improvements [Claudio Saavedra, Jakub Adam] * Fix random CI failures due to parallel apache tests [Claudio Saavedra] * Code cleanups [Claudio Saavedra] Changes in libsoup from 2.65.92 to 2.66.0: * Fix lookup for libxml2 on Visual Studio builds [Chun-wei Fan] Changes in libsoup from 2.65.91 to 2.65.92: * SoupConnection: Fix check for remote disconnectin idle state [Michael Catanzaro, #134] * Code cleanups and warnings fixed [Michael Catanzaro] * Remove stale .pc.in files [Claudio Saavedra, #137] * Updated translations: Dutch Changes in libsoup from 2.65.90 to 2.65.91: * Remove RFCs from sources [Tomas Popela, #133] Changes in libsoup from 2.65.2 to 2.65.90: * Avoid using threads in SoupRequestFile asynchronous API [Ignacio Casal Quinteiro] Changes in libsoup from 2.65.1 to 2.65.2: * Remove autotools build system and change to meson by default [#12, Tomas Popela] * Many fixes to Meson [Claudio Saavedra, Tomas Popela, Xavier Claessens] * Improvements to the continuous integration infrastructure [Xavier Claessens] * Make sure SoupSession features are not disposed until all pending messages are processed [#130, Claudio Saavedra] * Updated translations: Greek, Slovak, French. Changes in libsoup from 2.64.0 to 2.65.1: * Added MTLMv2 responses support [Michal Hrubý] * Many fixes to the meson build system [Tomas Popela] * Remove Visual Studio project files [Chun-wei Fan] * Enable VAPI by default [#119, Jeremy Bicha] * New strict header field parameter parsing API [Claudio Saavedra] * Code cleanups [Claudio Saavedra] * Updated translations: Belarusian, Serbian
2019-08-16 15:08:58 +02:00
lib/libsoup-gnome-2.4.so
lib/libsoup-gnome-2.4.so.1
lib/libsoup-gnome-2.4.so.1.9.0
lib/pkgconfig/libsoup-2.4.pc
lib/pkgconfig/libsoup-gnome-2.4.pc
share/gir-1.0/Soup-2.4.gir
share/gir-1.0/SoupGNOME-2.4.gir
share/locale/an/LC_MESSAGES/libsoup.mo
share/locale/as/LC_MESSAGES/libsoup.mo
share/locale/be/LC_MESSAGES/libsoup.mo
share/locale/bg/LC_MESSAGES/libsoup.mo
share/locale/bn_IN/LC_MESSAGES/libsoup.mo
share/locale/bs/LC_MESSAGES/libsoup.mo
share/locale/ca/LC_MESSAGES/libsoup.mo
share/locale/ca@valencia/LC_MESSAGES/libsoup.mo
share/locale/cs/LC_MESSAGES/libsoup.mo
share/locale/da/LC_MESSAGES/libsoup.mo
share/locale/de/LC_MESSAGES/libsoup.mo
share/locale/el/LC_MESSAGES/libsoup.mo
share/locale/en_GB/LC_MESSAGES/libsoup.mo
share/locale/eo/LC_MESSAGES/libsoup.mo
share/locale/es/LC_MESSAGES/libsoup.mo
share/locale/et/LC_MESSAGES/libsoup.mo
share/locale/eu/LC_MESSAGES/libsoup.mo
share/locale/fa/LC_MESSAGES/libsoup.mo
libsoup: update to 2.68.1. Changes in libsoup from 2.68.0 to 2.68.1: * Several memory leaks fixed in tests, examples, and parsing code [Claudio Saavedra] * SoupServer: Fixes to Windows path handling [Ignacio Casal Quinteiro] Changes in libsoup from 2.67.93 to 2.68.0: * Updated translations: Brazilian Portuguese, Croatian, Friulian, Italian, Turkish Changes in libsoup from 2.67.92 to 2.67.93: * SoupMessage: Handle Transfer-Encoding: identity for compatibility reasons [#148, Thomas Bluemel, Normen Bolling] * WebSockets: Only poll IO stream when needed [Carlos Garcia Campos] * WebSockets: Properly set cookies received during handshake [Carlos Garcia Campos] * WebSockets: Plug a couple of memory leaks and fix a few read-after-free memory errors [Claudio Saavedra] * WebSockets: document how web socket extensions should treat buffers in case of error [Claudio Saavedrə] * SoupSession: Don't reset user GCancellable internally [Tom Bailey] * Tests: Make tests installable [Simon McVittie] * Remove deprecate GTimeVal internal usage [Claudio Saavedra] * CI: increase coverage by enabling all features during testing [Claudio Saavedra] * Updated translations: Korean, German, Galician, Hungarian, Slovenian, Latvian, Finnish, Serbian, Catalan, Polish Changes in libsoup from 2.67.91 to 2.67.92: * Silence GTimeVal deprecation warnings. [Michael Catanzaro] * API documentation and annotation fixes [Дилян Палаузов, Claudio Saavedra] * Plug a couple of NTLM authentication memory leaks [#156, Claudio Saavedra] * Fix build in SmartOS/SunOS [#157, Juraj Lutter] * Meson: Use feature options [Xavier Claessens] * Meson: Do not fallback to system krb5-config for cross-compilation [Xavier Claessens] * NTLM: Fix build with NTLM enabled [Claudio Saavedra] * Updated translations: Basque, Czech, Indonesian, Lithuanian, Swedish Changes in libsoup from 2.67.90 to 2.67.91: * HSTS: New API to retrieve information about existing HSTS policies [Claudio Saavedra] * Updated translations: French, Romanian, Spanish Changes in libsoup from 2.67.3 to 2.67.90a: * WebSockets: add support for WebSocket extensions via new SoupWebsocketExtensionManager and SoupWebsocketExtension API [Carlos Garcia Campos] * 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 [Carlos Garcia Campos] * WebSockets: Allow sending close frames with no body [Carlos Garcia Campos] * WebSockets: ignore messages after close has been sent and received [Carlos Garcia Campos] * Meson: tls-check improved [Xavier Claessens] * Meson: improve Apache checks [Claudio Saavedra] Changes in libsoup from 2.67.2 to 2.67.3: * WebSockets: allow sending empty binary data [Carlos Garcia Campos] * WebSockets: fail and load the connection on invalid payload length [Carlos Garcia Campos] * WebSockets: allow NULL characters in text messages data [Carlos Garcia Campos] * WebSockets: Close connection on wrongly masked/unmasked frame as per RFC [Carlos Garcia Campos] * WebSockets: other code fixes [Carlos Garcia Campos] * NTLM: Fix NTLMv2 authentication [Thibaut Robert] * SoupMessage: fix several deprecation warnings related to private data [Claudio Saavedra] Changes in libsoup from 2.67.1 to 2.67.2: * gobject-introspection: Fix annotation for soup_auth_new() [Rico Tzschichholz] * brotli: Do not advertise the decoder as it's failing with some websites [Patrick Griffis] * Meson: Fix xml2 and sqlite fallbacks [Xavier Claessens] * HSTS: Add SoupHSTSEnforcer:hsts-enforced signal [Claudio Saavedra] * HSTS: Fixes to the types used to store policies in the SQLite storage [Claudio Saavedra] * HSTS: Accept Strict-Transport-Security regardless of casing [Claudio Saavedra] * WebSockets: Ensure messages finishes when handshake fails [Carlos Garcia Campos] * WebSockets: Fix critical warnings and test failures [Carlos Garcia Campos] Changes in libsoup from 2.66.2 to 2.67.1: * Add a brotli decoder. This adds a new dependency on libbrotli [Patrick Griffis] * Add strict secure cookies support [Patrick Griffis] * Add HSTS enforcer SoupSession feature (with both memory and sqlite backends) [Adrien Plazas, Claudio Saavedra] * meson gtk-doc documentation fixes [Claudio Saavedra] * Bump the CI test image to Fedora 30 and add libbrotli dependency [Claudio Saavedra]
2019-10-10 14:43:28 +02:00
share/locale/fi/LC_MESSAGES/libsoup.mo
share/locale/fr/LC_MESSAGES/libsoup.mo
share/locale/fur/LC_MESSAGES/libsoup.mo
Updated libsoup to 2.58.2. Changes in libsoup from 2.58.1 to 2.58.2: * CVE-2017-2885: Fixed a chunked decoding buffer overrun that could be exploited against either clients or servers. [#785774] Changes in libsoup from 2.58.0 to 2.58.1: * Reverts a change to SoupSession to close all open connections when the :proxy-resolver property is changed [#777326; this change was made in 2.58.0 but accidentally left out of the NEWS for that release]; although that behavior made :proxy-resolver more consistent with :proxy-uri, it ended up breaking Evolution EWS. [#781590] * Fixed undefined behavior in tests/header-parsing that could make the test spuriously fail. [#777258] * Updates to the configure tests for Apache for use in tests/: * Dropped support for Apache 2.2 * Changed PHP support from PHP 5 to PHP 7 * mod_unixd can now be either built-in or dynamically loaded [#776478] * Updated translations: Turkish Changes in libsoup from 2.57.1 to 2.58.0: * Fix authentication issues when the SOUP_MESSAGE_DO_NOT_USE_AUTH_CACHE flag is used. [#778497, #777936, Carlos Garcia Campos] * MSVC build improvements (Chun-wei Fan) * Updated translations: Basque, Belarusian, Brazilian Portuguese, Chinese (Taiwan), Danish, French, Galician, Greek, Indonesian, Italian, Korean, Latvian, Lithuanian, Norwegian bokmål, Russian, Serbian, Slovak, Slovenian, Spanish, zh_CN Changes in libsoup from 2.56.0 to 2.57.1: * Added SoupWebsocketConnection:keepalive-interval, to make a connection send regular pings. [#773253, Ignacio Casal Quinteiro] * Added soup_auth_manager_clear_cached_credentials() and SOUP_MESSAGE_DO_NOT_USE_AUTH_CACHE, to allow greater control over the use of cached HTTP auth credentials. [#774031, #774033, Carlos Garcia Campos] * Fixed the use of SoupSession:proxy-uri values containing passwords. [#772932, Jonathan Lebon] * Various minor WebSocket fixes [Ignacio Casal Quinteiro]: * Avoid sending data after we start closing the connection [#774957] * Do not log a critical if the peer sends an invalid close status code * Log a debug message when a "pong" is received * Fixed introspection of soup_message_headers_get_content_range() [Jasper St. Pierre] * Replaced Vala [Deprecated] annotations with [Version] to avoid build warnings [#773177, Evan Nemerson] * MSVC build improvements (Chun-wei Fan) * Updated error/message strings to use Unicode punctuation. [#772217, Piotr Drąg] * Updated translations: Czech, Friulian, German, Hebrew, Hungarian, Norwegian bokmål, Polish, Swedish Changes in libsoup from 2.55.90 to 2.56.0: * Added SoupWebsocketConnection:max-incoming-payload-size property, to override the default maximum incoming payload size. [#770022, Ignacio Casal Quinteiro] * Added soup-version.h symbols (in particular soup_check_version()) to introspection. [#771439, Rico Tzschichholz] * Updated the copy of the public suffix list used by SoupTLD [#769650, Michael Catanzaro] * Updated translations: British English, Greek, Polish Changes in libsoup from 2.54.1 to 2.55.90: * Removed support for SSLv3 fallback; sites that reject TLS 1.x handshakes will now just fail with an error. (Firefox and Chrome have both already switched to this behavior.) [#765940, Dan Winship] * Fixed the parsing of <double>s in the new GVariant-based XMLRPC code. [#767707, Dan Winship] * Fixed soup_server_set_ssl_cert_file(), which was added in 2.48 but didn't actually work... [patch on libsoup-list from Sean DuBois] * Added GObject properties to SoupLogger to make it bindings-friendly. [#768053, Jonh Wendell] * Fixed build error on FreeBSD [#765376, Ting-Wei Lan] * Fixed build with certain new versions of glibc that define "EOF" as a macro. [#768731, Philip Withnall] * Updated m4/ax_code_coverage.m4 with support for lcov 1.12 [Philip Withnall] * Updated po files for future gettext versions [Piotr Drąg] * New/updated translations: Occitan, Scottish Gaelic
2017-08-14 22:09:02 +02:00
share/locale/gd/LC_MESSAGES/libsoup.mo
share/locale/gl/LC_MESSAGES/libsoup.mo
share/locale/gu/LC_MESSAGES/libsoup.mo
share/locale/he/LC_MESSAGES/libsoup.mo
share/locale/hi/LC_MESSAGES/libsoup.mo
share/locale/hr/LC_MESSAGES/libsoup.mo
share/locale/hu/LC_MESSAGES/libsoup.mo
share/locale/id/LC_MESSAGES/libsoup.mo
share/locale/it/LC_MESSAGES/libsoup.mo
share/locale/ja/LC_MESSAGES/libsoup.mo
share/locale/kn/LC_MESSAGES/libsoup.mo
share/locale/ko/LC_MESSAGES/libsoup.mo
share/locale/lt/LC_MESSAGES/libsoup.mo
share/locale/lv/LC_MESSAGES/libsoup.mo
share/locale/ml/LC_MESSAGES/libsoup.mo
share/locale/mr/LC_MESSAGES/libsoup.mo
share/locale/ms/LC_MESSAGES/libsoup.mo
share/locale/nb/LC_MESSAGES/libsoup.mo
libsoup: update to 2.60.0. Changes in libsoup from 2.59.90.1 to 2.60.0: * New/updated translations: Catalan, Danish, Dutch, Nepali Changes in libsoup from 2.59.90 to 2.59.90.1: * CVE-2017-2885: Fixed a chunked decoding buffer overrun that could be exploited against either clients or servers. [#785774] Changes in libsoup from 2.58.0 to 2.59.90: * Several SoupAuthNegotiate compatibility fixes [#783780, #783781, Tomas Popela] * Include a payload in SoupWebsocketConnection's "ping" messages (to avoid problems with certain buggy server implementations), and emit a signal when receiving a "pong" (to allow apps to notice when the remote peer has disconnected them). [#785660, David Woodhouse] * Fix the interpretation of wss:// URIs, which previously mostly didn't work. [#784766, Nirbheek Chauhan]. * Fixed SoupContentSniffer behavior on XML files with no Content-Type [https://bugs.webkit.org/show_bug.cgi?id=173923] * Fixed a bug with cancelling async requests [#773257, Carlos Garcia Campos] * Reverted the (undocumented) change in 2.58.0 to call soup_session_abort() after changing SoupSession:proxy-resolver; while this made its behavior more consistent with :proxy-uri, it ended up breaking things. [#781590] * Allow HTTP responses that have no trailing CRLF after the response headers (and no body) [#780352, Carlos Garcia Campos] * Fixed an out-of-bounds read in SoupURI parsing [#785042] * Fixed a spurious (debug-level) error message in SoupWebsocketConnection [#784935, Ignacio Casal Quinteiro] * Fixed introspection annotations on soup_message_headers_get_content_range() [Philip Withnall] * Fixed a flake in tests/header-parsing [#777258] * Update tests/test-cert.pem to use stronger algorithms to avoid problems with newer gnutls. [#784949, Jan Alexander Steffens] * Fixed examples/get to not accidentally break https certificate validation [#784259, Sebatian Dröge] * Misc updates to apache/php stuff in unit tests: * Dropped support for Apache 2.2 * Deal with mod_unixd being compiled-in [#776478] * Switched PHP support from PHP 5 to PHP 7 * Updated translations: Esperanto, Turkish
2017-10-03 13:49:34 +02:00
share/locale/ne/LC_MESSAGES/libsoup.mo
share/locale/nl/LC_MESSAGES/libsoup.mo
Update net/libsoup to 2.53.2. Changes: Changes in libsoup from 2.53.1 to 2.53.2: * Fixed up symbol visibility handling for mingw by copying GLib's system [Ignacio Casal Quinteiro, #757146] * Finally marked the old SoupSessionAsync and SoupSessionSync methods as deprecated [Ignacio Casal Quinteiro, Dan Winship, #757146] * Added libsoup-2.4.deps for valac [Rico Tzschichholz] * Make it possible to build from git without gtk-doc being installed [Ignacio Casal Quinteiro] * Updated translations: Norwegian bokmål, Occitan Changes in libsoup from 2.52.1 to 2.53.1: * Really fixed build under MinGW for sure this time [Ignacio Casal Quinteiro] * Fixed SoupServer Web Sockets code so that the SoupClientContext passed to a SoupServerWebsocketCallback is fully usable (rather than crashing when you try to do most things). Changes in libsoup from 2.52.0 to 2.52.1: * Fixed build under MinGW [Chun-wei Fan] * Fixed build with --disable-introspection [#755389, Quentin Glidic] * Fixed HTTP authentication protection space handling for files directly under the root directory. [#755617, Carlos Garcia Campos] * Fixed a warning when loading data from SoupCache while using an authenticated proxy. [#756076, Carlos Garcia Campos] * Updated translations: German, Vietnamese Changes in libsoup from 2.51.92 to 2.52.0: * Removed duplicate test paths from tests/date so it will pass with glib 2.46.0 Changes in libsoup from 2.51.90 to 2.51.92: * Added g_autoptr() support for all libsoup types. [#754721, Kalev Lember] * Added a missing (allow-none) annotation to soup_uri_normalize() [#754776, Jens Georg] * Updated translations: Polish Changes in libsoup from 2.51.3 to 2.51.90: * Added a new GVariant-based XMLRPC API, and deprecated the old GValue-based API (along with the associated GValue-manipulating utilities). [#746495, Xavier Claessens] * Multiple build fixes for Visual Studio [#752952, Chun-wei Fan] * Added VAPI generation [#750679, Daniel Espinosa] * Fixed the mode bits on soup-cookie.c, which was previously marked executable for some reason. [rh #1247285] * Updated translations: Norwegian bokmål, Portuguese, Thai, Turkish Changes in libsoup from 2.50.0 to 2.51.3: * Fixed "make check" in non-English locales [rh #1224989, #749397] * Fixed some compiler warnings [#748514, Philip Withnall] * New/Updated translations: Aragonese, Catalan, Occitan, Russian
2016-01-04 15:24:31 +01:00
share/locale/oc/LC_MESSAGES/libsoup.mo
share/locale/or/LC_MESSAGES/libsoup.mo
share/locale/pa/LC_MESSAGES/libsoup.mo
share/locale/pl/LC_MESSAGES/libsoup.mo
share/locale/pt/LC_MESSAGES/libsoup.mo
share/locale/pt_BR/LC_MESSAGES/libsoup.mo
share/locale/ro/LC_MESSAGES/libsoup.mo
share/locale/ru/LC_MESSAGES/libsoup.mo
share/locale/sk/LC_MESSAGES/libsoup.mo
share/locale/sl/LC_MESSAGES/libsoup.mo
share/locale/sr/LC_MESSAGES/libsoup.mo
share/locale/sr@latin/LC_MESSAGES/libsoup.mo
share/locale/sv/LC_MESSAGES/libsoup.mo
share/locale/ta/LC_MESSAGES/libsoup.mo
share/locale/te/LC_MESSAGES/libsoup.mo
share/locale/tg/LC_MESSAGES/libsoup.mo
share/locale/th/LC_MESSAGES/libsoup.mo
share/locale/tr/LC_MESSAGES/libsoup.mo
share/locale/ug/LC_MESSAGES/libsoup.mo
share/locale/uk/LC_MESSAGES/libsoup.mo
share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo
share/locale/vi/LC_MESSAGES/libsoup.mo
share/locale/zh_CN/LC_MESSAGES/libsoup.mo
share/locale/zh_HK/LC_MESSAGES/libsoup.mo
share/locale/zh_TW/LC_MESSAGES/libsoup.mo