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

Update to 2.29.18

OBS-URL: https://build.opensuse.org/request/show/80340
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib-networking?expand=0&rev=30
This commit is contained in:
Vincent Untz 2011-09-01 23:49:05 +00:00 committed by Git OBS Bridge
parent 6abdd11ea0
commit eb15415320
4 changed files with 24 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Aug 31 09:53:01 CEST 2011 - vuntz@opensuse.org
- Update to version 2.29.18:
+ gnutls:
- fixed two rehandshaking bugs; one in which a client would
erroneously report an error after successfully rehandshaking
(bgo#653645), and one where initiating an asynchronous
rehandshake on the server side would send illegal packets and
cause the client to disconnect.
- made GTlsDatabaseGnutls and GTlsFileDatabaseGnutls properly
cancellable
- fixed the client-side session cache to not share session IDs
between different virtual hosts on the same IP address, which
caused problems with some servers. (bgo#581342)
+ tls: Fixed up the tls test program so it can be run from "make
check"
+ Updated translations.
-------------------------------------------------------------------
Thu Aug 25 08:07:12 UTC 2011 - dimstar@opensuse.org

View File

@ -18,7 +18,7 @@
Name: glib-networking
Version: 2.29.15
Version: 2.29.18
Release: 1
License: LGPLv2+
Summary: Network-related GIO modules for glib
@ -31,7 +31,7 @@ BuildRequires: intltool
BuildRequires: libgcrypt-devel
BuildRequires: translation-update-upstream
# If this BuildRequires changes because of a gio library version change, change gio_real_package accordingly
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-2.0) >= 2.29.18
BuildRequires: pkgconfig(gnutls)
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(libproxy-1.0)