diff --git a/glib-networking-2.29.15.tar.bz2 b/glib-networking-2.29.15.tar.bz2 deleted file mode 100644 index bef5339..0000000 --- a/glib-networking-2.29.15.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89a2525b19e93647d5df38e4fbc69c90b23f2c1a0d685c10752f1ec8ee04fb59 -size 356946 diff --git a/glib-networking-2.29.18.tar.bz2 b/glib-networking-2.29.18.tar.bz2 new file mode 100644 index 0000000..1d30d30 --- /dev/null +++ b/glib-networking-2.29.18.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e37da820809a0037927b0b0ce6174749f2e6bdc340f47019a08df34b43a656 +size 362862 diff --git a/glib-networking.changes b/glib-networking.changes index 437df8e..07402e6 100644 --- a/glib-networking.changes +++ b/glib-networking.changes @@ -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 diff --git a/glib-networking.spec b/glib-networking.spec index bed9022..4995980 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -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)