From 29e1af6ceb8f9b81a042ffd71afeb8480157f3df196a13af60f6422c88e41078 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 11 Mar 2012 17:41:07 +0000 Subject: [PATCH] Accepting request 108090 from home:vuntz:branches:GNOME:Factory Update to 2.37.91 OBS-URL: https://build.opensuse.org/request/show/108090 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=106 --- libsoup-2.37.90.tar.xz | 3 --- libsoup-2.37.91.tar.xz | 3 +++ libsoup.changes | 21 +++++++++++++++++++++ libsoup.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 libsoup-2.37.90.tar.xz create mode 100644 libsoup-2.37.91.tar.xz diff --git a/libsoup-2.37.90.tar.xz b/libsoup-2.37.90.tar.xz deleted file mode 100644 index 6828d2c..0000000 --- a/libsoup-2.37.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2023ca6a351303ed2364e309f08b378cad7eda4465e2fad7e1fa725c6cb87f95 -size 624836 diff --git a/libsoup-2.37.91.tar.xz b/libsoup-2.37.91.tar.xz new file mode 100644 index 0000000..1d908a1 --- /dev/null +++ b/libsoup-2.37.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9faa8abce324c948cd51a5d9cb956d0edc32e996724d9b0d4b2f02d0903939ba +size 615752 diff --git a/libsoup.changes b/libsoup.changes index c92a00d..7fa4392 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Mar 6 08:09:16 UTC 2012 - vuntz@opensuse.org + +- Update to version 2.37.91: + + Fixed an out-of-bounds memory read that could occur when + parsing malformed requests/responses. + + Fixed a build-related bug in Makefile.glib that affected + locales such as Estonian where "Z" is not the last (ASCII) + letter of the alphabet. [bgo#654395] + + Fixed the handling of file: URIs with query components, which + got broken in 2.37.90. + + Fixed SoupAuthManagerNTLM to not fall back to allowing Basic + auth when NTLM failed. + + Further tweaked the warnings/fallback in SoupURI, so that + soup_uri_to_string() on an http URI with a NULL path would + translate that to "/" like it used to. [bgo#670431] + + Fixed a warning when cancelling the load of a page with many + subresources. [bgo#667245] + + Use G_GNUC_BEGIN/END_IGNORE_DEPRECATIONS if GLib is new enough, + to avoid getting warned about the use of GValueArray. + ------------------------------------------------------------------- Tue Feb 21 07:31:57 UTC 2012 - vuntz@opensuse.org diff --git a/libsoup.spec b/libsoup.spec index 0fb7c9a..6eb6dfd 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -20,7 +20,7 @@ Name: libsoup Summary: HTTP client/server library for GNOME License: LGPL-2.1+ Group: Development/Libraries/GNOME -Version: 2.37.90 +Version: 2.37.91 Release: 0 Url: http://www.gnome.org Source: http://download.gnome.org/sources/libsoup/2.37/%{name}-%{version}.tar.xz