From f0723293a1b4431461b29db62279ab94bdbe7f6b823cc26999c7ee2bd14837d9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 19 Mar 2015 14:34:42 +0000 Subject: [PATCH 1/2] Accepting request 291500 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/291500 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=158 --- libsoup-2.48.1.tar.xz | 3 -- libsoup-2.49.92.tar.xz | 3 ++ libsoup.changes | 84 ++++++++++++++++++++++++++++++++++++++++++ libsoup.spec | 6 +-- 4 files changed, 90 insertions(+), 6 deletions(-) delete mode 100644 libsoup-2.48.1.tar.xz create mode 100644 libsoup-2.49.92.tar.xz diff --git a/libsoup-2.48.1.tar.xz b/libsoup-2.48.1.tar.xz deleted file mode 100644 index 1ee716f..0000000 --- a/libsoup-2.48.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b0d14b36e36a3131a06c6e3aa7245716e6904e3e636df81c0b6c8bd3f646f9a -size 1707612 diff --git a/libsoup-2.49.92.tar.xz b/libsoup-2.49.92.tar.xz new file mode 100644 index 0000000..1d04422 --- /dev/null +++ b/libsoup-2.49.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12095aee4889895cdf205906daade9ea0b1aa3eb463c2f78673522e4690a33db +size 1757080 diff --git a/libsoup.changes b/libsoup.changes index 45c3005..d3540f2 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,87 @@ +------------------------------------------------------------------- +Tue Mar 17 21:47:32 UTC 2015 - dimstar@opensuse.org + +- Update to version 2.49.92: + + Fixed an NTLM problem that caused spurious "Authentication + Failed" errors in evolution-ews (bgo#735197). + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 3 16:41:30 UTC 2015 - dimstar@opensuse.org + +- Update to version 2.49.91.1: + + websockets: minor optimization. + + websockets: fix 32-bit build. + + docs: fix build. + + tests: fix when building without glib-networking available. + +------------------------------------------------------------------- +Tue Mar 3 12:14:51 UTC 2015 - dimstar@opensuse.org + +- Update to version 2.49.91: + + Libsoup now has support for WebSockets in both SoupSession and + SoupServer (bgo#627738). + + Added support for NTLMv2 Session Security to SoupAuthNTLM. + (This is transparent to the app/user; if the server supports + it, it will be used) (bgo#739192). + + Added soup_server_accept_iostream() to allow feeding a + non-GSocketConnection GIOStream to SoupServer (eg, when + accepting HTTP requests on some other sort of connection) + (bgo#744186). + + Added soup_session_steal_connection() and + soup_client_context_steal_connection(), to allow you to steal a + GIOStream from a SoupSession or SoupServer and then use it for + non-HTTP purposes (bgo#721343). + + Added soup_server_add_early_handler(), for adding SoupServer + handlers to run at :got-headers time rather than :got-body + (eg, to set up a streaming read of the request body) + (bgo#625645). + + Added a new SOUP_MESSAGE_IGNORE_CONNECTION_LIMITS flag, which + can be used to bypass SoupSession:max-conns and + SoupSession:max-conns-per-host on a per-message basis + (bgo#744720). + + Multiple SoupCache fixes: + - Leaked resources are now cleaned up when opening the cache + (bgo#667682). + - The "Age" header is no longer added to cached responses + (bgo#741108). + - Fixed the interpretation of the "must-revalidate" directive + to not be stricter than required (bgo#744468). + - Messages retrieved from cache now behave slightly more like + non-cache messages in terms of SoupSession signals and timing + (bgo#744788). Additionally, there is a new + SoupMessage::starting signal, which is like + SoupSession::request-started, but emitted for cached + resources as well (bgo#731153). + + Fixed soup_session_cancel_message() to work reliably on paused + messages (bgo#745094). + + Added code-coverage support to the build (bgo#744744). + + Fixed the library symbol check in "make check" to work when + building with linker options that result in slightly different + organization (bgo#741348). + + Added a hack to SoupSessionFeature so that people will stop + re-reporting an old Eclipse bug against libsoup (bgo#710242). + + Miscellaneous bug and leak fixes in the test programs, leak + fixes in libsoup, and documentation updates. + + Updated translations. + +------------------------------------------------------------------- +Wed Dec 17 19:46:53 UTC 2014 - zaitor@opensuse.org + +- Update to version 2.49.1: + + Fixed a bug in the SoupMessage:event signal that broke + evolution's ability to connect to https hosts with "bad" + certificates (bgo#739951). + + Fixed a case where the async codepaths could potentially block + on a synchronous write (bgo#727138). + + Fixed the symbol soup_server_set_ssl_cert_file() to get + exported, and added soup_server_get_uris() to the + documentation. + + Improved a bunch of introspection annotations (bgo#729987). + + Clarified some documentation. + + Fixed Windows build, twice (bgo#738003, bgo#738551). + + Updated translations. + ------------------------------------------------------------------- Wed Dec 17 17:44:18 UTC 2014 - zaitor@opensuse.org diff --git a/libsoup.spec b/libsoup.spec index 8df17d3..9bd0530 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -1,7 +1,7 @@ # # spec file for package libsoup # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,10 +20,10 @@ Name: libsoup Summary: HTTP client/server library for GNOME License: LGPL-2.1+ Group: Development/Libraries/GNOME -Version: 2.48.1 +Version: 2.49.92 Release: 0 Url: http://www.gnome.org -Source: http://download.gnome.org/sources/libsoup/2.48/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/libsoup/2.49/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: glib-networking BuildRequires: glib2-devel >= 2.38.0 From a57b9c76f07f980871afe12359a096b583ca611193ed217d703157956df5c05d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 25 Mar 2015 08:59:40 +0000 Subject: [PATCH 2/2] Accepting request 292817 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/292817 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=159 --- libsoup-2.49.92.tar.xz | 3 --- libsoup-2.50.0.tar.xz | 3 +++ libsoup.changes | 6 ++++++ libsoup.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 libsoup-2.49.92.tar.xz create mode 100644 libsoup-2.50.0.tar.xz diff --git a/libsoup-2.49.92.tar.xz b/libsoup-2.49.92.tar.xz deleted file mode 100644 index 1d04422..0000000 --- a/libsoup-2.49.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12095aee4889895cdf205906daade9ea0b1aa3eb463c2f78673522e4690a33db -size 1757080 diff --git a/libsoup-2.50.0.tar.xz b/libsoup-2.50.0.tar.xz new file mode 100644 index 0000000..49a570a --- /dev/null +++ b/libsoup-2.50.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e01365ac4af3817187ea847f9d3588c27eee01fc519a5a7cb212bb78b0f667b +size 1755052 diff --git a/libsoup.changes b/libsoup.changes index d3540f2..dd07602 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 23 14:26:08 UTC 2015 - dimstar@opensuse.org + +- Update to version 2.50.0: + + Updated translations. + ------------------------------------------------------------------- Tue Mar 17 21:47:32 UTC 2015 - dimstar@opensuse.org diff --git a/libsoup.spec b/libsoup.spec index 9bd0530..95119df 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -20,10 +20,10 @@ Name: libsoup Summary: HTTP client/server library for GNOME License: LGPL-2.1+ Group: Development/Libraries/GNOME -Version: 2.49.92 +Version: 2.50.0 Release: 0 Url: http://www.gnome.org -Source: http://download.gnome.org/sources/libsoup/2.49/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/libsoup/2.50/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: glib-networking BuildRequires: glib2-devel >= 2.38.0