SHA256
1
0
forked from pool/libsoup

Accepting request 246035 from GNOME:Next

Push GNOME 3.13.90 to the devel repo

OBS-URL: https://build.opensuse.org/request/show/246035
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=151
This commit is contained in:
Dominique Leuenberger 2014-08-23 11:52:25 +00:00 committed by Git OBS Bridge
parent ca76480f7e
commit 5aee7ad7c3
4 changed files with 39 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa3d5574c1a2df521242e2ca624a2b3057121798cab9f8f40525aa186a7b15a3
size 1693772

3
libsoup-2.47.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e8c1ea1e47c0c1b17d5fa7eba0ba663e0999f75a9e5fdc2607c2bcd418d4086
size 1710092

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jul 22 14:10:03 UTC 2014 - dimstar@opensuse.org
- Update to version 2.47.4:
+ Fixed two crashes that could occur in multithreaded use (in
particular, with the latest git gvfs) (bgo#732783, bgo#732925).
+ Fixed the handling of data: URIs with base64-encoded data but
no explicit MIME type (bgo#732112).
+ Fixed a bug in SoupAuthNTLM that affected 28-character-long
passwords (bgo#732087).
+ Fixed tests to pass with GLib git master (which warns if you
use deprecated GObject properties, and which also caught a
mutex-handling bug in test-utils.c).
+ Updated translations.
-------------------------------------------------------------------
Sat Jul 12 22:19:12 UTC 2014 - dimstar@opensuse.org
- Update to version 2.47.3:
+ Added new-and-improved SoupServer API, and deprecated much
of the existing API.
+ SoupSession now has a :tls-interaction property, which can be
used to add a GTlsInteraction to a session, allowing it to
provide a client-side certificate if the server requests one
(bgo#334021).
+ soup_session_abort() no longer tries to close active
connections, which was causing crashes in evolution
(rh#1093314).
+ Fixed a GMainContext-handling bug that could cause crashes
in gstreamer's souphttpsrc (bgo#729737).
+ Fixed a memory leak when requesting to delete a cookie that
didn't exist.
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 25 08:27:30 UTC 2014 - dimstar@opensuse.org

View File

@ -20,10 +20,10 @@ Name: libsoup
Summary: HTTP client/server library for GNOME
License: LGPL-2.1+
Group: Development/Libraries/GNOME
Version: 2.46.0
Version: 2.47.4
Release: 0
Url: http://www.gnome.org
Source: http://download.gnome.org/sources/libsoup/2.46/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/libsoup/2.47/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: glib-networking
BuildRequires: glib2-devel >= 2.38.0