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
This commit is contained in:
parent
91d5ba8fca
commit
6f32b288e8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5d7be2437fdd196eebfb70c4517b96d3ba7ec13bd496318b8f02dea383e0099
|
||||
size 193920
|
3
glib-networking-2.68.0.tar.xz
Normal file
3
glib-networking-2.68.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b235e85ad26b3c0d12255d0963c460e5a639c4722f78e2a03e969e224b29f6e
|
||||
size 237992
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 20 09:39:09 UTC 2021 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- 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 <dimstar@opensuse.org>
|
||||
|
||||
- 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 <dimstar@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user