From ed1059e2bd160041289eae57c653a485effc39478421a507b88a78de15d6534e Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 7 Sep 2012 15:27:58 +0000 Subject: [PATCH] Accepting request 132886 from GNOME:Next Push G:N - Addressed the comments from previous review OBS-URL: https://build.opensuse.org/request/show/132886 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib-networking?expand=0&rev=54 --- glib-networking-2.32.3.tar.xz | 3 -- glib-networking-2.33.12.tar.xz | 3 ++ glib-networking.changes | 53 ++++++++++++++++++++++++++++++++++ glib-networking.spec | 6 ++-- 4 files changed, 59 insertions(+), 6 deletions(-) delete mode 100644 glib-networking-2.32.3.tar.xz create mode 100644 glib-networking-2.33.12.tar.xz diff --git a/glib-networking-2.32.3.tar.xz b/glib-networking-2.32.3.tar.xz deleted file mode 100644 index 4aa25e0..0000000 --- a/glib-networking-2.32.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39fe23e86a57bb7a8a67c65668394ad0fbe2d43960c1f9d68311d5d13ef1e5cf -size 331996 diff --git a/glib-networking-2.33.12.tar.xz b/glib-networking-2.33.12.tar.xz new file mode 100644 index 0000000..c41b078 --- /dev/null +++ b/glib-networking-2.33.12.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e355b8730953c14b2b01b3842715e07578ec6a9342578ebb44ec78930910d041 +size 343128 diff --git a/glib-networking.changes b/glib-networking.changes index 752ebbc..ed9f589 100644 --- a/glib-networking.changes +++ b/glib-networking.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Tue Sep 4 13:52:36 UTC 2012 - dimstar@opensuse.org + +- Update to version 2.33.12: + + gnutls: Revert the addition of the certificate-bytes and + private-key-bytes properties to GTlsCertificateGnutls, since + they were reverted in glib (bgo#682081) + + Updated translations. + +------------------------------------------------------------------- +Tue Aug 21 07:38:31 UTC 2012 - dimstar@opensuse.org + +- Update to version 2.33.10: + + gnutls: + - Improved the certificate verifying code to deal with the case + of a CA being reissued with the same key but a different + signature algorithm. (bgo#681299) + - Fixed an uninitialized variable in + g_tls_connection_gnutls_close(). (bgo#681636) + + Updated translations. + +------------------------------------------------------------------- +Tue Aug 7 07:00:12 UTC 2012 - dimstar@opensuse.org + +- Update to version 2.33.8: + + gnutls: + - If a GTlsConnection gets an error when handshaking, it will + now continue to return that error message on future I/O + attempts, rather than behaving in an undefined manner + - You can now read from a GTlsConnection's input stream and + write to its output stream at the same time (either in + different threads, or asynchronously in a single thread). + (bgo#660252) + + Updated translations. + +------------------------------------------------------------------- +Tue Jun 26 08:22:45 UTC 2012 - dimstar@opensuse.org + +- Update to version 2.33.3: + + Updated autogen.sh (in particular to support automake 1.12) + (bgo#675261) + + gnutls: fix the use-system-certdb property on + GTlsConnectionGnutls + + Updated translations. + +------------------------------------------------------------------- +Wed May 16 18:13:24 UTC 2012 - dimstar@opensuse.org + +- Update to version 2.33.2: + + gnutls: simplify using new glib pollable stream methods + + proxy/gnome: fix a bug that made it impossible to use SOCKS + without also having a separate http proxy. + ------------------------------------------------------------------- Tue May 15 14:32:18 UTC 2012 - vuntz@opensuse.org diff --git a/glib-networking.spec b/glib-networking.spec index b7046fd..481f106 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -17,12 +17,12 @@ Name: glib-networking -Version: 2.32.3 +Version: 2.33.12 Release: 0 Summary: Network-related GIO modules for glib License: LGPL-2.1+ Group: System/Libraries -Source: http://download.gnome.org/sources/glib-networking/2.32/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/glib-networking/2.33/%{name}-%{version}.tar.xz Source99: baselibs.conf # For directory ownership BuildRequires: dbus-1 @@ -30,7 +30,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) >= 2.31.6 +BuildRequires: pkgconfig(gio-2.0) >= 2.33.9 BuildRequires: pkgconfig(gnutls) >= 2.11.0 BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(libproxy-1.0)