From 6f32b288e83ba4ac6c788f3dda2bcbe3d3ce489b6e4321b0aa6aed31e5ec195a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 24 Mar 2021 16:32:17 +0000 Subject: [PATCH] Accepting request 880935 from GNOME:Next GNOME 40 - here we come OBS-URL: https://build.opensuse.org/request/show/880935 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib-networking?expand=0&rev=155 --- glib-networking-2.66.0.tar.xz | 3 --- glib-networking-2.68.0.tar.xz | 3 +++ glib-networking.changes | 29 +++++++++++++++++++++++++++++ glib-networking.spec | 8 ++++---- 4 files changed, 36 insertions(+), 7 deletions(-) delete mode 100644 glib-networking-2.66.0.tar.xz create mode 100644 glib-networking-2.68.0.tar.xz diff --git a/glib-networking-2.66.0.tar.xz b/glib-networking-2.66.0.tar.xz deleted file mode 100644 index 4125253..0000000 --- a/glib-networking-2.66.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5d7be2437fdd196eebfb70c4517b96d3ba7ec13bd496318b8f02dea383e0099 -size 193920 diff --git a/glib-networking-2.68.0.tar.xz b/glib-networking-2.68.0.tar.xz new file mode 100644 index 0000000..0b45e39 --- /dev/null +++ b/glib-networking-2.68.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b235e85ad26b3c0d12255d0963c460e5a639c4722f78e2a03e969e224b29f6e +size 237992 diff --git a/glib-networking.changes b/glib-networking.changes index a71b626..96b4850 100644 --- a/glib-networking.changes +++ b/glib-networking.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sat Mar 20 09:39:09 UTC 2021 - Michael Gorse + +- Update to version 2.68.0: + + Fix double free in GnuTLS client certificate request code. + +------------------------------------------------------------------- +Tue Mar 16 15:28:06 UTC 2021 - Dominique Leuenberger + +- Update to version 2.68.rc: + + Improve heuristic for returning + G_TLS_ERROR_CERTIFICATE_REQUIRED. + + Fix check for certain handshake failure conditions. + +------------------------------------------------------------------- +Thu Jan 14 17:29:50 UTC 2021 - Dominique Leuenberger + +- Update to version 2.68.alpha: + + Download and validate missing intermediate certificates + (requires GnuTLS 3.7). + + OpenSSL backend now uses system crypto policy. + + Remove use of g_assert in testsuite. + + Restore support for old versions of OpenSSL. + + Implement TLS channel bindings API. + + Implement PKCS#11 API. + + Update testsuite for Fedora 33 crypto policy. + + Fix NULL dereference in g_tls_connection_base_read_message. + + Fix a couple code issues found by Coverity. + ------------------------------------------------------------------- Mon Sep 14 12:23:08 UTC 2020 - dimstar@opensuse.org diff --git a/glib-networking.spec b/glib-networking.spec index f81cdf2..c6f91f5 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -1,7 +1,7 @@ # # spec file for package glib-networking # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio) Name: glib-networking -Version: 2.66.0 +Version: 2.68.0 Release: 0 Summary: Network-related GIO modules for glib License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: https://www.gnome.org -Source0: https://download.gnome.org/sources/glib-networking/2.66/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/glib-networking/2.68/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: ca-certificates-mozilla @@ -36,7 +36,7 @@ BuildRequires: pkgconfig 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(glib-2.0) >= 2.63.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.67.0 BuildRequires: pkgconfig(gnutls) >= 3.6.5 BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(libproxy-1.0) >= 0.3.1