Accepting request 795029 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/795029 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib-networking?expand=0&rev=149
This commit is contained in:
parent
e4853b980e
commit
951663984d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8ca1f86f23a76b5c7640624f7d5490705c78e81375e1741c9a1c41ce7f8f7ff7
|
|
||||||
size 183996
|
|
3
glib-networking-2.64.2.tar.xz
Normal file
3
glib-networking-2.64.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:45def0715c551f9b0b41a4e4f730ac95f3d5d4f3de8162260fbf9421cff695a7
|
||||||
|
size 189680
|
@ -1,3 +1,70 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 15 08:43:08 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 2.64.2:
|
||||||
|
+ Reenable TLS 1.0/1.1 protocols due to COVID-19.
|
||||||
|
+ Fix build warning on Windows.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 28 16:45:24 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 2.64.1:
|
||||||
|
+ Warn when server-identity property is missing.
|
||||||
|
+ Fix crashes in debug logs.
|
||||||
|
+ Fix write loop in OpenSSL backend.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 6 18:25:57 UTC 2020 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2.64.0:
|
||||||
|
+ Fix OpenSSL backend on RHEL 6.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 28 06:15:56 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 2.63.92:
|
||||||
|
+ Revert fix for glgo#GNOME/glib-networking#127, which broke
|
||||||
|
libsoup (glgo#GNOME/glib-networking#129).
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 18 16:40:35 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 2.63.91:
|
||||||
|
+ Fix peer-certificate properties changing too soon.
|
||||||
|
+ GnuTLS backend: reduce session resumption cache lifetime.
|
||||||
|
+ GnuTLS backend: restore TLS 1.2 support for copy session state.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 12 17:11:40 CET 2020 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.63.90:
|
||||||
|
+ Remove PKCS#11 support, deferred until next cycle.
|
||||||
|
+ Remove OpenSSL backend's OCSP support.
|
||||||
|
- Changes from version 2.63.3:
|
||||||
|
+ Fix OpenSSL backend regressions and reenable OpenSSL testsuite.
|
||||||
|
+ Temporarily disable cancellation of sync handshakes.
|
||||||
|
+ Disable flaky test (#104) and resolve testsuite flakiness.
|
||||||
|
+ Fix regression where GnuTLS connection init could theoretically
|
||||||
|
fail without error.
|
||||||
|
- Changes from version 2.63.2:
|
||||||
|
+ Fix crash when handshake context is reset too late.
|
||||||
|
+ Require GnuTLS 3.6.5.
|
||||||
|
+ Build mock PKCS #11 module only for GnuTLS backend.
|
||||||
|
+ Rework session resumption support for TLS 1.3.
|
||||||
|
+ Run GnuTLS tests under TLS 1.2 in addition to TLS 1.3.
|
||||||
|
+ Support OpenSSL 1.0.1.
|
||||||
|
+ Drop rehandshake mode and protocol version fallback support.
|
||||||
|
+ Add logging functions.
|
||||||
|
+ Fix PKCS #11 tests with TLS 1.2.
|
||||||
|
+ Add more debug logging for PKCS #11.
|
||||||
|
+ Fix leak in GTlsCertificateGnutls finalizer.
|
||||||
|
- Changes from version 2.63.1:
|
||||||
|
+ Add support for new PKCS#11 APIs to facilitate use with
|
||||||
|
smartcards.
|
||||||
|
+ Disable TLS 1.0 and TLS 1.1 when using GnuTLS.
|
||||||
|
+ Fix threadsafety issue.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 25 14:08:41 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
Sat Jan 25 14:08:41 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio)
|
%define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio)
|
||||||
Name: glib-networking
|
Name: glib-networking
|
||||||
Version: 2.62.3
|
Version: 2.64.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Network-related GIO modules for glib
|
Summary: Network-related GIO modules for glib
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://www.gnome.org
|
URL: https://www.gnome.org
|
||||||
Source0: https://download.gnome.org/sources/glib-networking/2.62/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/glib-networking/2.64/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
|
||||||
BuildRequires: ca-certificates-mozilla
|
BuildRequires: ca-certificates-mozilla
|
||||||
@ -36,8 +36,8 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
# If this BuildRequires changes because of a gio library version change, change gio_real_package accordingly
|
# 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)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.55.1
|
BuildRequires: pkgconfig(glib-2.0) >= 2.63.0
|
||||||
BuildRequires: pkgconfig(gnutls) >= 3.4
|
BuildRequires: pkgconfig(gnutls) >= 3.6.5
|
||||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||||
BuildRequires: pkgconfig(libproxy-1.0) >= 0.3.1
|
BuildRequires: pkgconfig(libproxy-1.0) >= 0.3.1
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user