From 35cfff6669d6d7617d87634c5160b7365da79b9600c4e705c652af11122df328 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 17 Jan 2013 19:12:36 +0000 Subject: [PATCH] Accepting request 148662 from home:dimstar:branches:GNOME:Factory Update to 2.40.3 - Stable branch - bug fix only. Wanted for 12.3 OBS-URL: https://build.opensuse.org/request/show/148662 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=122 --- libsoup-2.40.2.tar.xz | 3 --- libsoup-2.40.3.tar.xz | 3 +++ libsoup.changes | 17 +++++++++++++++++ libsoup.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 libsoup-2.40.2.tar.xz create mode 100644 libsoup-2.40.3.tar.xz diff --git a/libsoup-2.40.2.tar.xz b/libsoup-2.40.2.tar.xz deleted file mode 100644 index 53755aa..0000000 --- a/libsoup-2.40.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32e81220f53abb1f5bbe7d8b0717119df70667fc48e2342d82209ed1593e71dc -size 707104 diff --git a/libsoup-2.40.3.tar.xz b/libsoup-2.40.3.tar.xz new file mode 100644 index 0000000..90402d1 --- /dev/null +++ b/libsoup-2.40.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c92f1f6f4cbfd501df783ed87e7de9410b4a12a3bb0b19c64722e185d2bbc9 +size 709124 diff --git a/libsoup.changes b/libsoup.changes index 1b22334..17255bb 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Jan 15 20:29:35 UTC 2013 - dimstar@opensuse.org + +- Update to version 2.40.3: + + soup_message_get_https_status() now returns the certificate + and flags for unsuccessful https connections as well as + successful ones (bgo#690176) + + Fixed a deadlock when calling soup_session_abort() on a + SoupSessionSync in some cases. (bgo#691399) + + Fixed a bug in SoupFilterInputStream that could cause some + non-blocking reads to suck up CPU while waiting for the + network. + + SoupURI now leaves "%00" in URIs as-is, rather than decoding it + to "\0", which was not intended and is never useful. + + A few minor docs fixes. + + Updated translations. + ------------------------------------------------------------------- Tue Nov 13 13:28:07 UTC 2012 - dimstar@opensuse.org diff --git a/libsoup.spec b/libsoup.spec index 3954e4d..6e6a341 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -1,7 +1,7 @@ # # spec file for package libsoup # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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,7 +20,7 @@ Name: libsoup Summary: HTTP client/server library for GNOME License: LGPL-2.1+ Group: Development/Libraries/GNOME -Version: 2.40.2 +Version: 2.40.3 Release: 0 Url: http://www.gnome.org Source: http://download.gnome.org/sources/libsoup/2.40/%{name}-%{version}.tar.xz