Accepting request 100320 from home:vuntz:branches:GNOME:Factory

Update to 2.37.4

OBS-URL: https://build.opensuse.org/request/show/100320
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=99
This commit is contained in:
Dominique Leuenberger 2012-01-17 15:11:16 +00:00 committed by Git OBS Bridge
parent 8d6325c91d
commit c5f5695375
4 changed files with 27 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Jan 17 07:12:34 UTC 2012 - vuntz@opensuse.org
- Update to version 2.37.4:
+ SoupMessage now has a "network-event" signal that can be
monitored for information about DNS, proxy lookup, TCP
connections, and TLS handshakes.
+ The HTTP header parsing code now avoids hitting
g_return_if_fails() (and returns an error instead) in a few
cases of seriously-invalid headers. [bgo#666316]
+ POSTs and other non-idempotent requests are now always sent
on newly-created connections. You can also force this
behavior on other messages by setting the
SOUP_MESSAGE_NEW_CONNECTION flag. [bgo#578990]
+ Server-closed idle connections are now detected ahead of time
on Windows, preventing occasional spurious "Connection
terminated unexpectedly" errors. (This had been fixed on UNIX
since 2.28, but the earlier fix didn't work with WinSock.)
[bgo#578990]
+ Plugged a leak in SoupRequestHTTP. [bgo#667099]
-------------------------------------------------------------------
Tue Dec 20 09:19:03 UTC 2011 - vuntz@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libsoup
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products 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,13 +20,13 @@ Name: libsoup
Summary: HTTP client/server library for GNOME
License: LGPL-2.1+
Group: Development/Libraries/GNOME
Version: 2.37.3
Version: 2.37.4
Release: 0
Url: http://www.gnome.org
Source: http://download.gnome.org/sources/libsoup/2.37/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: glib-networking
BuildRequires: glib2-devel >= 2.31.0
BuildRequires: glib2-devel >= 2.31.7
BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
BuildRequires: libgnome-keyring-devel