From c5f5695375998aeecb2db5c02c2a1c0d88f3e3dd26c1bc286a51ef9076300c6c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 17 Jan 2012 15:11:16 +0000 Subject: [PATCH] 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 --- libsoup-2.37.3.tar.xz | 3 --- libsoup-2.37.4.tar.xz | 3 +++ libsoup.changes | 21 +++++++++++++++++++++ libsoup.spec | 6 +++--- 4 files changed, 27 insertions(+), 6 deletions(-) delete mode 100644 libsoup-2.37.3.tar.xz create mode 100644 libsoup-2.37.4.tar.xz diff --git a/libsoup-2.37.3.tar.xz b/libsoup-2.37.3.tar.xz deleted file mode 100644 index 7468bf0..0000000 --- a/libsoup-2.37.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a59fa57d6c61ff9600ae271102d4a850bebb17b118d059850fdf0cd00b375d2c -size 615420 diff --git a/libsoup-2.37.4.tar.xz b/libsoup-2.37.4.tar.xz new file mode 100644 index 0000000..a84df08 --- /dev/null +++ b/libsoup-2.37.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99e7c7a13f45a108adcf5562473b46bc6e2115458460467a2d89683a38f7d86 +size 618056 diff --git a/libsoup.changes b/libsoup.changes index 0ac95e3..9540fcb 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -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 diff --git a/libsoup.spec b/libsoup.spec index 523609e..3a62162 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -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