forked from pool/libsoup
Accepting request 44701 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/libsoup via accept of submit request 44701 revision 2. Request was accepted with message: ok OBS-URL: https://build.opensuse.org/request/show/44701 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=62
This commit is contained in:
parent
6cc3b94861
commit
081d9942d2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae52e970deb0ca5e890d87cf55e555249c086bd56ae1fff69599174ca0075379
|
||||
size 707157
|
3
libsoup-2.31.6.tar.bz2
Normal file
3
libsoup-2.31.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93487cf8b59f3b1679f18a34e9af89506db7bcfa3cdde5109438d5dd51ea2821
|
||||
size 654867
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 6 12:32:35 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.31.6:
|
||||
+ Disabled TLS 1.2 in addition to the already-disabled 1.1 and
|
||||
1.0, thus making libsoup usable with gnutls 2.10. [bgo#622857]
|
||||
+ When using libproxy 0.3 or newer, libsoup no longer leaks
|
||||
proxy-related environment variables into child processes
|
||||
[bgo#603285]
|
||||
+ Changed the way message/connection binding works in
|
||||
SoupSession so that (among other things), when there are
|
||||
multiple requests queued to a host, and one of them gets a
|
||||
network error, the other requests are still allowed to try
|
||||
to succeed, rather than all failing immediately. [bgo#619633]
|
||||
+ SoupSession now limits the number of times a message can be
|
||||
redirected, to avoid infinite loops [bgo#604383]
|
||||
+ Fixed handling of certain messages where the response
|
||||
headers included "Connection: close" but the server did not
|
||||
actually close the connection at the end. [bgo#611481]
|
||||
+ Fixed some incorrect g-i annotations [bgo#621021]
|
||||
+ Fixed an out-of-bounds memory access when processing certain
|
||||
Set-Cookie headers [bgo#620288]
|
||||
+ Improved msg->reason_phrase on network errors [bgo#623274]
|
||||
+ Fixed gir file disting [bgo#621727]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 6 08:21:34 CEST 2010 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libsoup (Version 2.31.2)
|
||||
# spec file for package libsoup (Version 2.31.6)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -38,7 +38,7 @@ Obsoletes: libsoup-64bit
|
||||
%endif
|
||||
#
|
||||
Summary: HTTP client/server library for GNOME
|
||||
Version: 2.31.2
|
||||
Version: 2.31.6
|
||||
Release: 1
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
|
||||
Source99: baselibs.conf
|
||||
|
Loading…
Reference in New Issue
Block a user